@charset "UTF-8";
/*
Theme Name: WGA
Theme URI: https://wazdan.com
Author: Wazdan
Author URI: https://wazdan.com
Description: Panel Wazdan
Version: 0.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: materialwp
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MaterialWP is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
.card {
  font-size: 0.875rem;
  font-weight: normal;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #2196f3;
  --indigo: #3f51b5;
  --purple: #9c27b0;
  --pink: #e91e63;
  --red: #f44336;
  --orange: #ff9800;
  --yellow: #ffeb3b;
  --green: #4caf50;
  --teal: #009688;
  --cyan: #00bcd4;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2196f3;
  --secondary: #6c757d;
  --success: #4caf50;
  --info: #00bcd4;
  --warning: #ffeb3b;
  --danger: #f44336;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", "Helvetica", "Arial", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fafafa;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2196f3;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(10.2307692308, 109.9807692308, 189.2692307692);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 2.8125rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fafafa;
  border: 1px solid #dee2e6;
  border-radius: 0.125rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e91e63;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.0625rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.06);
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(192.84, 225.6, 251.64);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(139.56, 200.4, 248.76);
}

.table-hover .table-primary:hover {
  background-color: rgb(168.6476923077, 214.1576923077, 250.3323076923);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(168.6476923077, 214.1576923077, 250.3323076923);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(204.88, 232.6, 206);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(161.92, 213.4, 164);
}

.table-hover .table-success:hover {
  background-color: rgb(187.2564478764, 224.7235521236, 188.7702702703);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(187.2564478764, 224.7235521236, 188.7702702703);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(183.6, 236.24, 242.96);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(122.4, 220.16, 232.64);
}

.table-hover .table-info:hover {
  background-color: rgb(161.7795302013, 230.5067785235, 239.2804697987);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(161.7795302013, 230.5067785235, 239.2804697987);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 249.4, 200.12);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 244.6, 153.08);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 246.7979591837, 174.62);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 246.7979591837, 174.62);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(251.92, 202.36, 198.72);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(249.28, 157.24, 150.48);
}

.table-hover .table-danger:hover {
  background-color: rgb(250.5968867925, 179.7467924528, 174.5431132075);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(250.5968867925, 179.7467924528, 174.5431132075);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(0, 0, 0, 0.06);
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .custom-file-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  padding: 0.4375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .custom-file-control {
    transition: none;
  }
}
.form-control::-ms-expand, .custom-file-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .custom-file-control:focus {
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(153.9615384615, 207.2115384615, 249.5384615385);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.form-control::placeholder, .custom-file-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .custom-file-control:disabled, .form-control[readonly], [readonly].custom-file-control {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, input[type=date].custom-file-control,
input[type=time].form-control,
input[type=time].custom-file-control,
input[type=datetime-local].form-control,
input[type=datetime-local].custom-file-control,
input[type=month].form-control,
input[type=month].custom-file-control {
  appearance: none;
}

select.form-control:-moz-focusring, select.custom-file-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value, select.custom-file-control:focus::-ms-value {
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.4375rem + 1px);
  padding-bottom: calc(0.4375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.4375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.0625rem;
}

.form-control-lg {
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select[size].custom-file-control, select.form-control[multiple], select[multiple].custom-file-control {
  height: auto;
}

textarea.form-control, textarea.custom-file-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #4caf50;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(76, 175, 80, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .custom-file-control:valid, .form-control.is-valid, .is-valid.custom-file-control {
  border-color: #4caf50;
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .form-control:valid:focus, .was-validated .custom-file-control:valid:focus, .form-control.is-valid:focus, .is-valid.custom-file-control:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}

.was-validated select.form-control:valid, .was-validated select.custom-file-control:valid, select.form-control.is-valid, select.is-valid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}

.was-validated textarea.form-control:valid, .was-validated textarea.custom-file-control:valid, textarea.form-control.is-valid, textarea.is-valid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #4caf50;
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4caf50;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #4caf50;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #4caf50;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(109.9800796813, 192.0199203187, 113.2948207171);
  background-color: rgb(109.9800796813, 192.0199203187, 113.2948207171);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4caf50;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4caf50;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f44336;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(244, 67, 54, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .custom-file-control:invalid, .form-control.is-invalid, .is-invalid.custom-file-control {
  border-color: #f44336;
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f44336' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f44336' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .custom-file-control:invalid:focus, .form-control.is-invalid:focus, .is-invalid.custom-file-control:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

.was-validated select.form-control:invalid, .was-validated select.custom-file-control:invalid, select.form-control.is-invalid, select.is-invalid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}

.was-validated textarea.form-control:invalid, .was-validated textarea.custom-file-control:invalid, textarea.form-control.is-invalid, textarea.is-invalid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f44336;
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f44336' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f44336' stroke='none'/%3e%3c/svg%3e") center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f44336;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f44336;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f44336;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(246.6462264151, 112.2264150943, 102.3537735849);
  background-color: rgb(246.6462264151, 112.2264150943, 102.3537735849);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f44336;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f44336;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .custom-file-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .custom-file-control::before {
  display: inline-block;
  font-weight: 500;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.46875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .custom-file-control::before {
    transition: none;
  }
}
.btn:hover, .custom-file-control:hover::before {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .custom-file-control:focus::before, .btn.focus, .focus.custom-file-control::before {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .disabled.custom-file-control::before, .btn:disabled, .custom-file-control:disabled::before {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled), .custom-file-control:not(:disabled):not(.disabled)::before {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .custom-file-control:not(:disabled):not(.disabled):active::before, .btn:not(:disabled):not(.disabled).active, .custom-file-control:not(:disabled):not(.disabled).active::before {
  box-shadow: none;
}
a.btn.disabled, a.disabled.custom-file-control::before,
fieldset:disabled a.btn,
fieldset:disabled a.custom-file-control::before {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(12.1923076923, 131.0673076923, 225.5576923077);
  border-color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(12.1923076923, 131.0673076923, 225.5576923077);
  border-color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
  box-shadow: 0 0 0 0.2rem rgba(66.3, 165.75, 244.8, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
  border-color: rgb(10.8846153846, 117.0096153846, 201.3653846154);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66.3, 165.75, 244.8, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(64.4183266932, 148.3316733068, 67.8087649402);
  border-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(64.4183266932, 148.3316733068, 67.8087649402);
  border-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
  box-shadow: 0 0 0 0.2rem rgba(102.85, 187, 106.25, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
  border-color: rgb(56.6972111554, 130.5527888446, 59.6812749004);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102.85, 187, 106.25, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
  box-shadow: none;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(0, 154.0801886792, 173.75);
  border-color: rgb(0, 142.7735849057, 161);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(0, 154.0801886792, 173.75);
  border-color: rgb(0, 142.7735849057, 161);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 198.05, 218.45, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 142.7735849057, 161);
  border-color: rgb(0, 131.4669811321, 148.25);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 198.05, 218.45, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
  box-shadow: none;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(255, 231.0969387755, 20.75);
  border-color: rgb(255, 229.7959183673, 8);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(255, 231.0969387755, 20.75);
  border-color: rgb(255, 229.7959183673, 8);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 205.3, 56.3, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 229.7959183673, 8);
  border-color: rgb(250.25, 224.7142857143, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 205.3, 56.3, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(242.0153301887, 33.0801886792, 17.7346698113);
  border-color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(242.0153301887, 33.0801886792, 17.7346698113);
  border-color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
  box-shadow: 0 0 0 0.2rem rgba(245.65, 95.2, 84.15, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
  border-color: rgb(222.0955188679, 26.5188679245, 12.1544811321);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245.65, 95.2, 84.15, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: none;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #2196f3;
  border-color: #2196f3;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2196f3;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #4caf50;
  border-color: #4caf50;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #4caf50;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}

.btn-outline-info {
  color: #00bcd4;
  border-color: #00bcd4;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00bcd4;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}

.btn-outline-warning {
  color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffeb3b;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}

.btn-outline-danger {
  color: #f44336;
  border-color: #f44336;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f44336;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #2196f3;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(10.2307692308, 109.9807692308, 189.2692307692);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: rgba(0, 0, 0, 0.26);
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .custom-file-control::before {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .custom-file-control::before {
  padding: 0.40625rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.0625rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2196f3;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .custom-file-control::before,
.btn-group-vertical > .btn,
.btn-group-vertical > .custom-file-control::before {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .custom-file-control:hover::before,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .custom-file-control:hover::before {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .custom-file-control:focus::before, .btn-group > .btn:active, .btn-group > .custom-file-control:active::before, .btn-group > .btn.active, .btn-group > .active.custom-file-control::before,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .custom-file-control:focus::before,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .custom-file-control:active::before,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.custom-file-control::before {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .custom-file-control:not(:first-child)::before,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .custom-file-control:not(:last-child):not(.dropdown-toggle)::before,
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .custom-file-control::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .custom-file-control:not(:first-child)::before,
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .custom-file-control::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .custom-file-control::before + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .custom-file-control::before + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .custom-file-control::before,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .custom-file-control:not(:first-child)::before,
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .custom-file-control:not(:last-child):not(.dropdown-toggle)::before,
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .custom-file-control::before {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .custom-file-control:not(:first-child)::before,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .custom-file-control::before {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .custom-file-control::before,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .custom-file-control::before {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .custom-file-control::before input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .custom-file-control::before input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .custom-file-control::before input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .custom-file-control::before input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .custom-file-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .custom-file-control + .form-control, .input-group > .form-control + .custom-file-control, .input-group > .custom-file-control + .custom-file-control,
.input-group > .form-control + .custom-select,
.input-group > .custom-file-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-file-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-file-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-file-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-file-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .custom-file-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-file-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-file-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > .custom-file-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .custom-file-control::before,
.input-group-append .btn,
.input-group-append .custom-file-control::before {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .custom-file-control:focus::before,
.input-group-append .btn:focus,
.input-group-append .custom-file-control:focus::before {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .custom-file-control::before + .btn, .input-group-prepend .btn + .custom-file-control::before, .input-group-prepend .custom-file-control::before + .custom-file-control::before,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .custom-file-control::before + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .custom-file-control::before,
.input-group-append .btn + .btn,
.input-group-append .custom-file-control::before + .btn,
.input-group-append .btn + .custom-file-control::before,
.input-group-append .custom-file-control::before + .custom-file-control::before,
.input-group-append .btn + .input-group-text,
.input-group-append .custom-file-control::before + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .custom-file-control::before {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.4375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-file-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.125rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .custom-file-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .custom-file-control::before,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .custom-file-control::before {
  padding: 0.5625rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-file-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .custom-file-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .custom-file-control::before,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .custom-file-control::before {
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.0625rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .custom-file-control::before,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .custom-file-control::before,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .custom-file-control::before,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .custom-file-control:not(:last-child):not(.dropdown-toggle)::before,
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .custom-file-control::before,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .custom-file-control::before,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .custom-file-control:not(:first-child)::before,
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2196f3;
  background-color: #2196f3;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(153.9615384615, 207.2115384615, 249.5384615385);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(202.3461538462, 230.0961538462, 252.1538461538);
  border-color: rgb(202.3461538462, 230.0961538462, 252.1538461538);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #adb5bd;
  box-shadow: none;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.125rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2196f3;
  background-color: #2196f3;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 150, 243, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(33, 150, 243, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 150, 243, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: rgba(0, 0, 0, 0);
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 150, 243, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  padding: 0.4375rem 1rem 0.4375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 0.125rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(153.9615384615, 207.2115384615, 249.5384615385);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.125rem + 2px);
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(153.9615384615, 207.2115384615, 249.5384615385);
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.875rem + 2px);
  padding: 0.4375rem 0;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  background-color: transparent;
  border: 0 solid rgba(0, 0, 0, 0.26);
  border-radius: 0;
  box-shadow: none;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.875rem);
  padding: 0.4375rem 0;
  line-height: 1.3;
  color: #495057;
  content: "Browse";
  background-color: transparent;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2196f3;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(202.3461538462, 230.0961538462, 252.1538461538);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2196f3;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(202.3461538462, 230.0961538462, 252.1538461538);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2196f3;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(202.3461538462, 230.0961538462, 252.1538461538);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fafafa;
  border-color: #dee2e6 #dee2e6 #fafafa;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.125rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2196f3;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.125rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.125rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.125rem - 1px);
  border-top-right-radius: calc(0.125rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.125rem - 1px);
  border-bottom-left-radius: calc(0.125rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.card-header:first-child {
  border-radius: calc(0.125rem - 1px) calc(0.125rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.125rem - 1px) calc(0.125rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.125rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.125rem - 1px);
  border-top-right-radius: calc(0.125rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.125rem - 1px);
  border-bottom-left-radius: calc(0.125rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.125rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.125rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #2196f3;
  background-color: transparent;
  border: 0 solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(10.2307692308, 109.9807692308, 189.2692307692);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.0625rem;
  border-bottom-left-radius: 0.0625rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.0625rem;
  border-bottom-right-radius: 0.0625rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .custom-file-control::before .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #2196f3;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #4caf50;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #00bcd4;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(0, 142.7735849057, 161);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffeb3b;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(255, 229.7959183673, 8);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #f44336;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.125rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(17.16, 78, 126.36);
  background-color: rgb(210.6, 234, 252.6);
  border-color: rgb(192.84, 225.6, 251.64);
}
.alert-primary hr {
  border-top-color: rgb(168.6476923077, 214.1576923077, 250.3323076923);
}
.alert-primary .alert-link {
  color: rgb(11.062173913, 50.2826086957, 81.457826087);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(39.52, 91, 41.6);
  background-color: rgb(219.2, 239, 220);
  border-color: rgb(204.88, 232.6, 206);
}
.alert-success hr {
  border-top-color: rgb(187.2564478764, 224.7235521236, 188.7702702703);
}
.alert-success .alert-link {
  color: rgb(24.0777689243, 55.4422310757, 25.3450199203);
}

.alert-info {
  color: rgb(0, 97.76, 110.24);
  background-color: rgb(204, 241.6, 246.4);
  border-color: rgb(183.6, 236.24, 242.96);
}
.alert-info hr {
  border-top-color: rgb(161.7795302013, 230.5067785235, 239.2804697987);
}
.alert-info .alert-link {
  color: rgb(0, 52.5335849057, 59.24);
}

.alert-warning {
  color: rgb(132.6, 122.2, 30.68);
  background-color: rgb(255, 251, 215.8);
  border-color: rgb(255, 249.4, 200.12);
}
.alert-warning hr {
  border-top-color: rgb(255, 246.7979591837, 174.62);
}
.alert-warning .alert-link {
  color: rgb(91.1828025478, 84.0312101911, 21.0971974522);
}

.alert-danger {
  color: rgb(126.88, 34.84, 28.08);
  background-color: rgb(252.8, 217.4, 214.8);
  border-color: rgb(251.92, 202.36, 198.72);
}
.alert-danger hr {
  border-top-color: rgb(250.5968867925, 179.7467924528, 174.5431132075);
}
.alert-danger .alert-link {
  color: rgb(85.1216107383, 23.373557047, 18.8383892617);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.125rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2196f3;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: inherit;
  border: 0 solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: inherit;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: 0;
  border-top-width: 0;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 0;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: 0;
  border-left-width: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 0;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(17.16, 78, 126.36);
  background-color: rgb(192.84, 225.6, 251.64);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(17.16, 78, 126.36);
  background-color: rgb(168.6476923077, 214.1576923077, 250.3323076923);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(17.16, 78, 126.36);
  border-color: rgb(17.16, 78, 126.36);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(39.52, 91, 41.6);
  background-color: rgb(204.88, 232.6, 206);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(39.52, 91, 41.6);
  background-color: rgb(187.2564478764, 224.7235521236, 188.7702702703);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(39.52, 91, 41.6);
  border-color: rgb(39.52, 91, 41.6);
}

.list-group-item-info {
  color: rgb(0, 97.76, 110.24);
  background-color: rgb(183.6, 236.24, 242.96);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(0, 97.76, 110.24);
  background-color: rgb(161.7795302013, 230.5067785235, 239.2804697987);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 97.76, 110.24);
  border-color: rgb(0, 97.76, 110.24);
}

.list-group-item-warning {
  color: rgb(132.6, 122.2, 30.68);
  background-color: rgb(255, 249.4, 200.12);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 122.2, 30.68);
  background-color: rgb(255, 246.7979591837, 174.62);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 122.2, 30.68);
  border-color: rgb(132.6, 122.2, 30.68);
}

.list-group-item-danger {
  color: rgb(126.88, 34.84, 28.08);
  background-color: rgb(251.92, 202.36, 198.72);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(126.88, 34.84, 28.08);
  background-color: rgb(250.5968867925, 179.7467924528, 174.5431132075);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.88, 34.84, 28.08);
  border-color: rgb(126.88, 34.84, 28.08);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.26;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: rgba(97, 97, 97, 0.9);
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: rgba(97, 97, 97, 0.9);
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: rgba(97, 97, 97, 0.9);
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: rgba(97, 97, 97, 0.9);
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: rgba(97, 97, 97, 0.9);
  border-radius: 0.125rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2196f3 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(11.5384615385, 124.0384615385, 213.4615384615) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #4caf50 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(60.5577689243, 139.4422310757, 63.7450199203) !important;
}

.bg-info {
  background-color: #00bcd4 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(0, 142.7735849057, 161) !important;
}

.bg-warning {
  background-color: #ffeb3b !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(255, 229.7959183673, 8) !important;
}

.bg-danger {
  background-color: #f44336 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(234.1839622642, 27.9622641509, 12.8160377358) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2196f3 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #4caf50 !important;
}

.border-info {
  border-color: #00bcd4 !important;
}

.border-warning {
  border-color: #ffeb3b !important;
}

.border-danger {
  border-color: #f44336 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.0625rem !important;
}

.rounded {
  border-radius: 0.125rem !important;
}

.rounded-top {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-right {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-left {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2196f3 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(10.2307692308, 109.9807692308, 189.2692307692) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #4caf50 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(52.8366533865, 121.6633466135, 55.6175298805) !important;
}

.text-info {
  color: #00bcd4 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(0, 120.1603773585, 135.5) !important;
}

.text-warning {
  color: #ffeb3b !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(237.5, 213.2653061224, 0) !important;
}

.text-danger {
  color: #f44336 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(210.0070754717, 25.0754716981, 11.4929245283) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted, .bmd-help {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.custom-file-control::before) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: rgba(0, 0, 0, 0.06);
  }
  .table .thead-dark th {
    color: inherit;
    border-color: rgba(0, 0, 0, 0.06);
  }
}
body {
  font-weight: 400;
}

a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.bmd-layout-canvas {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.bmd-layout-container {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bmd-layout-header {
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-height: 1000px;
  transform: translateZ(0);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bmd-layout-content {
  position: relative;
  z-index: 1;
  display: inline-block;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bmd-layout-spacer {
  flex-grow: 1;
}

.bmd-layout-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (pointer-events: auto) {
  .bmd-layout-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition-property: opacity;
    visibility: visible;
    pointer-events: none;
  }
}

.btn, .custom-file-control::before {
  position: relative;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: #ccc;
}
.btn:hover, .custom-file-control:hover::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn:focus, .custom-file-control:focus::before, .btn.focus, .focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn:active, .custom-file-control:active::before, .btn.active, .active.custom-file-control::before, .open > .btn.dropdown-toggle, .open > .dropdown-toggle.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn:active:hover, .custom-file-control:active:hover::before, .btn:active:focus, .custom-file-control:active:focus::before, .btn:active.focus, .custom-file-control:active.focus::before, .btn.active:hover, .active.custom-file-control:hover::before, .btn.active:focus, .active.custom-file-control:focus::before, .btn.active.focus, .active.focus.custom-file-control::before, .open > .btn.dropdown-toggle:hover, .open > .dropdown-toggle.custom-file-control:hover::before, .open > .btn.dropdown-toggle:focus, .open > .dropdown-toggle.custom-file-control:focus::before, .open > .btn.dropdown-toggle.focus, .open > .dropdown-toggle.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.dropdown-toggle.bmd-btn-icon, .open > .dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.dropdown-toggle.bmd-btn-icon:hover, .open > .dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.disabled:focus, .disabled.custom-file-control:focus::before, .btn.disabled.focus, .disabled.focus.custom-file-control::before, .btn:disabled:focus, .custom-file-control:disabled:focus::before, .btn:disabled.focus, .custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.disabled:hover, .disabled.custom-file-control:hover::before, .btn:disabled:hover, .custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn, .bg-inverse .custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn:hover, .bg-inverse .custom-file-control:hover::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn:focus, .bg-inverse .custom-file-control:focus::before, .bg-inverse .btn.focus, .bg-inverse .focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn:active, .bg-inverse .custom-file-control:active::before, .bg-inverse .btn.active, .bg-inverse .active.custom-file-control::before, .open > .bg-inverse .btn.dropdown-toggle, .open > .bg-inverse .dropdown-toggle.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn:active:hover, .bg-inverse .custom-file-control:active:hover::before, .bg-inverse .btn:active:focus, .bg-inverse .custom-file-control:active:focus::before, .bg-inverse .btn:active.focus, .bg-inverse .custom-file-control:active.focus::before, .bg-inverse .btn.active:hover, .bg-inverse .active.custom-file-control:hover::before, .bg-inverse .btn.active:focus, .bg-inverse .active.custom-file-control:focus::before, .bg-inverse .btn.active.focus, .bg-inverse .active.focus.custom-file-control::before, .open > .bg-inverse .btn.dropdown-toggle:hover, .open > .bg-inverse .dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.dropdown-toggle:focus, .open > .bg-inverse .dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.dropdown-toggle.focus, .open > .bg-inverse .dropdown-toggle.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.disabled:focus, .bg-inverse .disabled.custom-file-control:focus::before, .bg-inverse .btn.disabled.focus, .bg-inverse .disabled.focus.custom-file-control::before, .bg-inverse .btn:disabled:focus, .bg-inverse .custom-file-control:disabled:focus::before, .bg-inverse .btn:disabled.focus, .bg-inverse .custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.disabled:hover, .bg-inverse .disabled.custom-file-control:hover::before, .bg-inverse .btn:disabled:hover, .bg-inverse .custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-link, .btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-primary, .btn-primary.custom-file-control::before {
  color: #2196f3;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-primary:hover, .btn-primary.custom-file-control:hover::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-primary:focus, .btn-primary.custom-file-control:focus::before, .btn.btn-primary.focus, .btn-primary.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-primary:active, .btn-primary.custom-file-control:active::before, .btn.btn-primary.active, .btn-primary.active.custom-file-control::before, .open > .btn.btn-primary.dropdown-toggle, .open > .btn-primary.dropdown-toggle.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-primary:active:hover, .btn-primary.custom-file-control:active:hover::before, .btn.btn-primary:active:focus, .btn-primary.custom-file-control:active:focus::before, .btn.btn-primary:active.focus, .btn-primary.custom-file-control:active.focus::before, .btn.btn-primary.active:hover, .btn-primary.active.custom-file-control:hover::before, .btn.btn-primary.active:focus, .btn-primary.active.custom-file-control:focus::before, .btn.btn-primary.active.focus, .btn-primary.active.focus.custom-file-control::before, .open > .btn.btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-primary.disabled:focus, .btn-primary.disabled.custom-file-control:focus::before, .btn.btn-primary.disabled.focus, .btn-primary.disabled.focus.custom-file-control::before, .btn.btn-primary:disabled:focus, .btn-primary.custom-file-control:disabled:focus::before, .btn.btn-primary:disabled.focus, .btn-primary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-primary.disabled:hover, .btn-primary.disabled.custom-file-control:hover::before, .btn.btn-primary:disabled:hover, .btn-primary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-primary, .bg-inverse .btn-primary.custom-file-control::before {
  color: #2196f3;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-primary:hover, .bg-inverse .btn-primary.custom-file-control:hover::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-primary:focus, .bg-inverse .btn-primary.custom-file-control:focus::before, .bg-inverse .btn.btn-primary.focus, .bg-inverse .btn-primary.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-primary:active, .bg-inverse .btn-primary.custom-file-control:active::before, .bg-inverse .btn.btn-primary.active, .bg-inverse .btn-primary.active.custom-file-control::before, .open > .bg-inverse .btn.btn-primary.dropdown-toggle, .open > .bg-inverse .btn-primary.dropdown-toggle.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-primary:active:hover, .bg-inverse .btn-primary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-primary:active:focus, .bg-inverse .btn-primary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-primary:active.focus, .bg-inverse .btn-primary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-primary.active:hover, .bg-inverse .btn-primary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-primary.active:focus, .bg-inverse .btn-primary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-primary.active.focus, .bg-inverse .btn-primary.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-primary.dropdown-toggle:hover, .open > .bg-inverse .btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-primary.dropdown-toggle:focus, .open > .bg-inverse .btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-primary.dropdown-toggle.focus, .open > .bg-inverse .btn-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-primary.disabled:focus, .bg-inverse .btn-primary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-primary.disabled.focus, .bg-inverse .btn-primary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-primary:disabled:focus, .bg-inverse .btn-primary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-primary:disabled.focus, .bg-inverse .btn-primary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-primary.disabled:hover, .bg-inverse .btn-primary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-primary:disabled:hover, .bg-inverse .btn-primary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-primary.btn-link, .btn-primary.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-secondary, .btn-secondary.custom-file-control::before {
  color: #6c757d;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-secondary:hover, .btn-secondary.custom-file-control:hover::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-secondary:focus, .btn-secondary.custom-file-control:focus::before, .btn.btn-secondary.focus, .btn-secondary.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-secondary:active, .btn-secondary.custom-file-control:active::before, .btn.btn-secondary.active, .btn-secondary.active.custom-file-control::before, .open > .btn.btn-secondary.dropdown-toggle, .open > .btn-secondary.dropdown-toggle.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-secondary:active:hover, .btn-secondary.custom-file-control:active:hover::before, .btn.btn-secondary:active:focus, .btn-secondary.custom-file-control:active:focus::before, .btn.btn-secondary:active.focus, .btn-secondary.custom-file-control:active.focus::before, .btn.btn-secondary.active:hover, .btn-secondary.active.custom-file-control:hover::before, .btn.btn-secondary.active:focus, .btn-secondary.active.custom-file-control:focus::before, .btn.btn-secondary.active.focus, .btn-secondary.active.focus.custom-file-control::before, .open > .btn.btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-secondary.disabled:focus, .btn-secondary.disabled.custom-file-control:focus::before, .btn.btn-secondary.disabled.focus, .btn-secondary.disabled.focus.custom-file-control::before, .btn.btn-secondary:disabled:focus, .btn-secondary.custom-file-control:disabled:focus::before, .btn.btn-secondary:disabled.focus, .btn-secondary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-secondary.disabled:hover, .btn-secondary.disabled.custom-file-control:hover::before, .btn.btn-secondary:disabled:hover, .btn-secondary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-secondary, .bg-inverse .btn-secondary.custom-file-control::before {
  color: #6c757d;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-secondary:hover, .bg-inverse .btn-secondary.custom-file-control:hover::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-secondary:focus, .bg-inverse .btn-secondary.custom-file-control:focus::before, .bg-inverse .btn.btn-secondary.focus, .bg-inverse .btn-secondary.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-secondary:active, .bg-inverse .btn-secondary.custom-file-control:active::before, .bg-inverse .btn.btn-secondary.active, .bg-inverse .btn-secondary.active.custom-file-control::before, .open > .bg-inverse .btn.btn-secondary.dropdown-toggle, .open > .bg-inverse .btn-secondary.dropdown-toggle.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-secondary:active:hover, .bg-inverse .btn-secondary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-secondary:active:focus, .bg-inverse .btn-secondary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-secondary:active.focus, .bg-inverse .btn-secondary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-secondary.active:hover, .bg-inverse .btn-secondary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-secondary.active:focus, .bg-inverse .btn-secondary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-secondary.active.focus, .bg-inverse .btn-secondary.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-secondary.dropdown-toggle:hover, .open > .bg-inverse .btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-secondary.dropdown-toggle:focus, .open > .bg-inverse .btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-secondary.dropdown-toggle.focus, .open > .bg-inverse .btn-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-secondary.disabled:focus, .bg-inverse .btn-secondary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-secondary.disabled.focus, .bg-inverse .btn-secondary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-secondary:disabled:focus, .bg-inverse .btn-secondary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-secondary:disabled.focus, .bg-inverse .btn-secondary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-secondary.disabled:hover, .bg-inverse .btn-secondary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-secondary:disabled:hover, .bg-inverse .btn-secondary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-secondary.btn-link, .btn-secondary.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-success, .btn-success.custom-file-control::before {
  color: #4caf50;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-success:hover, .btn-success.custom-file-control:hover::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-success:focus, .btn-success.custom-file-control:focus::before, .btn.btn-success.focus, .btn-success.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-success:active, .btn-success.custom-file-control:active::before, .btn.btn-success.active, .btn-success.active.custom-file-control::before, .open > .btn.btn-success.dropdown-toggle, .open > .btn-success.dropdown-toggle.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-success:active:hover, .btn-success.custom-file-control:active:hover::before, .btn.btn-success:active:focus, .btn-success.custom-file-control:active:focus::before, .btn.btn-success:active.focus, .btn-success.custom-file-control:active.focus::before, .btn.btn-success.active:hover, .btn-success.active.custom-file-control:hover::before, .btn.btn-success.active:focus, .btn-success.active.custom-file-control:focus::before, .btn.btn-success.active.focus, .btn-success.active.focus.custom-file-control::before, .open > .btn.btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-success.dropdown-toggle.bmd-btn-icon, .open > .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-success.disabled:focus, .btn-success.disabled.custom-file-control:focus::before, .btn.btn-success.disabled.focus, .btn-success.disabled.focus.custom-file-control::before, .btn.btn-success:disabled:focus, .btn-success.custom-file-control:disabled:focus::before, .btn.btn-success:disabled.focus, .btn-success.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-success.disabled:hover, .btn-success.disabled.custom-file-control:hover::before, .btn.btn-success:disabled:hover, .btn-success.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-success, .bg-inverse .btn-success.custom-file-control::before {
  color: #4caf50;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-success:hover, .bg-inverse .btn-success.custom-file-control:hover::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-success:focus, .bg-inverse .btn-success.custom-file-control:focus::before, .bg-inverse .btn.btn-success.focus, .bg-inverse .btn-success.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-success:active, .bg-inverse .btn-success.custom-file-control:active::before, .bg-inverse .btn.btn-success.active, .bg-inverse .btn-success.active.custom-file-control::before, .open > .bg-inverse .btn.btn-success.dropdown-toggle, .open > .bg-inverse .btn-success.dropdown-toggle.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-success:active:hover, .bg-inverse .btn-success.custom-file-control:active:hover::before, .bg-inverse .btn.btn-success:active:focus, .bg-inverse .btn-success.custom-file-control:active:focus::before, .bg-inverse .btn.btn-success:active.focus, .bg-inverse .btn-success.custom-file-control:active.focus::before, .bg-inverse .btn.btn-success.active:hover, .bg-inverse .btn-success.active.custom-file-control:hover::before, .bg-inverse .btn.btn-success.active:focus, .bg-inverse .btn-success.active.custom-file-control:focus::before, .bg-inverse .btn.btn-success.active.focus, .bg-inverse .btn-success.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-success.dropdown-toggle:hover, .open > .bg-inverse .btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-success.dropdown-toggle:focus, .open > .bg-inverse .btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-success.dropdown-toggle.focus, .open > .bg-inverse .btn-success.dropdown-toggle.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-success.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-success.disabled:focus, .bg-inverse .btn-success.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-success.disabled.focus, .bg-inverse .btn-success.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-success:disabled:focus, .bg-inverse .btn-success.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-success:disabled.focus, .bg-inverse .btn-success.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-success.disabled:hover, .bg-inverse .btn-success.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-success:disabled:hover, .bg-inverse .btn-success.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-success.btn-link, .btn-success.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-info, .btn-info.custom-file-control::before {
  color: #00bcd4;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-info:hover, .btn-info.custom-file-control:hover::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-info:focus, .btn-info.custom-file-control:focus::before, .btn.btn-info.focus, .btn-info.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-info:active, .btn-info.custom-file-control:active::before, .btn.btn-info.active, .btn-info.active.custom-file-control::before, .open > .btn.btn-info.dropdown-toggle, .open > .btn-info.dropdown-toggle.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-info:active:hover, .btn-info.custom-file-control:active:hover::before, .btn.btn-info:active:focus, .btn-info.custom-file-control:active:focus::before, .btn.btn-info:active.focus, .btn-info.custom-file-control:active.focus::before, .btn.btn-info.active:hover, .btn-info.active.custom-file-control:hover::before, .btn.btn-info.active:focus, .btn-info.active.custom-file-control:focus::before, .btn.btn-info.active.focus, .btn-info.active.focus.custom-file-control::before, .open > .btn.btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-info.dropdown-toggle.bmd-btn-icon, .open > .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-info.disabled:focus, .btn-info.disabled.custom-file-control:focus::before, .btn.btn-info.disabled.focus, .btn-info.disabled.focus.custom-file-control::before, .btn.btn-info:disabled:focus, .btn-info.custom-file-control:disabled:focus::before, .btn.btn-info:disabled.focus, .btn-info.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-info.disabled:hover, .btn-info.disabled.custom-file-control:hover::before, .btn.btn-info:disabled:hover, .btn-info.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-info, .bg-inverse .btn-info.custom-file-control::before {
  color: #00bcd4;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-info:hover, .bg-inverse .btn-info.custom-file-control:hover::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-info:focus, .bg-inverse .btn-info.custom-file-control:focus::before, .bg-inverse .btn.btn-info.focus, .bg-inverse .btn-info.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-info:active, .bg-inverse .btn-info.custom-file-control:active::before, .bg-inverse .btn.btn-info.active, .bg-inverse .btn-info.active.custom-file-control::before, .open > .bg-inverse .btn.btn-info.dropdown-toggle, .open > .bg-inverse .btn-info.dropdown-toggle.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-info:active:hover, .bg-inverse .btn-info.custom-file-control:active:hover::before, .bg-inverse .btn.btn-info:active:focus, .bg-inverse .btn-info.custom-file-control:active:focus::before, .bg-inverse .btn.btn-info:active.focus, .bg-inverse .btn-info.custom-file-control:active.focus::before, .bg-inverse .btn.btn-info.active:hover, .bg-inverse .btn-info.active.custom-file-control:hover::before, .bg-inverse .btn.btn-info.active:focus, .bg-inverse .btn-info.active.custom-file-control:focus::before, .bg-inverse .btn.btn-info.active.focus, .bg-inverse .btn-info.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-info.dropdown-toggle:hover, .open > .bg-inverse .btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-info.dropdown-toggle:focus, .open > .bg-inverse .btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-info.dropdown-toggle.focus, .open > .bg-inverse .btn-info.dropdown-toggle.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-info.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-info.disabled:focus, .bg-inverse .btn-info.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-info.disabled.focus, .bg-inverse .btn-info.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-info:disabled:focus, .bg-inverse .btn-info.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-info:disabled.focus, .bg-inverse .btn-info.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-info.disabled:hover, .bg-inverse .btn-info.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-info:disabled:hover, .bg-inverse .btn-info.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-info.btn-link, .btn-info.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-warning, .btn-warning.custom-file-control::before {
  color: #ffeb3b;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-warning:hover, .btn-warning.custom-file-control:hover::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-warning:focus, .btn-warning.custom-file-control:focus::before, .btn.btn-warning.focus, .btn-warning.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-warning:active, .btn-warning.custom-file-control:active::before, .btn.btn-warning.active, .btn-warning.active.custom-file-control::before, .open > .btn.btn-warning.dropdown-toggle, .open > .btn-warning.dropdown-toggle.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-warning:active:hover, .btn-warning.custom-file-control:active:hover::before, .btn.btn-warning:active:focus, .btn-warning.custom-file-control:active:focus::before, .btn.btn-warning:active.focus, .btn-warning.custom-file-control:active.focus::before, .btn.btn-warning.active:hover, .btn-warning.active.custom-file-control:hover::before, .btn.btn-warning.active:focus, .btn-warning.active.custom-file-control:focus::before, .btn.btn-warning.active.focus, .btn-warning.active.focus.custom-file-control::before, .open > .btn.btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-warning.disabled:focus, .btn-warning.disabled.custom-file-control:focus::before, .btn.btn-warning.disabled.focus, .btn-warning.disabled.focus.custom-file-control::before, .btn.btn-warning:disabled:focus, .btn-warning.custom-file-control:disabled:focus::before, .btn.btn-warning:disabled.focus, .btn-warning.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-warning.disabled:hover, .btn-warning.disabled.custom-file-control:hover::before, .btn.btn-warning:disabled:hover, .btn-warning.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-warning, .bg-inverse .btn-warning.custom-file-control::before {
  color: #ffeb3b;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-warning:hover, .bg-inverse .btn-warning.custom-file-control:hover::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-warning:focus, .bg-inverse .btn-warning.custom-file-control:focus::before, .bg-inverse .btn.btn-warning.focus, .bg-inverse .btn-warning.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-warning:active, .bg-inverse .btn-warning.custom-file-control:active::before, .bg-inverse .btn.btn-warning.active, .bg-inverse .btn-warning.active.custom-file-control::before, .open > .bg-inverse .btn.btn-warning.dropdown-toggle, .open > .bg-inverse .btn-warning.dropdown-toggle.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-warning:active:hover, .bg-inverse .btn-warning.custom-file-control:active:hover::before, .bg-inverse .btn.btn-warning:active:focus, .bg-inverse .btn-warning.custom-file-control:active:focus::before, .bg-inverse .btn.btn-warning:active.focus, .bg-inverse .btn-warning.custom-file-control:active.focus::before, .bg-inverse .btn.btn-warning.active:hover, .bg-inverse .btn-warning.active.custom-file-control:hover::before, .bg-inverse .btn.btn-warning.active:focus, .bg-inverse .btn-warning.active.custom-file-control:focus::before, .bg-inverse .btn.btn-warning.active.focus, .bg-inverse .btn-warning.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-warning.dropdown-toggle:hover, .open > .bg-inverse .btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-warning.dropdown-toggle:focus, .open > .bg-inverse .btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-warning.dropdown-toggle.focus, .open > .bg-inverse .btn-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-warning.disabled:focus, .bg-inverse .btn-warning.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-warning.disabled.focus, .bg-inverse .btn-warning.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-warning:disabled:focus, .bg-inverse .btn-warning.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-warning:disabled.focus, .bg-inverse .btn-warning.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-warning.disabled:hover, .bg-inverse .btn-warning.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-warning:disabled:hover, .bg-inverse .btn-warning.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-warning.btn-link, .btn-warning.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-danger, .btn-danger.custom-file-control::before {
  color: #f44336;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-danger:hover, .btn-danger.custom-file-control:hover::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-danger:focus, .btn-danger.custom-file-control:focus::before, .btn.btn-danger.focus, .btn-danger.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-danger:active, .btn-danger.custom-file-control:active::before, .btn.btn-danger.active, .btn-danger.active.custom-file-control::before, .open > .btn.btn-danger.dropdown-toggle, .open > .btn-danger.dropdown-toggle.custom-file-control::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-danger:active:hover, .btn-danger.custom-file-control:active:hover::before, .btn.btn-danger:active:focus, .btn-danger.custom-file-control:active:focus::before, .btn.btn-danger:active.focus, .btn-danger.custom-file-control:active.focus::before, .btn.btn-danger.active:hover, .btn-danger.active.custom-file-control:hover::before, .btn.btn-danger.active:focus, .btn-danger.active.custom-file-control:focus::before, .btn.btn-danger.active.focus, .btn-danger.active.focus.custom-file-control::before, .open > .btn.btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-danger.disabled:focus, .btn-danger.disabled.custom-file-control:focus::before, .btn.btn-danger.disabled.focus, .btn-danger.disabled.focus.custom-file-control::before, .btn.btn-danger:disabled:focus, .btn-danger.custom-file-control:disabled:focus::before, .btn.btn-danger:disabled.focus, .btn-danger.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-danger.disabled:hover, .btn-danger.disabled.custom-file-control:hover::before, .btn.btn-danger:disabled:hover, .btn-danger.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-danger, .bg-inverse .btn-danger.custom-file-control::before {
  color: #f44336;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-danger:hover, .bg-inverse .btn-danger.custom-file-control:hover::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-danger:focus, .bg-inverse .btn-danger.custom-file-control:focus::before, .bg-inverse .btn.btn-danger.focus, .bg-inverse .btn-danger.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-danger:active, .bg-inverse .btn-danger.custom-file-control:active::before, .bg-inverse .btn.btn-danger.active, .bg-inverse .btn-danger.active.custom-file-control::before, .open > .bg-inverse .btn.btn-danger.dropdown-toggle, .open > .bg-inverse .btn-danger.dropdown-toggle.custom-file-control::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-danger:active:hover, .bg-inverse .btn-danger.custom-file-control:active:hover::before, .bg-inverse .btn.btn-danger:active:focus, .bg-inverse .btn-danger.custom-file-control:active:focus::before, .bg-inverse .btn.btn-danger:active.focus, .bg-inverse .btn-danger.custom-file-control:active.focus::before, .bg-inverse .btn.btn-danger.active:hover, .bg-inverse .btn-danger.active.custom-file-control:hover::before, .bg-inverse .btn.btn-danger.active:focus, .bg-inverse .btn-danger.active.custom-file-control:focus::before, .bg-inverse .btn.btn-danger.active.focus, .bg-inverse .btn-danger.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-danger.dropdown-toggle:hover, .open > .bg-inverse .btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-danger.dropdown-toggle:focus, .open > .bg-inverse .btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-danger.dropdown-toggle.focus, .open > .bg-inverse .btn-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-danger.disabled:focus, .bg-inverse .btn-danger.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-danger.disabled.focus, .bg-inverse .btn-danger.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-danger:disabled:focus, .bg-inverse .btn-danger.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-danger:disabled.focus, .bg-inverse .btn-danger.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-danger.disabled:hover, .bg-inverse .btn-danger.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-danger:disabled:hover, .bg-inverse .btn-danger.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-danger.btn-link, .btn-danger.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-light, .btn-light.custom-file-control::before {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-light:hover, .btn-light.custom-file-control:hover::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-light:focus, .btn-light.custom-file-control:focus::before, .btn.btn-light.focus, .btn-light.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-light:active, .btn-light.custom-file-control:active::before, .btn.btn-light.active, .btn-light.active.custom-file-control::before, .open > .btn.btn-light.dropdown-toggle, .open > .btn-light.dropdown-toggle.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-light:active:hover, .btn-light.custom-file-control:active:hover::before, .btn.btn-light:active:focus, .btn-light.custom-file-control:active:focus::before, .btn.btn-light:active.focus, .btn-light.custom-file-control:active.focus::before, .btn.btn-light.active:hover, .btn-light.active.custom-file-control:hover::before, .btn.btn-light.active:focus, .btn-light.active.custom-file-control:focus::before, .btn.btn-light.active.focus, .btn-light.active.focus.custom-file-control::before, .open > .btn.btn-light.dropdown-toggle:hover, .open > .btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-light.dropdown-toggle:focus, .open > .btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-light.dropdown-toggle.focus, .open > .btn-light.dropdown-toggle.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-light.dropdown-toggle.bmd-btn-icon, .open > .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-light.disabled:focus, .btn-light.disabled.custom-file-control:focus::before, .btn.btn-light.disabled.focus, .btn-light.disabled.focus.custom-file-control::before, .btn.btn-light:disabled:focus, .btn-light.custom-file-control:disabled:focus::before, .btn.btn-light:disabled.focus, .btn-light.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-light.disabled:hover, .btn-light.disabled.custom-file-control:hover::before, .btn.btn-light:disabled:hover, .btn-light.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-light, .bg-inverse .btn-light.custom-file-control::before {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-light:hover, .bg-inverse .btn-light.custom-file-control:hover::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-light:focus, .bg-inverse .btn-light.custom-file-control:focus::before, .bg-inverse .btn.btn-light.focus, .bg-inverse .btn-light.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-light:active, .bg-inverse .btn-light.custom-file-control:active::before, .bg-inverse .btn.btn-light.active, .bg-inverse .btn-light.active.custom-file-control::before, .open > .bg-inverse .btn.btn-light.dropdown-toggle, .open > .bg-inverse .btn-light.dropdown-toggle.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-light:active:hover, .bg-inverse .btn-light.custom-file-control:active:hover::before, .bg-inverse .btn.btn-light:active:focus, .bg-inverse .btn-light.custom-file-control:active:focus::before, .bg-inverse .btn.btn-light:active.focus, .bg-inverse .btn-light.custom-file-control:active.focus::before, .bg-inverse .btn.btn-light.active:hover, .bg-inverse .btn-light.active.custom-file-control:hover::before, .bg-inverse .btn.btn-light.active:focus, .bg-inverse .btn-light.active.custom-file-control:focus::before, .bg-inverse .btn.btn-light.active.focus, .bg-inverse .btn-light.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-light.dropdown-toggle:hover, .open > .bg-inverse .btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-light.dropdown-toggle:focus, .open > .bg-inverse .btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-light.dropdown-toggle.focus, .open > .bg-inverse .btn-light.dropdown-toggle.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-light.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-light.disabled:focus, .bg-inverse .btn-light.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-light.disabled.focus, .bg-inverse .btn-light.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-light:disabled:focus, .bg-inverse .btn-light.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-light:disabled.focus, .bg-inverse .btn-light.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-light.disabled:hover, .bg-inverse .btn-light.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-light:disabled:hover, .bg-inverse .btn-light.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-light.btn-link, .btn-light.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-dark, .btn-dark.custom-file-control::before {
  color: #343a40;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-dark:hover, .btn-dark.custom-file-control:hover::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-dark:focus, .btn-dark.custom-file-control:focus::before, .btn.btn-dark.focus, .btn-dark.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-dark:active, .btn-dark.custom-file-control:active::before, .btn.btn-dark.active, .btn-dark.active.custom-file-control::before, .open > .btn.btn-dark.dropdown-toggle, .open > .btn-dark.dropdown-toggle.custom-file-control::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-dark:active:hover, .btn-dark.custom-file-control:active:hover::before, .btn.btn-dark:active:focus, .btn-dark.custom-file-control:active:focus::before, .btn.btn-dark:active.focus, .btn-dark.custom-file-control:active.focus::before, .btn.btn-dark.active:hover, .btn-dark.active.custom-file-control:hover::before, .btn.btn-dark.active:focus, .btn-dark.active.custom-file-control:focus::before, .btn.btn-dark.active.focus, .btn-dark.active.focus.custom-file-control::before, .open > .btn.btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-dark.dropdown-toggle.focus, .open > .btn-dark.dropdown-toggle.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-dark.disabled:focus, .btn-dark.disabled.custom-file-control:focus::before, .btn.btn-dark.disabled.focus, .btn-dark.disabled.focus.custom-file-control::before, .btn.btn-dark:disabled:focus, .btn-dark.custom-file-control:disabled:focus::before, .btn.btn-dark:disabled.focus, .btn-dark.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-dark.disabled:hover, .btn-dark.disabled.custom-file-control:hover::before, .btn.btn-dark:disabled:hover, .btn-dark.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-dark, .bg-inverse .btn-dark.custom-file-control::before {
  color: #343a40;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-dark:hover, .bg-inverse .btn-dark.custom-file-control:hover::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-dark:focus, .bg-inverse .btn-dark.custom-file-control:focus::before, .bg-inverse .btn.btn-dark.focus, .bg-inverse .btn-dark.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-dark:active, .bg-inverse .btn-dark.custom-file-control:active::before, .bg-inverse .btn.btn-dark.active, .bg-inverse .btn-dark.active.custom-file-control::before, .open > .bg-inverse .btn.btn-dark.dropdown-toggle, .open > .bg-inverse .btn-dark.dropdown-toggle.custom-file-control::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-dark:active:hover, .bg-inverse .btn-dark.custom-file-control:active:hover::before, .bg-inverse .btn.btn-dark:active:focus, .bg-inverse .btn-dark.custom-file-control:active:focus::before, .bg-inverse .btn.btn-dark:active.focus, .bg-inverse .btn-dark.custom-file-control:active.focus::before, .bg-inverse .btn.btn-dark.active:hover, .bg-inverse .btn-dark.active.custom-file-control:hover::before, .bg-inverse .btn.btn-dark.active:focus, .bg-inverse .btn-dark.active.custom-file-control:focus::before, .bg-inverse .btn.btn-dark.active.focus, .bg-inverse .btn-dark.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-dark.dropdown-toggle:hover, .open > .bg-inverse .btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-dark.dropdown-toggle:focus, .open > .bg-inverse .btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-dark.dropdown-toggle.focus, .open > .bg-inverse .btn-dark.dropdown-toggle.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-dark.disabled:focus, .bg-inverse .btn-dark.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-dark.disabled.focus, .bg-inverse .btn-dark.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-dark:disabled:focus, .bg-inverse .btn-dark.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-dark:disabled.focus, .bg-inverse .btn-dark.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-dark.disabled:hover, .bg-inverse .btn-dark.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-dark:disabled:hover, .bg-inverse .btn-dark.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-dark.btn-link, .btn-dark.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.bmd-btn-fab.btn-primary, .bmd-btn-fab.btn-primary.custom-file-control::before, .btn.btn-raised.btn-primary, .btn-raised.btn-primary.custom-file-control::before, .btn-group-raised .btn.btn-primary, .btn-group-raised .btn-primary.custom-file-control::before {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn.bmd-btn-fab.btn-primary:hover, .bmd-btn-fab.btn-primary.custom-file-control:hover::before, .btn.btn-raised.btn-primary:hover, .btn-raised.btn-primary.custom-file-control:hover::before, .btn-group-raised .btn.btn-primary:hover, .btn-group-raised .btn-primary.custom-file-control:hover::before {
  color: #fff;
  background-color: rgb(13.6461538462, 140.8461538462, 241.9538461538);
  border-color: rgb(11.0153846154, 118.4153846154, 203.7846153846);
}
.btn.bmd-btn-fab.btn-primary:focus, .bmd-btn-fab.btn-primary.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-primary.focus, .bmd-btn-fab.btn-primary.focus.custom-file-control::before, .btn.btn-raised.btn-primary:focus, .btn-raised.btn-primary.custom-file-control:focus::before, .btn.btn-raised.btn-primary.focus, .btn-raised.btn-primary.focus.custom-file-control::before, .btn-group-raised .btn.btn-primary:focus, .btn-group-raised .btn-primary.custom-file-control:focus::before, .btn-group-raised .btn.btn-primary.focus, .btn-group-raised .btn-primary.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(13.6461538462, 140.8461538462, 241.9538461538);
  border-color: rgb(11.0153846154, 118.4153846154, 203.7846153846);
}
.btn.bmd-btn-fab.btn-primary:active, .bmd-btn-fab.btn-primary.custom-file-control:active::before, .btn.bmd-btn-fab.btn-primary.active, .bmd-btn-fab.btn-primary.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-primary:active, .btn-raised.btn-primary.custom-file-control:active::before, .btn.btn-raised.btn-primary.active, .btn-raised.btn-primary.active.custom-file-control::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle, .open > .btn-raised.btn-primary.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-primary:active, .btn-group-raised .btn-primary.custom-file-control:active::before, .btn-group-raised .btn.btn-primary.active, .btn-group-raised .btn-primary.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle, .open > .btn-group-raised .btn-primary.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: rgb(13.6461538462, 140.8461538462, 241.9538461538);
  border-color: rgb(11.0153846154, 118.4153846154, 203.7846153846);
}
.btn.bmd-btn-fab.btn-primary:active:hover, .bmd-btn-fab.btn-primary.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-primary:active:focus, .bmd-btn-fab.btn-primary.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-primary:active.focus, .bmd-btn-fab.btn-primary.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-primary.active:hover, .bmd-btn-fab.btn-primary.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-primary.active:focus, .bmd-btn-fab.btn-primary.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-primary.active.focus, .bmd-btn-fab.btn-primary.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-primary:active:hover, .btn-raised.btn-primary.custom-file-control:active:hover::before, .btn.btn-raised.btn-primary:active:focus, .btn-raised.btn-primary.custom-file-control:active:focus::before, .btn.btn-raised.btn-primary:active.focus, .btn-raised.btn-primary.custom-file-control:active.focus::before, .btn.btn-raised.btn-primary.active:hover, .btn-raised.btn-primary.active.custom-file-control:hover::before, .btn.btn-raised.btn-primary.active:focus, .btn-raised.btn-primary.active.custom-file-control:focus::before, .btn.btn-raised.btn-primary.active.focus, .btn-raised.btn-primary.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle:hover, .open > .btn-raised.btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle:focus, .open > .btn-raised.btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle.focus, .open > .btn-raised.btn-primary.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-primary:active:hover, .btn-group-raised .btn-primary.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-primary:active:focus, .btn-group-raised .btn-primary.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-primary:active.focus, .btn-group-raised .btn-primary.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-primary.active:hover, .btn-group-raised .btn-primary.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-primary.active:focus, .btn-group-raised .btn-primary.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-primary.active.focus, .btn-group-raised .btn-primary.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle:hover, .open > .btn-group-raised .btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle:focus, .open > .btn-group-raised .btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle.focus, .open > .btn-group-raised .btn-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(13.6461538462, 140.8461538462, 241.9538461538);
  border-color: rgb(7.6153846154, 81.8653846154, 140.8846153846);
}
.open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #2196f3;
}
.open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgb(13.6461538462, 140.8461538462, 241.9538461538);
}
.btn.bmd-btn-fab.btn-primary.disabled:focus, .bmd-btn-fab.btn-primary.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-primary.disabled.focus, .bmd-btn-fab.btn-primary.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-primary:disabled:focus, .bmd-btn-fab.btn-primary.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-primary:disabled.focus, .bmd-btn-fab.btn-primary.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-primary.disabled:focus, .btn-raised.btn-primary.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-primary.disabled.focus, .btn-raised.btn-primary.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-primary:disabled:focus, .btn-raised.btn-primary.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-primary:disabled.focus, .btn-raised.btn-primary.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-primary.disabled:focus, .btn-group-raised .btn-primary.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-primary.disabled.focus, .btn-group-raised .btn-primary.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-primary:disabled:focus, .btn-group-raised .btn-primary.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-primary:disabled.focus, .btn-group-raised .btn-primary.custom-file-control:disabled.focus::before {
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn.bmd-btn-fab.btn-primary.disabled:hover, .bmd-btn-fab.btn-primary.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-primary:disabled:hover, .bmd-btn-fab.btn-primary.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-primary.disabled:hover, .btn-raised.btn-primary.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-primary:disabled:hover, .btn-raised.btn-primary.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-primary.disabled:hover, .btn-group-raised .btn-primary.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-primary:disabled:hover, .btn-group-raised .btn-primary.custom-file-control:disabled:hover::before {
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn.bmd-btn-fab.btn-secondary, .bmd-btn-fab.btn-secondary.custom-file-control::before, .btn.btn-raised.btn-secondary, .btn-raised.btn-secondary.custom-file-control::before, .btn-group-raised .btn.btn-secondary, .btn-group-raised .btn-secondary.custom-file-control::before {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn.bmd-btn-fab.btn-secondary:hover, .bmd-btn-fab.btn-secondary.custom-file-control:hover::before, .btn.btn-raised.btn-secondary:hover, .btn-raised.btn-secondary.custom-file-control:hover::before, .btn-group-raised .btn.btn-secondary:hover, .btn-group-raised .btn-secondary.custom-file-control:hover::before {
  color: #fff;
  background-color: rgb(98.5442060086, 106.756223176, 114.0557939914);
  border-color: rgb(79.6326180258, 86.2686695279, 92.1673819742);
}
.btn.bmd-btn-fab.btn-secondary:focus, .bmd-btn-fab.btn-secondary.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-secondary.focus, .bmd-btn-fab.btn-secondary.focus.custom-file-control::before, .btn.btn-raised.btn-secondary:focus, .btn-raised.btn-secondary.custom-file-control:focus::before, .btn.btn-raised.btn-secondary.focus, .btn-raised.btn-secondary.focus.custom-file-control::before, .btn-group-raised .btn.btn-secondary:focus, .btn-group-raised .btn-secondary.custom-file-control:focus::before, .btn-group-raised .btn.btn-secondary.focus, .btn-group-raised .btn-secondary.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(98.5442060086, 106.756223176, 114.0557939914);
  border-color: rgb(79.6326180258, 86.2686695279, 92.1673819742);
}
.btn.bmd-btn-fab.btn-secondary:active, .bmd-btn-fab.btn-secondary.custom-file-control:active::before, .btn.bmd-btn-fab.btn-secondary.active, .bmd-btn-fab.btn-secondary.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-secondary:active, .btn-raised.btn-secondary.custom-file-control:active::before, .btn.btn-raised.btn-secondary.active, .btn-raised.btn-secondary.active.custom-file-control::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle, .open > .btn-raised.btn-secondary.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-secondary:active, .btn-group-raised .btn-secondary.custom-file-control:active::before, .btn-group-raised .btn.btn-secondary.active, .btn-group-raised .btn-secondary.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle, .open > .btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: rgb(98.5442060086, 106.756223176, 114.0557939914);
  border-color: rgb(79.6326180258, 86.2686695279, 92.1673819742);
}
.btn.bmd-btn-fab.btn-secondary:active:hover, .bmd-btn-fab.btn-secondary.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-secondary:active:focus, .bmd-btn-fab.btn-secondary.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-secondary:active.focus, .bmd-btn-fab.btn-secondary.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-secondary.active:hover, .bmd-btn-fab.btn-secondary.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-secondary.active:focus, .bmd-btn-fab.btn-secondary.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-secondary.active.focus, .bmd-btn-fab.btn-secondary.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-secondary:active:hover, .btn-raised.btn-secondary.custom-file-control:active:hover::before, .btn.btn-raised.btn-secondary:active:focus, .btn-raised.btn-secondary.custom-file-control:active:focus::before, .btn.btn-raised.btn-secondary:active.focus, .btn-raised.btn-secondary.custom-file-control:active.focus::before, .btn.btn-raised.btn-secondary.active:hover, .btn-raised.btn-secondary.active.custom-file-control:hover::before, .btn.btn-raised.btn-secondary.active:focus, .btn-raised.btn-secondary.active.custom-file-control:focus::before, .btn.btn-raised.btn-secondary.active.focus, .btn-raised.btn-secondary.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle:hover, .open > .btn-raised.btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle:focus, .open > .btn-raised.btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle.focus, .open > .btn-raised.btn-secondary.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-secondary:active:hover, .btn-group-raised .btn-secondary.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-secondary:active:focus, .btn-group-raised .btn-secondary.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-secondary:active.focus, .btn-group-raised .btn-secondary.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-secondary.active:hover, .btn-group-raised .btn-secondary.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-secondary.active:focus, .btn-group-raised .btn-secondary.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-secondary.active.focus, .btn-group-raised .btn-secondary.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle:hover, .open > .btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle:focus, .open > .btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle.focus, .open > .btn-group-raised .btn-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(98.5442060086, 106.756223176, 114.0557939914);
  border-color: rgb(48.9012875536, 52.9763948498, 56.5987124464);
}
.open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #6c757d;
}
.open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgb(98.5442060086, 106.756223176, 114.0557939914);
}
.btn.bmd-btn-fab.btn-secondary.disabled:focus, .bmd-btn-fab.btn-secondary.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-secondary.disabled.focus, .bmd-btn-fab.btn-secondary.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-secondary:disabled:focus, .bmd-btn-fab.btn-secondary.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-secondary:disabled.focus, .bmd-btn-fab.btn-secondary.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-secondary.disabled:focus, .btn-raised.btn-secondary.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-secondary.disabled.focus, .btn-raised.btn-secondary.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-secondary:disabled:focus, .btn-raised.btn-secondary.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-secondary:disabled.focus, .btn-raised.btn-secondary.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-secondary.disabled:focus, .btn-group-raised .btn-secondary.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-secondary.disabled.focus, .btn-group-raised .btn-secondary.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-secondary:disabled:focus, .btn-group-raised .btn-secondary.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-secondary:disabled.focus, .btn-group-raised .btn-secondary.custom-file-control:disabled.focus::before {
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn.bmd-btn-fab.btn-secondary.disabled:hover, .bmd-btn-fab.btn-secondary.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-secondary:disabled:hover, .bmd-btn-fab.btn-secondary.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-secondary.disabled:hover, .btn-raised.btn-secondary.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-secondary:disabled:hover, .btn-raised.btn-secondary.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-secondary.disabled:hover, .btn-group-raised .btn-secondary.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-secondary:disabled:hover, .btn-group-raised .btn-secondary.custom-file-control:disabled:hover::before {
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn.bmd-btn-fab.btn-success, .bmd-btn-fab.btn-success.custom-file-control::before, .btn.btn-raised.btn-success, .btn-raised.btn-success.custom-file-control::before, .btn-group-raised .btn.btn-success, .btn-group-raised .btn-success.custom-file-control::before {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn.bmd-btn-fab.btn-success:hover, .bmd-btn-fab.btn-success.custom-file-control:hover::before, .btn.btn-raised.btn-success:hover, .btn-raised.btn-success.custom-file-control:hover::before, .btn-group-raised .btn.btn-success:hover, .btn-group-raised .btn-success.custom-file-control:hover::before {
  color: #fff;
  background-color: rgb(69.8231075697, 160.7768924303, 73.4980079681);
  border-color: rgb(57.4693227092, 132.3306772908, 60.4940239044);
}
.btn.bmd-btn-fab.btn-success:focus, .bmd-btn-fab.btn-success.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-success.focus, .bmd-btn-fab.btn-success.focus.custom-file-control::before, .btn.btn-raised.btn-success:focus, .btn-raised.btn-success.custom-file-control:focus::before, .btn.btn-raised.btn-success.focus, .btn-raised.btn-success.focus.custom-file-control::before, .btn-group-raised .btn.btn-success:focus, .btn-group-raised .btn-success.custom-file-control:focus::before, .btn-group-raised .btn.btn-success.focus, .btn-group-raised .btn-success.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(69.8231075697, 160.7768924303, 73.4980079681);
  border-color: rgb(57.4693227092, 132.3306772908, 60.4940239044);
}
.btn.bmd-btn-fab.btn-success:active, .bmd-btn-fab.btn-success.custom-file-control:active::before, .btn.bmd-btn-fab.btn-success.active, .bmd-btn-fab.btn-success.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle, .open > .bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-success:active, .btn-raised.btn-success.custom-file-control:active::before, .btn.btn-raised.btn-success.active, .btn-raised.btn-success.active.custom-file-control::before, .open > .btn.btn-raised.btn-success.dropdown-toggle, .open > .btn-raised.btn-success.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-success:active, .btn-group-raised .btn-success.custom-file-control:active::before, .btn-group-raised .btn.btn-success.active, .btn-group-raised .btn-success.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle, .open > .btn-group-raised .btn-success.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: rgb(69.8231075697, 160.7768924303, 73.4980079681);
  border-color: rgb(57.4693227092, 132.3306772908, 60.4940239044);
}
.btn.bmd-btn-fab.btn-success:active:hover, .bmd-btn-fab.btn-success.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-success:active:focus, .bmd-btn-fab.btn-success.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-success:active.focus, .bmd-btn-fab.btn-success.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-success.active:hover, .bmd-btn-fab.btn-success.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-success.active:focus, .bmd-btn-fab.btn-success.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-success.active.focus, .bmd-btn-fab.btn-success.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-success.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-success:active:hover, .btn-raised.btn-success.custom-file-control:active:hover::before, .btn.btn-raised.btn-success:active:focus, .btn-raised.btn-success.custom-file-control:active:focus::before, .btn.btn-raised.btn-success:active.focus, .btn-raised.btn-success.custom-file-control:active.focus::before, .btn.btn-raised.btn-success.active:hover, .btn-raised.btn-success.active.custom-file-control:hover::before, .btn.btn-raised.btn-success.active:focus, .btn-raised.btn-success.active.custom-file-control:focus::before, .btn.btn-raised.btn-success.active.focus, .btn-raised.btn-success.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-success.dropdown-toggle:hover, .open > .btn-raised.btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-success.dropdown-toggle:focus, .open > .btn-raised.btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-success.dropdown-toggle.focus, .open > .btn-raised.btn-success.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-success:active:hover, .btn-group-raised .btn-success.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-success:active:focus, .btn-group-raised .btn-success.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-success:active.focus, .btn-group-raised .btn-success.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-success.active:hover, .btn-group-raised .btn-success.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-success.active:focus, .btn-group-raised .btn-success.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-success.active.focus, .btn-group-raised .btn-success.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle:hover, .open > .btn-group-raised .btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle:focus, .open > .btn-group-raised .btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle.focus, .open > .btn-group-raised .btn-success.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(69.8231075697, 160.7768924303, 73.4980079681);
  border-color: rgb(37.3944223108, 86.1055776892, 39.3625498008);
}
.open > .btn.bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-success.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #4caf50;
}
.open > .btn.bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgb(69.8231075697, 160.7768924303, 73.4980079681);
}
.btn.bmd-btn-fab.btn-success.disabled:focus, .bmd-btn-fab.btn-success.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-success.disabled.focus, .bmd-btn-fab.btn-success.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-success:disabled:focus, .bmd-btn-fab.btn-success.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-success:disabled.focus, .bmd-btn-fab.btn-success.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-success.disabled:focus, .btn-raised.btn-success.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-success.disabled.focus, .btn-raised.btn-success.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-success:disabled:focus, .btn-raised.btn-success.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-success:disabled.focus, .btn-raised.btn-success.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-success.disabled:focus, .btn-group-raised .btn-success.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-success.disabled.focus, .btn-group-raised .btn-success.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-success:disabled:focus, .btn-group-raised .btn-success.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-success:disabled.focus, .btn-group-raised .btn-success.custom-file-control:disabled.focus::before {
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn.bmd-btn-fab.btn-success.disabled:hover, .bmd-btn-fab.btn-success.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-success:disabled:hover, .bmd-btn-fab.btn-success.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-success.disabled:hover, .btn-raised.btn-success.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-success:disabled:hover, .btn-raised.btn-success.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-success.disabled:hover, .btn-group-raised .btn-success.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-success:disabled:hover, .btn-group-raised .btn-success.custom-file-control:disabled:hover::before {
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn.bmd-btn-fab.btn-info, .bmd-btn-fab.btn-info.custom-file-control::before, .btn.btn-raised.btn-info, .btn-raised.btn-info.custom-file-control::before, .btn-group-raised .btn.btn-info, .btn-group-raised .btn-info.custom-file-control::before {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn.bmd-btn-fab.btn-info:hover, .bmd-btn-fab.btn-info.custom-file-control:hover::before, .btn.btn-raised.btn-info:hover, .btn-raised.btn-info.custom-file-control:hover::before, .btn-group-raised .btn.btn-info:hover, .btn-group-raised .btn-info.custom-file-control:hover::before {
  color: #fff;
  background-color: rgb(0, 169.9094339623, 191.6);
  border-color: rgb(0, 133.7283018868, 150.8);
}
.btn.bmd-btn-fab.btn-info:focus, .bmd-btn-fab.btn-info.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-info.focus, .bmd-btn-fab.btn-info.focus.custom-file-control::before, .btn.btn-raised.btn-info:focus, .btn-raised.btn-info.custom-file-control:focus::before, .btn.btn-raised.btn-info.focus, .btn-raised.btn-info.focus.custom-file-control::before, .btn-group-raised .btn.btn-info:focus, .btn-group-raised .btn-info.custom-file-control:focus::before, .btn-group-raised .btn.btn-info.focus, .btn-group-raised .btn-info.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(0, 169.9094339623, 191.6);
  border-color: rgb(0, 133.7283018868, 150.8);
}
.btn.bmd-btn-fab.btn-info:active, .bmd-btn-fab.btn-info.custom-file-control:active::before, .btn.bmd-btn-fab.btn-info.active, .bmd-btn-fab.btn-info.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle, .open > .bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-info:active, .btn-raised.btn-info.custom-file-control:active::before, .btn.btn-raised.btn-info.active, .btn-raised.btn-info.active.custom-file-control::before, .open > .btn.btn-raised.btn-info.dropdown-toggle, .open > .btn-raised.btn-info.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-info:active, .btn-group-raised .btn-info.custom-file-control:active::before, .btn-group-raised .btn.btn-info.active, .btn-group-raised .btn-info.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle, .open > .btn-group-raised .btn-info.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: rgb(0, 169.9094339623, 191.6);
  border-color: rgb(0, 133.7283018868, 150.8);
}
.btn.bmd-btn-fab.btn-info:active:hover, .bmd-btn-fab.btn-info.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-info:active:focus, .bmd-btn-fab.btn-info.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-info:active.focus, .bmd-btn-fab.btn-info.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-info.active:hover, .bmd-btn-fab.btn-info.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-info.active:focus, .bmd-btn-fab.btn-info.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-info.active.focus, .bmd-btn-fab.btn-info.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-info.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-info:active:hover, .btn-raised.btn-info.custom-file-control:active:hover::before, .btn.btn-raised.btn-info:active:focus, .btn-raised.btn-info.custom-file-control:active:focus::before, .btn.btn-raised.btn-info:active.focus, .btn-raised.btn-info.custom-file-control:active.focus::before, .btn.btn-raised.btn-info.active:hover, .btn-raised.btn-info.active.custom-file-control:hover::before, .btn.btn-raised.btn-info.active:focus, .btn-raised.btn-info.active.custom-file-control:focus::before, .btn.btn-raised.btn-info.active.focus, .btn-raised.btn-info.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-info.dropdown-toggle:hover, .open > .btn-raised.btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-info.dropdown-toggle:focus, .open > .btn-raised.btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-info.dropdown-toggle.focus, .open > .btn-raised.btn-info.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-info:active:hover, .btn-group-raised .btn-info.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-info:active:focus, .btn-group-raised .btn-info.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-info:active.focus, .btn-group-raised .btn-info.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-info.active:hover, .btn-group-raised .btn-info.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-info.active:focus, .btn-group-raised .btn-info.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-info.active.focus, .btn-group-raised .btn-info.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle:hover, .open > .btn-group-raised .btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle:focus, .open > .btn-group-raised .btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle.focus, .open > .btn-group-raised .btn-info.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(0, 169.9094339623, 191.6);
  border-color: rgb(0, 74.9339622642, 84.5);
}
.open > .btn.bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-info.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #00bcd4;
}
.open > .btn.bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgb(0, 169.9094339623, 191.6);
}
.btn.bmd-btn-fab.btn-info.disabled:focus, .bmd-btn-fab.btn-info.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-info.disabled.focus, .bmd-btn-fab.btn-info.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-info:disabled:focus, .bmd-btn-fab.btn-info.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-info:disabled.focus, .bmd-btn-fab.btn-info.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-info.disabled:focus, .btn-raised.btn-info.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-info.disabled.focus, .btn-raised.btn-info.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-info:disabled:focus, .btn-raised.btn-info.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-info:disabled.focus, .btn-raised.btn-info.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-info.disabled:focus, .btn-group-raised .btn-info.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-info.disabled.focus, .btn-group-raised .btn-info.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-info:disabled:focus, .btn-group-raised .btn-info.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-info:disabled.focus, .btn-group-raised .btn-info.custom-file-control:disabled.focus::before {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn.bmd-btn-fab.btn-info.disabled:hover, .bmd-btn-fab.btn-info.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-info:disabled:hover, .bmd-btn-fab.btn-info.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-info.disabled:hover, .btn-raised.btn-info.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-info:disabled:hover, .btn-raised.btn-info.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-info.disabled:hover, .btn-group-raised .btn-info.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-info:disabled:hover, .btn-group-raised .btn-info.custom-file-control:disabled:hover::before {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn.bmd-btn-fab.btn-warning, .bmd-btn-fab.btn-warning.custom-file-control::before, .btn.btn-raised.btn-warning, .btn-raised.btn-warning.custom-file-control::before, .btn-group-raised .btn.btn-warning, .btn-group-raised .btn-warning.custom-file-control::before {
  color: #fff;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn.bmd-btn-fab.btn-warning:hover, .bmd-btn-fab.btn-warning.custom-file-control:hover::before, .btn.btn-raised.btn-warning:hover, .btn-raised.btn-warning.custom-file-control:hover::before, .btn-group-raised .btn.btn-warning:hover, .btn-group-raised .btn-warning.custom-file-control:hover::before {
  color: #fff;
  background-color: rgb(255, 232.9183673469, 38.6);
  border-color: rgb(252.8, 227.0040816327, 0);
}
.btn.bmd-btn-fab.btn-warning:focus, .bmd-btn-fab.btn-warning.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-warning.focus, .bmd-btn-fab.btn-warning.focus.custom-file-control::before, .btn.btn-raised.btn-warning:focus, .btn-raised.btn-warning.custom-file-control:focus::before, .btn.btn-raised.btn-warning.focus, .btn-raised.btn-warning.focus.custom-file-control::before, .btn-group-raised .btn.btn-warning:focus, .btn-group-raised .btn-warning.custom-file-control:focus::before, .btn-group-raised .btn.btn-warning.focus, .btn-group-raised .btn-warning.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(255, 232.9183673469, 38.6);
  border-color: rgb(252.8, 227.0040816327, 0);
}
.btn.bmd-btn-fab.btn-warning:active, .bmd-btn-fab.btn-warning.custom-file-control:active::before, .btn.bmd-btn-fab.btn-warning.active, .bmd-btn-fab.btn-warning.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-warning:active, .btn-raised.btn-warning.custom-file-control:active::before, .btn.btn-raised.btn-warning.active, .btn-raised.btn-warning.active.custom-file-control::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle, .open > .btn-raised.btn-warning.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-warning:active, .btn-group-raised .btn-warning.custom-file-control:active::before, .btn-group-raised .btn.btn-warning.active, .btn-group-raised .btn-warning.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle, .open > .btn-group-raised .btn-warning.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: rgb(255, 232.9183673469, 38.6);
  border-color: rgb(252.8, 227.0040816327, 0);
}
.btn.bmd-btn-fab.btn-warning:active:hover, .bmd-btn-fab.btn-warning.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-warning:active:focus, .bmd-btn-fab.btn-warning.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-warning:active.focus, .bmd-btn-fab.btn-warning.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-warning.active:hover, .bmd-btn-fab.btn-warning.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-warning.active:focus, .bmd-btn-fab.btn-warning.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-warning.active.focus, .bmd-btn-fab.btn-warning.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-warning:active:hover, .btn-raised.btn-warning.custom-file-control:active:hover::before, .btn.btn-raised.btn-warning:active:focus, .btn-raised.btn-warning.custom-file-control:active:focus::before, .btn.btn-raised.btn-warning:active.focus, .btn-raised.btn-warning.custom-file-control:active.focus::before, .btn.btn-raised.btn-warning.active:hover, .btn-raised.btn-warning.active.custom-file-control:hover::before, .btn.btn-raised.btn-warning.active:focus, .btn-raised.btn-warning.active.custom-file-control:focus::before, .btn.btn-raised.btn-warning.active.focus, .btn-raised.btn-warning.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle:hover, .open > .btn-raised.btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle:focus, .open > .btn-raised.btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle.focus, .open > .btn-raised.btn-warning.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-warning:active:hover, .btn-group-raised .btn-warning.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-warning:active:focus, .btn-group-raised .btn-warning.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-warning:active.focus, .btn-group-raised .btn-warning.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-warning.active:hover, .btn-group-raised .btn-warning.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-warning.active:focus, .btn-group-raised .btn-warning.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-warning.active.focus, .btn-group-raised .btn-warning.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle:hover, .open > .btn-group-raised .btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle:focus, .open > .btn-group-raised .btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle.focus, .open > .btn-group-raised .btn-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(255, 232.9183673469, 38.6);
  border-color: rgb(186.5, 167.4693877551, 0);
}
.open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #ffeb3b;
}
.open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgb(255, 232.9183673469, 38.6);
}
.btn.bmd-btn-fab.btn-warning.disabled:focus, .bmd-btn-fab.btn-warning.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-warning.disabled.focus, .bmd-btn-fab.btn-warning.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-warning:disabled:focus, .bmd-btn-fab.btn-warning.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-warning:disabled.focus, .bmd-btn-fab.btn-warning.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-warning.disabled:focus, .btn-raised.btn-warning.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-warning.disabled.focus, .btn-raised.btn-warning.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-warning:disabled:focus, .btn-raised.btn-warning.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-warning:disabled.focus, .btn-raised.btn-warning.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-warning.disabled:focus, .btn-group-raised .btn-warning.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-warning.disabled.focus, .btn-group-raised .btn-warning.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-warning:disabled:focus, .btn-group-raised .btn-warning.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-warning:disabled.focus, .btn-group-raised .btn-warning.custom-file-control:disabled.focus::before {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn.bmd-btn-fab.btn-warning.disabled:hover, .bmd-btn-fab.btn-warning.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-warning:disabled:hover, .bmd-btn-fab.btn-warning.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-warning.disabled:hover, .btn-raised.btn-warning.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-warning:disabled:hover, .btn-raised.btn-warning.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-warning.disabled:hover, .btn-group-raised .btn-warning.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-warning:disabled:hover, .btn-group-raised .btn-warning.custom-file-control:disabled:hover::before {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn.bmd-btn-fab.btn-danger, .bmd-btn-fab.btn-danger.custom-file-control::before, .btn.btn-raised.btn-danger, .btn-raised.btn-danger.custom-file-control::before, .btn-group-raised .btn.btn-danger, .btn-group-raised .btn-danger.custom-file-control::before {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn.bmd-btn-fab.btn-danger:hover, .bmd-btn-fab.btn-danger.custom-file-control:hover::before, .btn.btn-raised.btn-danger:hover, .btn-raised.btn-danger.custom-file-control:hover::before, .btn-group-raised .btn.btn-danger:hover, .btn-group-raised .btn-danger.custom-file-control:hover::before {
  color: #fff;
  background-color: rgb(242.941509434, 48.9094339623, 34.658490566);
  border-color: rgb(224.5132075472, 26.8075471698, 12.2867924528);
}
.btn.bmd-btn-fab.btn-danger:focus, .bmd-btn-fab.btn-danger.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-danger.focus, .bmd-btn-fab.btn-danger.focus.custom-file-control::before, .btn.btn-raised.btn-danger:focus, .btn-raised.btn-danger.custom-file-control:focus::before, .btn.btn-raised.btn-danger.focus, .btn-raised.btn-danger.focus.custom-file-control::before, .btn-group-raised .btn.btn-danger:focus, .btn-group-raised .btn-danger.custom-file-control:focus::before, .btn-group-raised .btn.btn-danger.focus, .btn-group-raised .btn-danger.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(242.941509434, 48.9094339623, 34.658490566);
  border-color: rgb(224.5132075472, 26.8075471698, 12.2867924528);
}
.btn.bmd-btn-fab.btn-danger:active, .bmd-btn-fab.btn-danger.custom-file-control:active::before, .btn.bmd-btn-fab.btn-danger.active, .bmd-btn-fab.btn-danger.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-danger:active, .btn-raised.btn-danger.custom-file-control:active::before, .btn.btn-raised.btn-danger.active, .btn-raised.btn-danger.active.custom-file-control::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle, .open > .btn-raised.btn-danger.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-danger:active, .btn-group-raised .btn-danger.custom-file-control:active::before, .btn-group-raised .btn.btn-danger.active, .btn-group-raised .btn-danger.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle, .open > .btn-group-raised .btn-danger.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: rgb(242.941509434, 48.9094339623, 34.658490566);
  border-color: rgb(224.5132075472, 26.8075471698, 12.2867924528);
}
.btn.bmd-btn-fab.btn-danger:active:hover, .bmd-btn-fab.btn-danger.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-danger:active:focus, .bmd-btn-fab.btn-danger.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-danger:active.focus, .bmd-btn-fab.btn-danger.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-danger.active:hover, .bmd-btn-fab.btn-danger.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-danger.active:focus, .bmd-btn-fab.btn-danger.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-danger.active.focus, .bmd-btn-fab.btn-danger.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-danger:active:hover, .btn-raised.btn-danger.custom-file-control:active:hover::before, .btn.btn-raised.btn-danger:active:focus, .btn-raised.btn-danger.custom-file-control:active:focus::before, .btn.btn-raised.btn-danger:active.focus, .btn-raised.btn-danger.custom-file-control:active.focus::before, .btn.btn-raised.btn-danger.active:hover, .btn-raised.btn-danger.active.custom-file-control:hover::before, .btn.btn-raised.btn-danger.active:focus, .btn-raised.btn-danger.active.custom-file-control:focus::before, .btn.btn-raised.btn-danger.active.focus, .btn-raised.btn-danger.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle:hover, .open > .btn-raised.btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle:focus, .open > .btn-raised.btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle.focus, .open > .btn-raised.btn-danger.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-danger:active:hover, .btn-group-raised .btn-danger.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-danger:active:focus, .btn-group-raised .btn-danger.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-danger:active.focus, .btn-group-raised .btn-danger.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-danger.active:hover, .btn-group-raised .btn-danger.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-danger.active:focus, .btn-group-raised .btn-danger.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-danger.active.focus, .btn-group-raised .btn-danger.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle:hover, .open > .btn-group-raised .btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle:focus, .open > .btn-group-raised .btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle.focus, .open > .btn-group-raised .btn-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(242.941509434, 48.9094339623, 34.658490566);
  border-color: rgb(161.6533018868, 19.3018867925, 8.8466981132);
}
.open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #f44336;
}
.open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgb(242.941509434, 48.9094339623, 34.658490566);
}
.btn.bmd-btn-fab.btn-danger.disabled:focus, .bmd-btn-fab.btn-danger.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-danger.disabled.focus, .bmd-btn-fab.btn-danger.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-danger:disabled:focus, .bmd-btn-fab.btn-danger.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-danger:disabled.focus, .bmd-btn-fab.btn-danger.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-danger.disabled:focus, .btn-raised.btn-danger.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-danger.disabled.focus, .btn-raised.btn-danger.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-danger:disabled:focus, .btn-raised.btn-danger.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-danger:disabled.focus, .btn-raised.btn-danger.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-danger.disabled:focus, .btn-group-raised .btn-danger.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-danger.disabled.focus, .btn-group-raised .btn-danger.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-danger:disabled:focus, .btn-group-raised .btn-danger.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-danger:disabled.focus, .btn-group-raised .btn-danger.custom-file-control:disabled.focus::before {
  background-color: #f44336;
  border-color: #f44336;
}
.btn.bmd-btn-fab.btn-danger.disabled:hover, .bmd-btn-fab.btn-danger.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-danger:disabled:hover, .bmd-btn-fab.btn-danger.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-danger.disabled:hover, .btn-raised.btn-danger.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-danger:disabled:hover, .btn-raised.btn-danger.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-danger.disabled:hover, .btn-group-raised .btn-danger.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-danger:disabled:hover, .btn-group-raised .btn-danger.custom-file-control:disabled:hover::before {
  background-color: #f44336;
  border-color: #f44336;
}
.btn.bmd-btn-fab.btn-light, .bmd-btn-fab.btn-light.custom-file-control::before, .btn.btn-raised.btn-light, .btn-raised.btn-light.custom-file-control::before, .btn-group-raised .btn.btn-light, .btn-group-raised .btn-light.custom-file-control::before {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn.bmd-btn-fab.btn-light:hover, .bmd-btn-fab.btn-light.custom-file-control:hover::before, .btn.btn-raised.btn-light:hover, .btn-raised.btn-light.custom-file-control:hover::before, .btn-group-raised .btn.btn-light:hover, .btn-group-raised .btn-light.custom-file-control:hover::before {
  color: #fff;
  background-color: rgb(236.1, 238.8, 241.5);
  border-color: rgb(212.3, 218.4, 224.5);
}
.btn.bmd-btn-fab.btn-light:focus, .bmd-btn-fab.btn-light.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-light.focus, .bmd-btn-fab.btn-light.focus.custom-file-control::before, .btn.btn-raised.btn-light:focus, .btn-raised.btn-light.custom-file-control:focus::before, .btn.btn-raised.btn-light.focus, .btn-raised.btn-light.focus.custom-file-control::before, .btn-group-raised .btn.btn-light:focus, .btn-group-raised .btn-light.custom-file-control:focus::before, .btn-group-raised .btn.btn-light.focus, .btn-group-raised .btn-light.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(236.1, 238.8, 241.5);
  border-color: rgb(212.3, 218.4, 224.5);
}
.btn.bmd-btn-fab.btn-light:active, .bmd-btn-fab.btn-light.custom-file-control:active::before, .btn.bmd-btn-fab.btn-light.active, .bmd-btn-fab.btn-light.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle, .open > .bmd-btn-fab.btn-light.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-light:active, .btn-raised.btn-light.custom-file-control:active::before, .btn.btn-raised.btn-light.active, .btn-raised.btn-light.active.custom-file-control::before, .open > .btn.btn-raised.btn-light.dropdown-toggle, .open > .btn-raised.btn-light.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-light:active, .btn-group-raised .btn-light.custom-file-control:active::before, .btn-group-raised .btn.btn-light.active, .btn-group-raised .btn-light.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle, .open > .btn-group-raised .btn-light.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: rgb(236.1, 238.8, 241.5);
  border-color: rgb(212.3, 218.4, 224.5);
}
.btn.bmd-btn-fab.btn-light:active:hover, .bmd-btn-fab.btn-light.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-light:active:focus, .bmd-btn-fab.btn-light.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-light:active.focus, .bmd-btn-fab.btn-light.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-light.active:hover, .bmd-btn-fab.btn-light.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-light.active:focus, .bmd-btn-fab.btn-light.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-light.active.focus, .bmd-btn-fab.btn-light.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-light.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-light:active:hover, .btn-raised.btn-light.custom-file-control:active:hover::before, .btn.btn-raised.btn-light:active:focus, .btn-raised.btn-light.custom-file-control:active:focus::before, .btn.btn-raised.btn-light:active.focus, .btn-raised.btn-light.custom-file-control:active.focus::before, .btn.btn-raised.btn-light.active:hover, .btn-raised.btn-light.active.custom-file-control:hover::before, .btn.btn-raised.btn-light.active:focus, .btn-raised.btn-light.active.custom-file-control:focus::before, .btn.btn-raised.btn-light.active.focus, .btn-raised.btn-light.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-light.dropdown-toggle:hover, .open > .btn-raised.btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-light.dropdown-toggle:focus, .open > .btn-raised.btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-light.dropdown-toggle.focus, .open > .btn-raised.btn-light.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-light:active:hover, .btn-group-raised .btn-light.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-light:active:focus, .btn-group-raised .btn-light.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-light:active.focus, .btn-group-raised .btn-light.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-light.active:hover, .btn-group-raised .btn-light.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-light.active:focus, .btn-group-raised .btn-light.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-light.active.focus, .btn-group-raised .btn-light.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle:hover, .open > .btn-group-raised .btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle:focus, .open > .btn-group-raised .btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle.focus, .open > .btn-group-raised .btn-light.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(236.1, 238.8, 241.5);
  border-color: rgb(173.625, 185.25, 196.875);
}
.open > .btn.bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-light.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #f8f9fa;
}
.open > .btn.bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgb(236.1, 238.8, 241.5);
}
.btn.bmd-btn-fab.btn-light.disabled:focus, .bmd-btn-fab.btn-light.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-light.disabled.focus, .bmd-btn-fab.btn-light.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-light:disabled:focus, .bmd-btn-fab.btn-light.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-light:disabled.focus, .bmd-btn-fab.btn-light.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-light.disabled:focus, .btn-raised.btn-light.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-light.disabled.focus, .btn-raised.btn-light.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-light:disabled:focus, .btn-raised.btn-light.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-light:disabled.focus, .btn-raised.btn-light.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-light.disabled:focus, .btn-group-raised .btn-light.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-light.disabled.focus, .btn-group-raised .btn-light.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-light:disabled:focus, .btn-group-raised .btn-light.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-light:disabled.focus, .btn-group-raised .btn-light.custom-file-control:disabled.focus::before {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn.bmd-btn-fab.btn-light.disabled:hover, .bmd-btn-fab.btn-light.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-light:disabled:hover, .bmd-btn-fab.btn-light.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-light.disabled:hover, .btn-raised.btn-light.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-light:disabled:hover, .btn-raised.btn-light.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-light.disabled:hover, .btn-group-raised .btn-light.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-light:disabled:hover, .btn-group-raised .btn-light.custom-file-control:disabled:hover::before {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn.bmd-btn-fab.btn-dark, .bmd-btn-fab.btn-dark.custom-file-control::before, .btn.btn-raised.btn-dark, .btn-raised.btn-dark.custom-file-control::before, .btn-group-raised .btn.btn-dark, .btn-group-raised .btn-dark.custom-file-control::before {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn.bmd-btn-fab.btn-dark:hover, .bmd-btn-fab.btn-dark.custom-file-control:hover::before, .btn.btn-raised.btn-dark:hover, .btn-raised.btn-dark.custom-file-control:hover::before, .btn-group-raised .btn.btn-dark:hover, .btn-group-raised .btn-dark.custom-file-control:hover::before {
  color: #fff;
  background-color: rgb(42.8551724138, 47.8, 52.7448275862);
  border-color: rgb(24.5655172414, 27.4, 30.2344827586);
}
.btn.bmd-btn-fab.btn-dark:focus, .bmd-btn-fab.btn-dark.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-dark.focus, .bmd-btn-fab.btn-dark.focus.custom-file-control::before, .btn.btn-raised.btn-dark:focus, .btn-raised.btn-dark.custom-file-control:focus::before, .btn.btn-raised.btn-dark.focus, .btn-raised.btn-dark.focus.custom-file-control::before, .btn-group-raised .btn.btn-dark:focus, .btn-group-raised .btn-dark.custom-file-control:focus::before, .btn-group-raised .btn.btn-dark.focus, .btn-group-raised .btn-dark.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(42.8551724138, 47.8, 52.7448275862);
  border-color: rgb(24.5655172414, 27.4, 30.2344827586);
}
.btn.bmd-btn-fab.btn-dark:active, .bmd-btn-fab.btn-dark.custom-file-control:active::before, .btn.bmd-btn-fab.btn-dark.active, .bmd-btn-fab.btn-dark.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-dark:active, .btn-raised.btn-dark.custom-file-control:active::before, .btn.btn-raised.btn-dark.active, .btn-raised.btn-dark.active.custom-file-control::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle, .open > .btn-raised.btn-dark.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-dark:active, .btn-group-raised .btn-dark.custom-file-control:active::before, .btn-group-raised .btn.btn-dark.active, .btn-group-raised .btn-dark.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle, .open > .btn-group-raised .btn-dark.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: rgb(42.8551724138, 47.8, 52.7448275862);
  border-color: rgb(24.5655172414, 27.4, 30.2344827586);
}
.btn.bmd-btn-fab.btn-dark:active:hover, .bmd-btn-fab.btn-dark.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-dark:active:focus, .bmd-btn-fab.btn-dark.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-dark:active.focus, .bmd-btn-fab.btn-dark.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-dark.active:hover, .bmd-btn-fab.btn-dark.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-dark.active:focus, .bmd-btn-fab.btn-dark.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-dark.active.focus, .bmd-btn-fab.btn-dark.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-dark:active:hover, .btn-raised.btn-dark.custom-file-control:active:hover::before, .btn.btn-raised.btn-dark:active:focus, .btn-raised.btn-dark.custom-file-control:active:focus::before, .btn.btn-raised.btn-dark:active.focus, .btn-raised.btn-dark.custom-file-control:active.focus::before, .btn.btn-raised.btn-dark.active:hover, .btn-raised.btn-dark.active.custom-file-control:hover::before, .btn.btn-raised.btn-dark.active:focus, .btn-raised.btn-dark.active.custom-file-control:focus::before, .btn.btn-raised.btn-dark.active.focus, .btn-raised.btn-dark.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle:hover, .open > .btn-raised.btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle:focus, .open > .btn-raised.btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle.focus, .open > .btn-raised.btn-dark.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-dark:active:hover, .btn-group-raised .btn-dark.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-dark:active:focus, .btn-group-raised .btn-dark.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-dark:active.focus, .btn-group-raised .btn-dark.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-dark.active:hover, .btn-group-raised .btn-dark.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-dark.active:focus, .btn-group-raised .btn-dark.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-dark.active.focus, .btn-group-raised .btn-dark.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle:hover, .open > .btn-group-raised .btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle:focus, .open > .btn-group-raised .btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle.focus, .open > .btn-group-raised .btn-dark.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: rgb(42.8551724138, 47.8, 52.7448275862);
  border-color: black;
}
.open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #343a40;
}
.open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgb(42.8551724138, 47.8, 52.7448275862);
}
.btn.bmd-btn-fab.btn-dark.disabled:focus, .bmd-btn-fab.btn-dark.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-dark.disabled.focus, .bmd-btn-fab.btn-dark.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-dark:disabled:focus, .bmd-btn-fab.btn-dark.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-dark:disabled.focus, .bmd-btn-fab.btn-dark.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-dark.disabled:focus, .btn-raised.btn-dark.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-dark.disabled.focus, .btn-raised.btn-dark.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-dark:disabled:focus, .btn-raised.btn-dark.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-dark:disabled.focus, .btn-raised.btn-dark.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-dark.disabled:focus, .btn-group-raised .btn-dark.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-dark.disabled.focus, .btn-group-raised .btn-dark.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-dark:disabled:focus, .btn-group-raised .btn-dark.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-dark:disabled.focus, .btn-group-raised .btn-dark.custom-file-control:disabled.focus::before {
  background-color: #343a40;
  border-color: #343a40;
}
.btn.bmd-btn-fab.btn-dark.disabled:hover, .bmd-btn-fab.btn-dark.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-dark:disabled:hover, .bmd-btn-fab.btn-dark.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-dark.disabled:hover, .btn-raised.btn-dark.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-dark:disabled:hover, .btn-raised.btn-dark.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-dark.disabled:hover, .btn-group-raised .btn-dark.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-dark:disabled:hover, .btn-group-raised .btn-dark.custom-file-control:disabled:hover::before {
  background-color: #343a40;
  border-color: #343a40;
}
.btn.bmd-btn-fab:hover, .bmd-btn-fab.custom-file-control:hover::before, .btn.bmd-btn-fab:focus, .bmd-btn-fab.custom-file-control:focus::before, .btn.btn-raised:hover, .btn-raised.custom-file-control:hover::before, .btn.btn-raised:focus, .btn-raised.custom-file-control:focus::before, .btn-group-raised .btn:hover, .btn-group-raised .custom-file-control:hover::before, .btn-group-raised .btn:focus, .btn-group-raised .custom-file-control:focus::before {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.btn.bmd-btn-fab.active, .bmd-btn-fab.active.custom-file-control::before, .btn.bmd-btn-fab:active, .bmd-btn-fab.custom-file-control:active::before, .btn.btn-raised.active, .btn-raised.active.custom-file-control::before, .btn.btn-raised:active, .btn-raised.custom-file-control:active::before, .btn-group-raised .btn.active, .btn-group-raised .active.custom-file-control::before, .btn-group-raised .btn:active, .btn-group-raised .custom-file-control:active::before {
  z-index: 1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}
.btn.bmd-btn-fab.focus, .bmd-btn-fab.focus.custom-file-control::before, .btn.bmd-btn-fab:focus, .bmd-btn-fab.custom-file-control:focus::before, .btn.btn-raised.focus, .btn-raised.focus.custom-file-control::before, .btn.btn-raised:focus, .btn-raised.custom-file-control:focus::before, .btn-group-raised .btn.focus, .btn-group-raised .focus.custom-file-control::before, .btn-group-raised .btn:focus, .btn-group-raised .custom-file-control:focus::before {
  outline: 0;
}
.btn.btn-raised, .btn-raised.custom-file-control::before, .btn-group-raised .btn, .btn-group-raised .custom-file-control::before {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-raised.btn-link, .btn-raised.btn-link.custom-file-control::before, .btn-group-raised .btn.btn-link, .btn-group-raised .btn-link.custom-file-control::before {
  box-shadow: none;
}
.btn.btn-raised.btn-link.active, .btn-raised.btn-link.active.custom-file-control::before, .btn-group-raised .btn.btn-link.active, .btn-group-raised .btn-link.active.custom-file-control::before {
  box-shadow: none;
}
.btn.btn-raised.btn-link:hover, .btn-raised.btn-link.custom-file-control:hover::before, .btn.btn-raised.btn-link:focus, .btn-raised.btn-link.custom-file-control:focus::before, .btn.btn-raised.btn-link:active, .btn-raised.btn-link.custom-file-control:active::before, .btn-group-raised .btn.btn-link:hover, .btn-group-raised .btn-link.custom-file-control:hover::before, .btn-group-raised .btn.btn-link:focus, .btn-group-raised .btn-link.custom-file-control:focus::before, .btn-group-raised .btn.btn-link:active, .btn-group-raised .btn-link.custom-file-control:active::before {
  box-shadow: none;
}
fieldset[disabled][disabled] .btn.btn-raised, fieldset[disabled][disabled] .btn-raised.custom-file-control::before, .btn.btn-raised.disabled, .btn-raised.disabled.custom-file-control::before, .btn.btn-raised:disabled, .btn-raised.custom-file-control:disabled::before, .btn.btn-raised[disabled], .btn-raised[disabled].custom-file-control::before, fieldset[disabled][disabled] .btn-group-raised .btn, fieldset[disabled][disabled] .btn-group-raised .custom-file-control::before, .btn-group-raised .btn.disabled, .btn-group-raised .disabled.custom-file-control::before, .btn-group-raised .btn:disabled, .btn-group-raised .custom-file-control:disabled::before, .btn-group-raised .btn[disabled], .btn-group-raised [disabled].custom-file-control::before {
  box-shadow: none;
}
.btn.btn-outline, .btn-outline.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-outline-primary, .btn-outline-primary.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #2196f3;
  background-color: transparent;
  border-color: #2196f3;
}
.btn.btn-outline-primary:hover, .btn-outline-primary.custom-file-control:hover::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #2196f3;
}
.btn.btn-outline-primary:focus, .btn-outline-primary.custom-file-control:focus::before, .btn.btn-outline-primary.focus, .btn-outline-primary.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #2196f3;
}
.btn.btn-outline-primary:active, .btn-outline-primary.custom-file-control:active::before, .btn.btn-outline-primary.active, .btn-outline-primary.active.custom-file-control::before, .open > .btn.btn-outline-primary.dropdown-toggle, .open > .btn-outline-primary.dropdown-toggle.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #2196f3;
}
.btn.btn-outline-primary:active:hover, .btn-outline-primary.custom-file-control:active:hover::before, .btn.btn-outline-primary:active:focus, .btn-outline-primary.custom-file-control:active:focus::before, .btn.btn-outline-primary:active.focus, .btn-outline-primary.custom-file-control:active.focus::before, .btn.btn-outline-primary.active:hover, .btn-outline-primary.active.custom-file-control:hover::before, .btn.btn-outline-primary.active:focus, .btn-outline-primary.active.custom-file-control:focus::before, .btn.btn-outline-primary.active.focus, .btn-outline-primary.active.focus.custom-file-control::before, .open > .btn.btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-primary.dropdown-toggle.focus, .open > .btn-outline-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #2196f3;
}
.open > .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.custom-file-control:focus::before, .btn.btn-outline-primary.disabled.focus, .btn-outline-primary.disabled.focus.custom-file-control::before, .btn.btn-outline-primary:disabled:focus, .btn-outline-primary.custom-file-control:disabled:focus::before, .btn.btn-outline-primary:disabled.focus, .btn-outline-primary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #2196f3;
}
.btn.btn-outline-primary.disabled:hover, .btn-outline-primary.disabled.custom-file-control:hover::before, .btn.btn-outline-primary:disabled:hover, .btn-outline-primary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #2196f3;
}
.bg-inverse .btn.btn-outline-primary, .bg-inverse .btn-outline-primary.custom-file-control::before {
  color: #2196f3;
  background-color: transparent;
  border-color: #2196f3;
}
.bg-inverse .btn.btn-outline-primary:hover, .bg-inverse .btn-outline-primary.custom-file-control:hover::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-primary:focus, .bg-inverse .btn-outline-primary.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-primary.focus, .bg-inverse .btn-outline-primary.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-primary:active, .bg-inverse .btn-outline-primary.custom-file-control:active::before, .bg-inverse .btn.btn-outline-primary.active, .bg-inverse .btn-outline-primary.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-primary:active:hover, .bg-inverse .btn-outline-primary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-primary:active:focus, .bg-inverse .btn-outline-primary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-primary:active.focus, .bg-inverse .btn-outline-primary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-primary.active:hover, .bg-inverse .btn-outline-primary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-primary.active:focus, .bg-inverse .btn-outline-primary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-primary.active.focus, .bg-inverse .btn-outline-primary.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-primary.disabled:focus, .bg-inverse .btn-outline-primary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-primary.disabled.focus, .bg-inverse .btn-outline-primary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-primary:disabled:focus, .bg-inverse .btn-outline-primary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-primary:disabled.focus, .bg-inverse .btn-outline-primary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #2196f3;
}
.bg-inverse .btn.btn-outline-primary.disabled:hover, .bg-inverse .btn-outline-primary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-primary:disabled:hover, .bg-inverse .btn-outline-primary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #2196f3;
}
.btn.btn-outline-primary.btn-link, .btn-outline-primary.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-secondary, .btn-outline-secondary.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #6c757d;
  background-color: transparent;
  border-color: #6c757d;
}
.btn.btn-outline-secondary:hover, .btn-outline-secondary.custom-file-control:hover::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #6c757d;
}
.btn.btn-outline-secondary:focus, .btn-outline-secondary.custom-file-control:focus::before, .btn.btn-outline-secondary.focus, .btn-outline-secondary.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #6c757d;
}
.btn.btn-outline-secondary:active, .btn-outline-secondary.custom-file-control:active::before, .btn.btn-outline-secondary.active, .btn-outline-secondary.active.custom-file-control::before, .open > .btn.btn-outline-secondary.dropdown-toggle, .open > .btn-outline-secondary.dropdown-toggle.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #6c757d;
}
.btn.btn-outline-secondary:active:hover, .btn-outline-secondary.custom-file-control:active:hover::before, .btn.btn-outline-secondary:active:focus, .btn-outline-secondary.custom-file-control:active:focus::before, .btn.btn-outline-secondary:active.focus, .btn-outline-secondary.custom-file-control:active.focus::before, .btn.btn-outline-secondary.active:hover, .btn-outline-secondary.active.custom-file-control:hover::before, .btn.btn-outline-secondary.active:focus, .btn-outline-secondary.active.custom-file-control:focus::before, .btn.btn-outline-secondary.active.focus, .btn-outline-secondary.active.focus.custom-file-control::before, .open > .btn.btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-secondary.dropdown-toggle.focus, .open > .btn-outline-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #6c757d;
}
.open > .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.custom-file-control:focus::before, .btn.btn-outline-secondary.disabled.focus, .btn-outline-secondary.disabled.focus.custom-file-control::before, .btn.btn-outline-secondary:disabled:focus, .btn-outline-secondary.custom-file-control:disabled:focus::before, .btn.btn-outline-secondary:disabled.focus, .btn-outline-secondary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #6c757d;
}
.btn.btn-outline-secondary.disabled:hover, .btn-outline-secondary.disabled.custom-file-control:hover::before, .btn.btn-outline-secondary:disabled:hover, .btn-outline-secondary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #6c757d;
}
.bg-inverse .btn.btn-outline-secondary, .bg-inverse .btn-outline-secondary.custom-file-control::before {
  color: #6c757d;
  background-color: transparent;
  border-color: #6c757d;
}
.bg-inverse .btn.btn-outline-secondary:hover, .bg-inverse .btn-outline-secondary.custom-file-control:hover::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-secondary:focus, .bg-inverse .btn-outline-secondary.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-secondary.focus, .bg-inverse .btn-outline-secondary.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-secondary:active, .bg-inverse .btn-outline-secondary.custom-file-control:active::before, .bg-inverse .btn.btn-outline-secondary.active, .bg-inverse .btn-outline-secondary.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-secondary:active:hover, .bg-inverse .btn-outline-secondary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-secondary:active:focus, .bg-inverse .btn-outline-secondary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-secondary:active.focus, .bg-inverse .btn-outline-secondary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-secondary.active:hover, .bg-inverse .btn-outline-secondary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-secondary.active:focus, .bg-inverse .btn-outline-secondary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-secondary.active.focus, .bg-inverse .btn-outline-secondary.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-secondary.disabled:focus, .bg-inverse .btn-outline-secondary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-secondary.disabled.focus, .bg-inverse .btn-outline-secondary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-secondary:disabled:focus, .bg-inverse .btn-outline-secondary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-secondary:disabled.focus, .bg-inverse .btn-outline-secondary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #6c757d;
}
.bg-inverse .btn.btn-outline-secondary.disabled:hover, .bg-inverse .btn-outline-secondary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-secondary:disabled:hover, .bg-inverse .btn-outline-secondary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #6c757d;
}
.btn.btn-outline-secondary.btn-link, .btn-outline-secondary.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-success, .btn-outline-success.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #4caf50;
  background-color: transparent;
  border-color: #4caf50;
}
.btn.btn-outline-success:hover, .btn-outline-success.custom-file-control:hover::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #4caf50;
}
.btn.btn-outline-success:focus, .btn-outline-success.custom-file-control:focus::before, .btn.btn-outline-success.focus, .btn-outline-success.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #4caf50;
}
.btn.btn-outline-success:active, .btn-outline-success.custom-file-control:active::before, .btn.btn-outline-success.active, .btn-outline-success.active.custom-file-control::before, .open > .btn.btn-outline-success.dropdown-toggle, .open > .btn-outline-success.dropdown-toggle.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #4caf50;
}
.btn.btn-outline-success:active:hover, .btn-outline-success.custom-file-control:active:hover::before, .btn.btn-outline-success:active:focus, .btn-outline-success.custom-file-control:active:focus::before, .btn.btn-outline-success:active.focus, .btn-outline-success.custom-file-control:active.focus::before, .btn.btn-outline-success.active:hover, .btn-outline-success.active.custom-file-control:hover::before, .btn.btn-outline-success.active:focus, .btn-outline-success.active.custom-file-control:focus::before, .btn.btn-outline-success.active.focus, .btn-outline-success.active.focus.custom-file-control::before, .open > .btn.btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-success.dropdown-toggle.focus, .open > .btn-outline-success.dropdown-toggle.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #4caf50;
}
.open > .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-success.disabled:focus, .btn-outline-success.disabled.custom-file-control:focus::before, .btn.btn-outline-success.disabled.focus, .btn-outline-success.disabled.focus.custom-file-control::before, .btn.btn-outline-success:disabled:focus, .btn-outline-success.custom-file-control:disabled:focus::before, .btn.btn-outline-success:disabled.focus, .btn-outline-success.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #4caf50;
}
.btn.btn-outline-success.disabled:hover, .btn-outline-success.disabled.custom-file-control:hover::before, .btn.btn-outline-success:disabled:hover, .btn-outline-success.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #4caf50;
}
.bg-inverse .btn.btn-outline-success, .bg-inverse .btn-outline-success.custom-file-control::before {
  color: #4caf50;
  background-color: transparent;
  border-color: #4caf50;
}
.bg-inverse .btn.btn-outline-success:hover, .bg-inverse .btn-outline-success.custom-file-control:hover::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-success:focus, .bg-inverse .btn-outline-success.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-success.focus, .bg-inverse .btn-outline-success.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-success:active, .bg-inverse .btn-outline-success.custom-file-control:active::before, .bg-inverse .btn.btn-outline-success.active, .bg-inverse .btn-outline-success.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle, .open > .bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-success:active:hover, .bg-inverse .btn-outline-success.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-success:active:focus, .bg-inverse .btn-outline-success.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-success:active.focus, .bg-inverse .btn-outline-success.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-success.active:hover, .bg-inverse .btn-outline-success.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-success.active:focus, .bg-inverse .btn-outline-success.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-success.active.focus, .bg-inverse .btn-outline-success.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-success.dropdown-toggle.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-success.disabled:focus, .bg-inverse .btn-outline-success.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-success.disabled.focus, .bg-inverse .btn-outline-success.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-success:disabled:focus, .bg-inverse .btn-outline-success.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-success:disabled.focus, .bg-inverse .btn-outline-success.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #4caf50;
}
.bg-inverse .btn.btn-outline-success.disabled:hover, .bg-inverse .btn-outline-success.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-success:disabled:hover, .bg-inverse .btn-outline-success.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #4caf50;
}
.btn.btn-outline-success.btn-link, .btn-outline-success.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-info, .btn-outline-info.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #00bcd4;
  background-color: transparent;
  border-color: #00bcd4;
}
.btn.btn-outline-info:hover, .btn-outline-info.custom-file-control:hover::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #00bcd4;
}
.btn.btn-outline-info:focus, .btn-outline-info.custom-file-control:focus::before, .btn.btn-outline-info.focus, .btn-outline-info.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #00bcd4;
}
.btn.btn-outline-info:active, .btn-outline-info.custom-file-control:active::before, .btn.btn-outline-info.active, .btn-outline-info.active.custom-file-control::before, .open > .btn.btn-outline-info.dropdown-toggle, .open > .btn-outline-info.dropdown-toggle.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #00bcd4;
}
.btn.btn-outline-info:active:hover, .btn-outline-info.custom-file-control:active:hover::before, .btn.btn-outline-info:active:focus, .btn-outline-info.custom-file-control:active:focus::before, .btn.btn-outline-info:active.focus, .btn-outline-info.custom-file-control:active.focus::before, .btn.btn-outline-info.active:hover, .btn-outline-info.active.custom-file-control:hover::before, .btn.btn-outline-info.active:focus, .btn-outline-info.active.custom-file-control:focus::before, .btn.btn-outline-info.active.focus, .btn-outline-info.active.focus.custom-file-control::before, .open > .btn.btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-info.dropdown-toggle.focus, .open > .btn-outline-info.dropdown-toggle.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #00bcd4;
}
.open > .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-info.disabled:focus, .btn-outline-info.disabled.custom-file-control:focus::before, .btn.btn-outline-info.disabled.focus, .btn-outline-info.disabled.focus.custom-file-control::before, .btn.btn-outline-info:disabled:focus, .btn-outline-info.custom-file-control:disabled:focus::before, .btn.btn-outline-info:disabled.focus, .btn-outline-info.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #00bcd4;
}
.btn.btn-outline-info.disabled:hover, .btn-outline-info.disabled.custom-file-control:hover::before, .btn.btn-outline-info:disabled:hover, .btn-outline-info.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #00bcd4;
}
.bg-inverse .btn.btn-outline-info, .bg-inverse .btn-outline-info.custom-file-control::before {
  color: #00bcd4;
  background-color: transparent;
  border-color: #00bcd4;
}
.bg-inverse .btn.btn-outline-info:hover, .bg-inverse .btn-outline-info.custom-file-control:hover::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-info:focus, .bg-inverse .btn-outline-info.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-info.focus, .bg-inverse .btn-outline-info.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-info:active, .bg-inverse .btn-outline-info.custom-file-control:active::before, .bg-inverse .btn.btn-outline-info.active, .bg-inverse .btn-outline-info.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle, .open > .bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-info:active:hover, .bg-inverse .btn-outline-info.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-info:active:focus, .bg-inverse .btn-outline-info.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-info:active.focus, .bg-inverse .btn-outline-info.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-info.active:hover, .bg-inverse .btn-outline-info.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-info.active:focus, .bg-inverse .btn-outline-info.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-info.active.focus, .bg-inverse .btn-outline-info.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-info.dropdown-toggle.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-info.disabled:focus, .bg-inverse .btn-outline-info.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-info.disabled.focus, .bg-inverse .btn-outline-info.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-info:disabled:focus, .bg-inverse .btn-outline-info.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-info:disabled.focus, .bg-inverse .btn-outline-info.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #00bcd4;
}
.bg-inverse .btn.btn-outline-info.disabled:hover, .bg-inverse .btn-outline-info.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-info:disabled:hover, .bg-inverse .btn-outline-info.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #00bcd4;
}
.btn.btn-outline-info.btn-link, .btn-outline-info.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-warning, .btn-outline-warning.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #ffeb3b;
  background-color: transparent;
  border-color: #ffeb3b;
}
.btn.btn-outline-warning:hover, .btn-outline-warning.custom-file-control:hover::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ffeb3b;
}
.btn.btn-outline-warning:focus, .btn-outline-warning.custom-file-control:focus::before, .btn.btn-outline-warning.focus, .btn-outline-warning.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ffeb3b;
}
.btn.btn-outline-warning:active, .btn-outline-warning.custom-file-control:active::before, .btn.btn-outline-warning.active, .btn-outline-warning.active.custom-file-control::before, .open > .btn.btn-outline-warning.dropdown-toggle, .open > .btn-outline-warning.dropdown-toggle.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ffeb3b;
}
.btn.btn-outline-warning:active:hover, .btn-outline-warning.custom-file-control:active:hover::before, .btn.btn-outline-warning:active:focus, .btn-outline-warning.custom-file-control:active:focus::before, .btn.btn-outline-warning:active.focus, .btn-outline-warning.custom-file-control:active.focus::before, .btn.btn-outline-warning.active:hover, .btn-outline-warning.active.custom-file-control:hover::before, .btn.btn-outline-warning.active:focus, .btn-outline-warning.active.custom-file-control:focus::before, .btn.btn-outline-warning.active.focus, .btn-outline-warning.active.focus.custom-file-control::before, .open > .btn.btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-warning.dropdown-toggle.focus, .open > .btn-outline-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #ffeb3b;
}
.open > .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.custom-file-control:focus::before, .btn.btn-outline-warning.disabled.focus, .btn-outline-warning.disabled.focus.custom-file-control::before, .btn.btn-outline-warning:disabled:focus, .btn-outline-warning.custom-file-control:disabled:focus::before, .btn.btn-outline-warning:disabled.focus, .btn-outline-warning.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ffeb3b;
}
.btn.btn-outline-warning.disabled:hover, .btn-outline-warning.disabled.custom-file-control:hover::before, .btn.btn-outline-warning:disabled:hover, .btn-outline-warning.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ffeb3b;
}
.bg-inverse .btn.btn-outline-warning, .bg-inverse .btn-outline-warning.custom-file-control::before {
  color: #ffeb3b;
  background-color: transparent;
  border-color: #ffeb3b;
}
.bg-inverse .btn.btn-outline-warning:hover, .bg-inverse .btn-outline-warning.custom-file-control:hover::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-warning:focus, .bg-inverse .btn-outline-warning.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-warning.focus, .bg-inverse .btn-outline-warning.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-warning:active, .bg-inverse .btn-outline-warning.custom-file-control:active::before, .bg-inverse .btn.btn-outline-warning.active, .bg-inverse .btn-outline-warning.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-warning:active:hover, .bg-inverse .btn-outline-warning.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-warning:active:focus, .bg-inverse .btn-outline-warning.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-warning:active.focus, .bg-inverse .btn-outline-warning.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-warning.active:hover, .bg-inverse .btn-outline-warning.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-warning.active:focus, .bg-inverse .btn-outline-warning.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-warning.active.focus, .bg-inverse .btn-outline-warning.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-warning.disabled:focus, .bg-inverse .btn-outline-warning.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-warning.disabled.focus, .bg-inverse .btn-outline-warning.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-warning:disabled:focus, .bg-inverse .btn-outline-warning.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-warning:disabled.focus, .bg-inverse .btn-outline-warning.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ffeb3b;
}
.bg-inverse .btn.btn-outline-warning.disabled:hover, .bg-inverse .btn-outline-warning.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-warning:disabled:hover, .bg-inverse .btn-outline-warning.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ffeb3b;
}
.btn.btn-outline-warning.btn-link, .btn-outline-warning.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-danger, .btn-outline-danger.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #f44336;
  background-color: transparent;
  border-color: #f44336;
}
.btn.btn-outline-danger:hover, .btn-outline-danger.custom-file-control:hover::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f44336;
}
.btn.btn-outline-danger:focus, .btn-outline-danger.custom-file-control:focus::before, .btn.btn-outline-danger.focus, .btn-outline-danger.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f44336;
}
.btn.btn-outline-danger:active, .btn-outline-danger.custom-file-control:active::before, .btn.btn-outline-danger.active, .btn-outline-danger.active.custom-file-control::before, .open > .btn.btn-outline-danger.dropdown-toggle, .open > .btn-outline-danger.dropdown-toggle.custom-file-control::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f44336;
}
.btn.btn-outline-danger:active:hover, .btn-outline-danger.custom-file-control:active:hover::before, .btn.btn-outline-danger:active:focus, .btn-outline-danger.custom-file-control:active:focus::before, .btn.btn-outline-danger:active.focus, .btn-outline-danger.custom-file-control:active.focus::before, .btn.btn-outline-danger.active:hover, .btn-outline-danger.active.custom-file-control:hover::before, .btn.btn-outline-danger.active:focus, .btn-outline-danger.active.custom-file-control:focus::before, .btn.btn-outline-danger.active.focus, .btn-outline-danger.active.focus.custom-file-control::before, .open > .btn.btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-danger.dropdown-toggle.focus, .open > .btn-outline-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #f44336;
}
.open > .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.custom-file-control:focus::before, .btn.btn-outline-danger.disabled.focus, .btn-outline-danger.disabled.focus.custom-file-control::before, .btn.btn-outline-danger:disabled:focus, .btn-outline-danger.custom-file-control:disabled:focus::before, .btn.btn-outline-danger:disabled.focus, .btn-outline-danger.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #f44336;
}
.btn.btn-outline-danger.disabled:hover, .btn-outline-danger.disabled.custom-file-control:hover::before, .btn.btn-outline-danger:disabled:hover, .btn-outline-danger.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #f44336;
}
.bg-inverse .btn.btn-outline-danger, .bg-inverse .btn-outline-danger.custom-file-control::before {
  color: #f44336;
  background-color: transparent;
  border-color: #f44336;
}
.bg-inverse .btn.btn-outline-danger:hover, .bg-inverse .btn-outline-danger.custom-file-control:hover::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-danger:focus, .bg-inverse .btn-outline-danger.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-danger.focus, .bg-inverse .btn-outline-danger.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-danger:active, .bg-inverse .btn-outline-danger.custom-file-control:active::before, .bg-inverse .btn.btn-outline-danger.active, .bg-inverse .btn-outline-danger.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-danger:active:hover, .bg-inverse .btn-outline-danger.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-danger:active:focus, .bg-inverse .btn-outline-danger.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-danger:active.focus, .bg-inverse .btn-outline-danger.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-danger.active:hover, .bg-inverse .btn-outline-danger.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-danger.active:focus, .bg-inverse .btn-outline-danger.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-danger.active.focus, .bg-inverse .btn-outline-danger.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-danger.disabled:focus, .bg-inverse .btn-outline-danger.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-danger.disabled.focus, .bg-inverse .btn-outline-danger.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-danger:disabled:focus, .bg-inverse .btn-outline-danger.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-danger:disabled.focus, .bg-inverse .btn-outline-danger.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #f44336;
}
.bg-inverse .btn.btn-outline-danger.disabled:hover, .bg-inverse .btn-outline-danger.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-danger:disabled:hover, .bg-inverse .btn-outline-danger.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #f44336;
}
.btn.btn-outline-danger.btn-link, .btn-outline-danger.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-light, .btn-outline-light.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}
.btn.btn-outline-light:hover, .btn-outline-light.custom-file-control:hover::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f8f9fa;
}
.btn.btn-outline-light:focus, .btn-outline-light.custom-file-control:focus::before, .btn.btn-outline-light.focus, .btn-outline-light.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f8f9fa;
}
.btn.btn-outline-light:active, .btn-outline-light.custom-file-control:active::before, .btn.btn-outline-light.active, .btn-outline-light.active.custom-file-control::before, .open > .btn.btn-outline-light.dropdown-toggle, .open > .btn-outline-light.dropdown-toggle.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f8f9fa;
}
.btn.btn-outline-light:active:hover, .btn-outline-light.custom-file-control:active:hover::before, .btn.btn-outline-light:active:focus, .btn-outline-light.custom-file-control:active:focus::before, .btn.btn-outline-light:active.focus, .btn-outline-light.custom-file-control:active.focus::before, .btn.btn-outline-light.active:hover, .btn-outline-light.active.custom-file-control:hover::before, .btn.btn-outline-light.active:focus, .btn-outline-light.active.custom-file-control:focus::before, .btn.btn-outline-light.active.focus, .btn-outline-light.active.focus.custom-file-control::before, .open > .btn.btn-outline-light.dropdown-toggle:hover, .open > .btn-outline-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-light.dropdown-toggle:focus, .open > .btn-outline-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-light.dropdown-toggle.focus, .open > .btn-outline-light.dropdown-toggle.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #f8f9fa;
}
.open > .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-light.disabled:focus, .btn-outline-light.disabled.custom-file-control:focus::before, .btn.btn-outline-light.disabled.focus, .btn-outline-light.disabled.focus.custom-file-control::before, .btn.btn-outline-light:disabled:focus, .btn-outline-light.custom-file-control:disabled:focus::before, .btn.btn-outline-light:disabled.focus, .btn-outline-light.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #f8f9fa;
}
.btn.btn-outline-light.disabled:hover, .btn-outline-light.disabled.custom-file-control:hover::before, .btn.btn-outline-light:disabled:hover, .btn-outline-light.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #f8f9fa;
}
.bg-inverse .btn.btn-outline-light, .bg-inverse .btn-outline-light.custom-file-control::before {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}
.bg-inverse .btn.btn-outline-light:hover, .bg-inverse .btn-outline-light.custom-file-control:hover::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-light:focus, .bg-inverse .btn-outline-light.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-light.focus, .bg-inverse .btn-outline-light.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-light:active, .bg-inverse .btn-outline-light.custom-file-control:active::before, .bg-inverse .btn.btn-outline-light.active, .bg-inverse .btn-outline-light.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle, .open > .bg-inverse .btn-outline-light.dropdown-toggle.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-light:active:hover, .bg-inverse .btn-outline-light.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-light:active:focus, .bg-inverse .btn-outline-light.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-light:active.focus, .bg-inverse .btn-outline-light.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-light.active:hover, .bg-inverse .btn-outline-light.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-light.active:focus, .bg-inverse .btn-outline-light.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-light.active.focus, .bg-inverse .btn-outline-light.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-light.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-light.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-light.dropdown-toggle.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-light.disabled:focus, .bg-inverse .btn-outline-light.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-light.disabled.focus, .bg-inverse .btn-outline-light.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-light:disabled:focus, .bg-inverse .btn-outline-light.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-light:disabled.focus, .bg-inverse .btn-outline-light.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #f8f9fa;
}
.bg-inverse .btn.btn-outline-light.disabled:hover, .bg-inverse .btn-outline-light.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-light:disabled:hover, .bg-inverse .btn-outline-light.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #f8f9fa;
}
.btn.btn-outline-light.btn-link, .btn-outline-light.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-dark, .btn-outline-dark.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #343a40;
  background-color: transparent;
  border-color: #343a40;
}
.btn.btn-outline-dark:hover, .btn-outline-dark.custom-file-control:hover::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #343a40;
}
.btn.btn-outline-dark:focus, .btn-outline-dark.custom-file-control:focus::before, .btn.btn-outline-dark.focus, .btn-outline-dark.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #343a40;
}
.btn.btn-outline-dark:active, .btn-outline-dark.custom-file-control:active::before, .btn.btn-outline-dark.active, .btn-outline-dark.active.custom-file-control::before, .open > .btn.btn-outline-dark.dropdown-toggle, .open > .btn-outline-dark.dropdown-toggle.custom-file-control::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #343a40;
}
.btn.btn-outline-dark:active:hover, .btn-outline-dark.custom-file-control:active:hover::before, .btn.btn-outline-dark:active:focus, .btn-outline-dark.custom-file-control:active:focus::before, .btn.btn-outline-dark:active.focus, .btn-outline-dark.custom-file-control:active.focus::before, .btn.btn-outline-dark.active:hover, .btn-outline-dark.active.custom-file-control:hover::before, .btn.btn-outline-dark.active:focus, .btn-outline-dark.active.custom-file-control:focus::before, .btn.btn-outline-dark.active.focus, .btn-outline-dark.active.focus.custom-file-control::before, .open > .btn.btn-outline-dark.dropdown-toggle:hover, .open > .btn-outline-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-dark.dropdown-toggle:focus, .open > .btn-outline-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-dark.dropdown-toggle.focus, .open > .btn-outline-dark.dropdown-toggle.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #343a40;
}
.open > .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-dark.disabled:focus, .btn-outline-dark.disabled.custom-file-control:focus::before, .btn.btn-outline-dark.disabled.focus, .btn-outline-dark.disabled.focus.custom-file-control::before, .btn.btn-outline-dark:disabled:focus, .btn-outline-dark.custom-file-control:disabled:focus::before, .btn.btn-outline-dark:disabled.focus, .btn-outline-dark.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #343a40;
}
.btn.btn-outline-dark.disabled:hover, .btn-outline-dark.disabled.custom-file-control:hover::before, .btn.btn-outline-dark:disabled:hover, .btn-outline-dark.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #343a40;
}
.bg-inverse .btn.btn-outline-dark, .bg-inverse .btn-outline-dark.custom-file-control::before {
  color: #343a40;
  background-color: transparent;
  border-color: #343a40;
}
.bg-inverse .btn.btn-outline-dark:hover, .bg-inverse .btn-outline-dark.custom-file-control:hover::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-dark:focus, .bg-inverse .btn-outline-dark.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-dark.focus, .bg-inverse .btn-outline-dark.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-dark:active, .bg-inverse .btn-outline-dark.custom-file-control:active::before, .bg-inverse .btn.btn-outline-dark.active, .bg-inverse .btn-outline-dark.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.custom-file-control::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-dark:active:hover, .bg-inverse .btn-outline-dark.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-dark:active:focus, .bg-inverse .btn-outline-dark.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-dark:active.focus, .bg-inverse .btn-outline-dark.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-dark.active:hover, .bg-inverse .btn-outline-dark.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-dark.active:focus, .bg-inverse .btn-outline-dark.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-dark.active.focus, .bg-inverse .btn-outline-dark.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-dark.disabled:focus, .bg-inverse .btn-outline-dark.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-dark.disabled.focus, .bg-inverse .btn-outline-dark.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-dark:disabled:focus, .bg-inverse .btn-outline-dark.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-dark:disabled.focus, .bg-inverse .btn-outline-dark.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #343a40;
}
.bg-inverse .btn.btn-outline-dark.disabled:hover, .bg-inverse .btn-outline-dark.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-dark:disabled:hover, .bg-inverse .btn-outline-dark.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #343a40;
}
.btn.btn-outline-dark.btn-link, .btn-outline-dark.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.bmd-btn-fab, .bmd-btn-fab.custom-file-control::before, .btn.bmd-btn-icon, .bmd-btn-icon.custom-file-control::before {
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 0;
}
.btn-group-lg .btn.bmd-btn-fab, .btn-group-sm .btn.bmd-btn-fab, .btn.bmd-btn-fab, .bmd-btn-fab.custom-file-control::before, .btn-group-lg .btn.bmd-btn-icon, .btn-group-sm .btn.bmd-btn-icon, .btn.bmd-btn-icon, .bmd-btn-icon.custom-file-control::before {
  padding: 0;
  border-radius: 50%;
  line-height: 0;
}
.btn.bmd-btn-fab .material-icons, .bmd-btn-fab.custom-file-control::before .material-icons, .btn.bmd-btn-icon .material-icons, .bmd-btn-icon.custom-file-control::before .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  line-height: 1.5rem;
  transform: translate(-0.75rem, -0.75rem);
}
.btn.bmd-btn-fab, .bmd-btn-fab.custom-file-control::before {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.26);
}
.btn.bmd-btn-fab .ripple-container, .bmd-btn-fab.custom-file-control::before .ripple-container {
  border-radius: 50%;
}
.btn.bmd-btn-fab.bmd-btn-fab-sm, .bmd-btn-fab.bmd-btn-fab-sm.custom-file-control::before, .btn-group-sm .btn.bmd-btn-fab, .btn-group-sm .bmd-btn-fab.custom-file-control::before {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
}
.btn.bmd-btn-icon, .bmd-btn-icon.custom-file-control::before {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin: 0;
  color: inherit;
  line-height: 0;
}
.btn.bmd-btn-icon.bmd-btn-icon-sm, .bmd-btn-icon.bmd-btn-icon-sm.custom-file-control::before, .btn-group-sm .btn.bmd-btn-icon, .btn-group-sm .bmd-btn-icon.custom-file-control::before {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  font-size: 1.125rem;
}
.btn.bmd-btn-icon.bmd-btn-icon-sm .material-icons, .bmd-btn-icon.bmd-btn-icon-sm.custom-file-control::before .material-icons, .btn-group-sm .btn.bmd-btn-icon .material-icons, .btn-group-sm .bmd-btn-icon.custom-file-control::before .material-icons {
  width: 1.125rem;
  font-size: 1.125rem;
  line-height: 1;
  vertical-align: middle;
  transform: translate(-0.5625rem, -0.5625rem);
}
.btn .material-icons, .custom-file-control::before .material-icons {
  position: relative;
  display: inline-block;
  top: 0.25em;
  margin-top: -1em;
  margin-bottom: -1em;
  font-size: 1.5em;
  vertical-align: middle;
}
.btn.btn-lg, .btn-lg.custom-file-control::before, .btn-group-lg .btn, .btn-group-lg .custom-file-control::before {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn.btn-sm, .btn-sm.custom-file-control::before, .btn-group-sm .btn, .btn-group-sm .custom-file-control::before {
  padding: 0.40625rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.0625rem;
  font-size: 0.8125rem;
}

fieldset[disabled][disabled] .btn, fieldset[disabled][disabled] .custom-file-control::before, .btn.disabled, .disabled.custom-file-control::before, .btn:disabled, .custom-file-control:disabled::before, .btn[disabled], [disabled].custom-file-control::before,
fieldset[disabled][disabled] .input-group-btn .btn,
.input-group-btn .btn.disabled,
.input-group-btn .btn:disabled,
.input-group-btn .btn[disabled],
fieldset[disabled][disabled] .btn-group,
.btn-group.disabled,
.btn-group:disabled,
.btn-group[disabled],
fieldset[disabled][disabled] .btn-group-vertical,
.btn-group-vertical.disabled,
.btn-group-vertical:disabled,
.btn-group-vertical[disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.bg-inverse fieldset[disabled][disabled] .btn, .bg-inverse fieldset[disabled][disabled] .custom-file-control::before, .bg-inverse .btn.disabled, .bg-inverse .disabled.custom-file-control::before, .bg-inverse .btn:disabled, .bg-inverse .custom-file-control:disabled::before, .bg-inverse .btn[disabled], .bg-inverse [disabled].custom-file-control::before,
.bg-inverse fieldset[disabled][disabled] .input-group-btn .btn,
.bg-inverse .input-group-btn .btn.disabled,
.bg-inverse .input-group-btn .btn:disabled,
.bg-inverse .input-group-btn .btn[disabled],
.bg-inverse fieldset[disabled][disabled] .btn-group,
.bg-inverse .btn-group.disabled,
.bg-inverse .btn-group:disabled,
.bg-inverse .btn-group[disabled],
.bg-inverse fieldset[disabled][disabled] .btn-group-vertical,
.bg-inverse .btn-group-vertical.disabled,
.bg-inverse .btn-group-vertical:disabled,
.bg-inverse .btn-group-vertical[disabled] {
  color: rgba(255, 255, 255, 0.3);
}
fieldset[disabled][disabled] .btn, fieldset[disabled][disabled] .custom-file-control::before, fieldset[disabled][disabled] .btn:hover, fieldset[disabled][disabled] .btn:focus, .btn.disabled, .disabled.custom-file-control::before, .btn.disabled:hover, .btn.disabled:focus, .btn:disabled, .custom-file-control:disabled::before, .btn:disabled:hover, .btn:disabled:focus, .btn[disabled], [disabled].custom-file-control::before, .btn[disabled]:hover, .btn[disabled]:focus,
fieldset[disabled][disabled] .input-group-btn .btn,
fieldset[disabled][disabled] .input-group-btn .btn:hover,
fieldset[disabled][disabled] .input-group-btn .btn:focus,
.input-group-btn .btn.disabled,
.input-group-btn .btn.disabled:hover,
.input-group-btn .btn.disabled:focus,
.input-group-btn .btn:disabled,
.input-group-btn .btn:disabled:hover,
.input-group-btn .btn:disabled:focus,
.input-group-btn .btn[disabled],
.input-group-btn .btn[disabled]:hover,
.input-group-btn .btn[disabled]:focus,
fieldset[disabled][disabled] .btn-group,
fieldset[disabled][disabled] .btn-group:hover,
fieldset[disabled][disabled] .btn-group:focus,
.btn-group.disabled,
.btn-group.disabled:hover,
.btn-group.disabled:focus,
.btn-group:disabled,
.btn-group:disabled:hover,
.btn-group:disabled:focus,
.btn-group[disabled],
.btn-group[disabled]:hover,
.btn-group[disabled]:focus,
fieldset[disabled][disabled] .btn-group-vertical,
fieldset[disabled][disabled] .btn-group-vertical:hover,
fieldset[disabled][disabled] .btn-group-vertical:focus,
.btn-group-vertical.disabled,
.btn-group-vertical.disabled:hover,
.btn-group-vertical.disabled:focus,
.btn-group-vertical:disabled,
.btn-group-vertical:disabled:hover,
.btn-group-vertical:disabled:focus,
.btn-group-vertical[disabled],
.btn-group-vertical[disabled]:hover,
.btn-group-vertical[disabled]:focus {
  background: transparent;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  margin: 10px 1px;
}
.btn-group .dropdown-menu,
.btn-group-vertical .dropdown-menu {
  border-radius: 0 0 0.125rem 0.125rem;
}
.btn-group.btn-group-raised,
.btn-group-vertical.btn-group-raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn-group .btn + .btn,
.btn-group .btn,
.btn-group .custom-file-control::before,
.btn-group .btn:active,
.btn-group .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn,
.btn-group-vertical .custom-file-control::before,
.btn-group-vertical .btn:active,
.btn-group-vertical .btn-group {
  margin: 0;
}
.btn-group > .btn-group,
.btn-group-vertical > .btn-group {
  margin: 0;
}

.checkbox label,
label.checkbox-inline {
  position: relative;
  padding-left: 1.5625rem;
}
.checkbox label .checkbox-decorator,
label.checkbox-inline .checkbox-decorator {
  position: absolute;
  left: 0;
  padding: 0.7em;
  margin: -0.7em;
  line-height: 0.7;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 100%;
}
.checkbox label .checkbox-decorator .check,
label.checkbox-inline .checkbox-decorator .check {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  border: 0.125rem solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125rem;
}
.checkbox label .checkbox-decorator .check::before,
label.checkbox-inline .checkbox-decorator .check::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  margin-left: 6px;
  color: rgb(117.3, 117.3, 117.3);
  content: "";
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  transform: rotate(45deg);
  animation: checkbox-off;
}
.is-focused .checkbox label .checkbox-decorator .check::before,
.is-focused label.checkbox-inline .checkbox-decorator .check::before {
  animation: checkbox-off 0.3s forwards;
}
.checkbox label input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}
.checkbox label input[type=checkbox]:focus + .checkbox-decorator .check::after,
label.checkbox-inline input[type=checkbox]:focus + .checkbox-decorator .check::after {
  opacity: 0.2;
}
.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check {
  color: #2196f3;
  border-color: #2196f3;
}
.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #2196f3;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  animation: checkbox-on 0.3s forwards;
}
.checkbox label input[type=checkbox][disabled] + .checkbox-decorator .check::after,
.checkbox label input[type=checkbox][disabled] .check::after, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .check::after,
fieldset[disabled] .checkbox label input[type=checkbox] .check::after,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .check::after,
label.checkbox-inline input[type=checkbox][disabled] .check::after,
fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .check::after,
fieldset[disabled] label.checkbox-inline input[type=checkbox] .check::after {
  background-color: rgba(0, 0, 0, 0.87);
  transform: rotate(-45deg);
}
.checkbox label input[type=checkbox][disabled] + .checkbox-decorator .check,
.checkbox label input[type=checkbox][disabled] .check, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .check,
fieldset[disabled] .checkbox label input[type=checkbox] .check,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .check,
label.checkbox-inline input[type=checkbox][disabled] .check,
fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .check,
fieldset[disabled] label.checkbox-inline input[type=checkbox] .check {
  border-color: rgba(0, 0, 0, 0.26);
}
.checkbox label input[type=checkbox][disabled] + .checkbox-decorator .ripple-container, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .ripple-container,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .ripple-container,
fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .ripple-container {
  display: none;
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    width: 0;
    height: 0;
    margin-top: -4px;
    margin-left: 6px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    transform: rotate(45deg);
  }
  51% {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: -2px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
    transform: rotate(0deg);
  }
  100% {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: -2px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    transform: rotate(0deg);
  }
}
.custom-file-control [class^=bmd-label],
.custom-file-control [class*=" bmd-label"] {
  color: rgba(0, 0, 0, 0.26);
}
.custom-file-control .form-control, .custom-file-control .custom-file-control, .is-focused .custom-file-control .form-control {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.custom-file-control .form-control:invalid, .custom-file-control .custom-file-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.custom-file-control .form-control:read-only, .custom-file-control .custom-file-control:read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .custom-file-control .form-control, fieldset[disabled][disabled] .custom-file-control .custom-file-control, .custom-file-control .form-control.disabled, .custom-file-control .disabled.custom-file-control, .custom-file-control .form-control:disabled, .custom-file-control .custom-file-control:disabled, .custom-file-control .form-control[disabled], .custom-file-control [disabled].custom-file-control {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.custom-file-control .form-control.form-control-success, .custom-file-control .form-control-success.custom-file-control, .is-focused .custom-file-control .form-control.form-control-success {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.custom-file-control .form-control.form-control-warning, .custom-file-control .form-control-warning.custom-file-control, .is-focused .custom-file-control .form-control.form-control-warning {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.custom-file-control .form-control.form-control-danger, .custom-file-control .form-control-danger.custom-file-control, .is-focused .custom-file-control .form-control.form-control-danger {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.custom-file-control .is-focused .valid-feedback, .custom-file-control.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: rgba(0, 0, 0, 0.26);
}
.custom-file-control .is-focused .valid-tooltip, .custom-file-control.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .custom-file-control .is-focused .valid-tooltip, .form-row > [class*=col-] > .custom-file-control .is-focused .valid-tooltip, .form-row > .col > .custom-file-control.is-focused .valid-tooltip, .form-row > [class*=col-] > .custom-file-control.is-focused .valid-tooltip {
  left: 5px;
}
.was-validated .custom-file-control .is-focused:valid ~ .valid-feedback,
.was-validated .custom-file-control .is-focused:valid ~ .valid-tooltip, .custom-file-control .is-focused.is-valid ~ .valid-feedback,
.custom-file-control .is-focused.is-valid ~ .valid-tooltip, .was-validated .custom-file-control.is-focused:valid ~ .valid-feedback,
.was-validated .custom-file-control.is-focused:valid ~ .valid-tooltip, .custom-file-control.is-focused.is-valid ~ .valid-feedback,
.custom-file-control.is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-control .is-focused .form-control:valid, .was-validated .custom-file-control .is-focused .custom-file-control:valid, .custom-file-control .is-focused .form-control.is-valid, .custom-file-control .is-focused .is-valid.custom-file-control, .was-validated .custom-file-control.is-focused .form-control:valid, .was-validated .custom-file-control.is-focused .custom-file-control:valid, .custom-file-control.is-focused .form-control.is-valid, .custom-file-control.is-focused .is-valid.custom-file-control {
  border-color: rgba(0, 0, 0, 0.26);
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .custom-file-control .is-focused .form-control:valid:focus, .was-validated .custom-file-control .is-focused .custom-file-control:valid:focus, .custom-file-control .is-focused .form-control.is-valid:focus, .custom-file-control .is-focused .is-valid.custom-file-control:focus, .was-validated .custom-file-control.is-focused .form-control:valid:focus, .was-validated .custom-file-control.is-focused .custom-file-control:valid:focus, .custom-file-control.is-focused .form-control.is-valid:focus, .custom-file-control.is-focused .is-valid.custom-file-control:focus {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.was-validated .custom-file-control .is-focused select.form-control:valid, .was-validated .custom-file-control .is-focused select.custom-file-control:valid, .custom-file-control .is-focused select.form-control.is-valid, .custom-file-control .is-focused select.is-valid.custom-file-control, .was-validated .custom-file-control.is-focused select.form-control:valid, .was-validated .custom-file-control.is-focused select.custom-file-control:valid, .custom-file-control.is-focused select.form-control.is-valid, .custom-file-control.is-focused select.is-valid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}
.was-validated .custom-file-control .is-focused textarea.form-control:valid, .was-validated .custom-file-control .is-focused textarea.custom-file-control:valid, .custom-file-control .is-focused textarea.form-control.is-valid, .custom-file-control .is-focused textarea.is-valid.custom-file-control, .was-validated .custom-file-control.is-focused textarea.form-control:valid, .was-validated .custom-file-control.is-focused textarea.custom-file-control:valid, .custom-file-control.is-focused textarea.form-control.is-valid, .custom-file-control.is-focused textarea.is-valid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .custom-file-control .is-focused .custom-select:valid, .custom-file-control .is-focused .custom-select.is-valid, .was-validated .custom-file-control.is-focused .custom-select:valid, .custom-file-control.is-focused .custom-select.is-valid {
  border-color: rgba(0, 0, 0, 0.26);
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) "none" center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .custom-file-control .is-focused .custom-select:valid:focus, .custom-file-control .is-focused .custom-select.is-valid:focus, .was-validated .custom-file-control.is-focused .custom-select:valid:focus, .custom-file-control.is-focused .custom-select.is-valid:focus {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.was-validated .custom-file-control .is-focused .form-check-input:valid ~ .form-check-label, .custom-file-control .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .custom-file-control.is-focused .form-check-input:valid ~ .form-check-label, .custom-file-control.is-focused .form-check-input.is-valid ~ .form-check-label {
  color: rgba(0, 0, 0, 0.26);
}
.was-validated .custom-file-control .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .custom-file-control .is-focused .form-check-input:valid ~ .valid-tooltip, .custom-file-control .is-focused .form-check-input.is-valid ~ .valid-feedback,
.custom-file-control .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-control.is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .custom-file-control.is-focused .form-check-input:valid ~ .valid-tooltip, .custom-file-control.is-focused .form-check-input.is-valid ~ .valid-feedback,
.custom-file-control.is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-control .is-focused .custom-control-input:valid ~ .custom-control-label, .custom-file-control .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-file-control.is-focused .custom-control-input:valid ~ .custom-control-label, .custom-file-control.is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.26);
}
.was-validated .custom-file-control .is-focused .custom-control-input:valid ~ .custom-control-label::before, .custom-file-control .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-file-control.is-focused .custom-control-input:valid ~ .custom-control-label::before, .custom-file-control.is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.26);
}
.was-validated .custom-file-control .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-file-control .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-file-control.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-file-control.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgba(25.5, 25.5, 25.5, 0.26);
  background-color: rgba(25.5, 25.5, 25.5, 0.26);
}
.was-validated .custom-file-control .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-file-control .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-file-control.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-file-control.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.was-validated .custom-file-control .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-file-control .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-file-control.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-file-control.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.26);
}
.was-validated .custom-file-control .is-focused .custom-file-input:valid ~ .custom-file-label, .custom-file-control .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-control.is-focused .custom-file-input:valid ~ .custom-file-label, .custom-file-control.is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: rgba(0, 0, 0, 0.26);
}
.was-validated .custom-file-control .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-control .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-control.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-control.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-file-control .is-focused [class^=bmd-label],
.custom-file-control .is-focused [class*=" bmd-label"], .custom-file-control.is-focused [class^=bmd-label],
.custom-file-control.is-focused [class*=" bmd-label"] {
  color: #2196f3;
}
.custom-file-control .is-focused .bmd-label-placeholder, .custom-file-control.is-focused .bmd-label-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.custom-file-control .is-focused .form-control, .custom-file-control .is-focused .custom-file-control, .custom-file-control.is-focused .form-control, .custom-file-control.is-focused .custom-file-control {
  border-color: rgba(0, 0, 0, 0.26);
}
.custom-file-control .is-focused .bmd-help, .custom-file-control.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54);
}
.custom-file-control::before {
  position: absolute;
  height: calc(100% - 1px);
}

.switch label {
  position: relative;
  padding-left: 2.4375rem;
}
.switch label .bmd-switch-track {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  display: inline-block;
  width: 2.125rem;
  height: 0.875rem;
  cursor: pointer;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, rgb(183.0689230769, 212.4092659341, 235.7310769231) 50%, rgb(183.0689230769, 212.4092659341, 235.7310769231) 100%);
  background-position: 0%;
  background-size: 4.25rem 0.875rem;
  border-radius: 2.125rem;
  transition: background-position 0.2s ease-in;
}
.switch label .bmd-switch-track::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  align-self: center;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: #f1f1f1;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease;
  transform: translateY(-50%);
}
.switch label .bmd-switch-track:active::after {
  transform: translateY(-50%) scale3d(1.15, 0.85, 1);
}
.switch label input {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
.switch label input:checked + .bmd-switch-track {
  background-position: -100%;
}
.switch label input:checked + .bmd-switch-track::after {
  left: calc(100% - 1.25rem);
  background-color: #2196f3;
}
.switch label input:disabled + .bmd-switch-track:active::after {
  transform: translateY(-50%);
}
.switch label input:disabled + .bmd-switch-track {
  cursor: default;
  background: rgba(0, 0, 0, 0.12);
}
.switch label input:disabled + .bmd-switch-track::after {
  background: #bdbdbd;
}

.radio label,
label.radio-inline {
  position: relative;
  padding-left: 1.5625rem;
}
.radio label .bmd-radio,
label.radio-inline .bmd-radio {
  position: absolute;
  left: 0;
  display: inline-block;
  padding: 0.7em;
  margin: -0.7em;
  line-height: 0.7;
  border-radius: 100%;
}
.radio label .bmd-radio::after,
label.radio-inline .bmd-radio::after {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  content: "";
  border: 0.125rem solid rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  transition: border-color ease 0.28s;
  transition-duration: 0.2s;
}
.radio label .bmd-radio::before,
label.radio-inline .bmd-radio::before {
  position: absolute;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-color: #2196f3;
  border-radius: 50%;
  transition: transform ease 0.28s;
  transform: scale3d(0, 0, 0);
}
.radio label input[type=radio],
label.radio-inline input[type=radio] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}
.radio label input[type=radio]:checked ~ .bmd-radio::after,
label.radio-inline input[type=radio]:checked ~ .bmd-radio::after {
  border-color: #2196f3;
}
.radio label input[type=radio]:checked ~ .bmd-radio::before,
label.radio-inline input[type=radio]:checked ~ .bmd-radio::before {
  background-color: #2196f3;
}
.radio label input[type=radio]:checked ~ .bmd-radio::before,
label.radio-inline input[type=radio]:checked ~ .bmd-radio::before {
  transform: scale3d(0.5, 0.5, 1);
}
.radio label input[type=radio][disabled] + .bmd-radio, .radio label input[type=radio]:disabled + .bmd-radio, fieldset[disabled] .radio label input[type=radio] + .bmd-radio,
label.radio-inline input[type=radio][disabled] + .bmd-radio,
label.radio-inline input[type=radio]:disabled + .bmd-radio,
fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio {
  cursor: default;
}
.radio label input[type=radio][disabled] + .bmd-radio::after, .radio label input[type=radio]:disabled + .bmd-radio::after, fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after,
label.radio-inline input[type=radio][disabled] + .bmd-radio::after,
label.radio-inline input[type=radio]:disabled + .bmd-radio::after,
fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::after {
  border-color: rgba(0, 0, 0, 0.26);
}
.radio label input[type=radio][disabled] + .bmd-radio::before, .radio label input[type=radio]:disabled + .bmd-radio::before, fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before,
label.radio-inline input[type=radio][disabled] + .bmd-radio::before,
label.radio-inline input[type=radio]:disabled + .bmd-radio::before,
fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::before {
  background-color: rgba(0, 0, 0, 0.26);
}
.radio label input[type=radio][disabled] + .bmd-radio .ripple-container, .radio label input[type=radio]:disabled + .bmd-radio .ripple-container, fieldset[disabled] .radio label input[type=radio] + .bmd-radio .ripple-container,
label.radio-inline input[type=radio][disabled] + .bmd-radio .ripple-container,
label.radio-inline input[type=radio]:disabled + .bmd-radio .ripple-container,
fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio .ripple-container {
  display: none;
}
.bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::after, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::after, .bg-inverse fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after,
.bg-inverse label.radio-inline input[type=radio][disabled] + .bmd-radio::after,
.bg-inverse label.radio-inline input[type=radio]:disabled + .bmd-radio::after,
.bg-inverse fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::after {
  border-color: rgba(255, 255, 255, 0.3);
}
.bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::before, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::before, .bg-inverse fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before,
.bg-inverse label.radio-inline input[type=radio][disabled] + .bmd-radio::before,
.bg-inverse label.radio-inline input[type=radio]:disabled + .bmd-radio::before,
.bg-inverse fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::before {
  background-color: rgba(255, 255, 255, 0.3);
}

form {
  margin-bottom: 1.125rem;
}
.navbar form {
  margin-bottom: 0;
}
.navbar form .bmd-form-group {
  display: inline-block;
  padding-top: 0;
}
.navbar form .btn, .navbar form .custom-file-control::before {
  margin-bottom: 0;
}

.form-control, .custom-file-control {
  background: no-repeat center bottom, center calc(100% - 1px);
  background-size: 0 100%, 100% 100%;
  border: 0;
  transition: background 0s ease-out;
  padding-left: 0;
  padding-right: 0;
}
.form-control:focus, .custom-file-control:focus, .bmd-form-group.is-focused .form-control, .bmd-form-group.is-focused .custom-file-control {
  background-size: 100% 100%, 100% 100%;
  transition-duration: 0.3s;
}

.bmd-help {
  position: absolute;
  display: none;
  font-size: 0.8rem;
  font-weight: normal;
}
.bmd-form-group.is-focused .bmd-help {
  display: block;
}
.bmd-help:nth-of-type(2) {
  padding-top: 1rem;
}
.bmd-help + .bmd-help {
  position: relative;
  margin-bottom: 0;
}

.radio label, .is-focused .radio label,
.radio-inline,
.is-focused .radio-inline,
.checkbox label,
.is-focused .checkbox label,
.checkbox-inline,
.is-focused .checkbox-inline,
.switch label,
.is-focused .switch label {
  color: rgba(0, 0, 0, 0.26);
}
.radio label:hover, .radio label:focus, .radio label:active, .is-focused .radio label:hover, .is-focused .radio label:focus, .is-focused .radio label:active,
.radio-inline:hover,
.radio-inline:focus,
.radio-inline:active,
.is-focused .radio-inline:hover,
.is-focused .radio-inline:focus,
.is-focused .radio-inline:active,
.checkbox label:hover,
.checkbox label:focus,
.checkbox label:active,
.is-focused .checkbox label:hover,
.is-focused .checkbox label:focus,
.is-focused .checkbox label:active,
.checkbox-inline:hover,
.checkbox-inline:focus,
.checkbox-inline:active,
.is-focused .checkbox-inline:hover,
.is-focused .checkbox-inline:focus,
.is-focused .checkbox-inline:active,
.switch label:hover,
.switch label:focus,
.switch label:active,
.is-focused .switch label:hover,
.is-focused .switch label:focus,
.is-focused .switch label:active {
  color: rgba(0, 0, 0, 0.54);
}
.radio label label:has(input[type=radio][disabled]), .radio label label:has(input[type=radio][disabled]):hover, .radio label label:has(input[type=radio][disabled]):focus,
.radio label label:has(input[type=checkbox][disabled]),
.radio label label:has(input[type=checkbox][disabled]):hover,
.radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .radio label, fieldset[disabled] .radio label:hover, fieldset[disabled] .radio label:focus, .is-focused .radio label label:has(input[type=radio][disabled]), .is-focused .radio label label:has(input[type=radio][disabled]):hover, .is-focused .radio label label:has(input[type=radio][disabled]):focus,
.is-focused .radio label label:has(input[type=checkbox][disabled]),
.is-focused .radio label label:has(input[type=checkbox][disabled]):hover,
.is-focused .radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .radio label, fieldset[disabled] .is-focused .radio label:hover, fieldset[disabled] .is-focused .radio label:focus,
.radio-inline label:has(input[type=radio][disabled]),
.radio-inline label:has(input[type=radio][disabled]):hover,
.radio-inline label:has(input[type=radio][disabled]):focus,
.radio-inline label:has(input[type=checkbox][disabled]),
.radio-inline label:has(input[type=checkbox][disabled]):hover,
.radio-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio-inline:hover,
fieldset[disabled] .radio-inline:focus,
.is-focused .radio-inline label:has(input[type=radio][disabled]),
.is-focused .radio-inline label:has(input[type=radio][disabled]):hover,
.is-focused .radio-inline label:has(input[type=radio][disabled]):focus,
.is-focused .radio-inline label:has(input[type=checkbox][disabled]),
.is-focused .radio-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .radio-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .radio-inline,
fieldset[disabled] .is-focused .radio-inline:hover,
fieldset[disabled] .is-focused .radio-inline:focus,
.checkbox label label:has(input[type=radio][disabled]),
.checkbox label label:has(input[type=radio][disabled]):hover,
.checkbox label label:has(input[type=radio][disabled]):focus,
.checkbox label label:has(input[type=checkbox][disabled]),
.checkbox label label:has(input[type=checkbox][disabled]):hover,
.checkbox label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox label:hover,
fieldset[disabled] .checkbox label:focus,
.is-focused .checkbox label label:has(input[type=radio][disabled]),
.is-focused .checkbox label label:has(input[type=radio][disabled]):hover,
.is-focused .checkbox label label:has(input[type=radio][disabled]):focus,
.is-focused .checkbox label label:has(input[type=checkbox][disabled]),
.is-focused .checkbox label label:has(input[type=checkbox][disabled]):hover,
.is-focused .checkbox label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .checkbox label,
fieldset[disabled] .is-focused .checkbox label:hover,
fieldset[disabled] .is-focused .checkbox label:focus,
.checkbox-inline label:has(input[type=radio][disabled]),
.checkbox-inline label:has(input[type=radio][disabled]):hover,
.checkbox-inline label:has(input[type=radio][disabled]):focus,
.checkbox-inline label:has(input[type=checkbox][disabled]),
.checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.checkbox-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox-inline:hover,
fieldset[disabled] .checkbox-inline:focus,
.is-focused .checkbox-inline label:has(input[type=radio][disabled]),
.is-focused .checkbox-inline label:has(input[type=radio][disabled]):hover,
.is-focused .checkbox-inline label:has(input[type=radio][disabled]):focus,
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]),
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .checkbox-inline,
fieldset[disabled] .is-focused .checkbox-inline:hover,
fieldset[disabled] .is-focused .checkbox-inline:focus,
.switch label label:has(input[type=radio][disabled]),
.switch label label:has(input[type=radio][disabled]):hover,
.switch label label:has(input[type=radio][disabled]):focus,
.switch label label:has(input[type=checkbox][disabled]),
.switch label label:has(input[type=checkbox][disabled]):hover,
.switch label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .switch label,
fieldset[disabled] .switch label:hover,
fieldset[disabled] .switch label:focus,
.is-focused .switch label label:has(input[type=radio][disabled]),
.is-focused .switch label label:has(input[type=radio][disabled]):hover,
.is-focused .switch label label:has(input[type=radio][disabled]):focus,
.is-focused .switch label label:has(input[type=checkbox][disabled]),
.is-focused .switch label label:has(input[type=checkbox][disabled]):hover,
.is-focused .switch label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .switch label,
fieldset[disabled] .is-focused .switch label:hover,
fieldset[disabled] .is-focused .switch label:focus {
  color: rgba(0, 0, 0, 0.26);
}

[class^=bmd-label],
[class*=" bmd-label"] {
  color: rgba(0, 0, 0, 0.26);
}

.form-control, .custom-file-control, .is-focused .form-control {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.form-control:invalid, .custom-file-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.form-control:read-only, .custom-file-control:read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .form-control, fieldset[disabled][disabled] .custom-file-control, .form-control.disabled, .disabled.custom-file-control, .form-control:disabled, .custom-file-control:disabled, .form-control[disabled], [disabled].custom-file-control {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.form-control.form-control-success, .form-control-success.custom-file-control, .is-focused .form-control.form-control-success {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.form-control.form-control-warning, .form-control-warning.custom-file-control, .is-focused .form-control.form-control-warning {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.form-control.form-control-danger, .form-control-danger.custom-file-control, .is-focused .form-control.form-control-danger {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}

.is-focused .valid-feedback,
*.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: rgba(0, 0, 0, 0.26);
}
.is-focused .valid-tooltip,
*.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .is-focused .valid-tooltip, .form-row > [class*=col-] > .is-focused .valid-tooltip,
.form-row > .col > *.is-focused .valid-tooltip,
.form-row > [class*=col-] > *.is-focused .valid-tooltip {
  left: 5px;
}
.was-validated .is-focused:valid ~ .valid-feedback,
.was-validated .is-focused:valid ~ .valid-tooltip, .is-focused.is-valid ~ .valid-feedback,
.is-focused.is-valid ~ .valid-tooltip,
.was-validated *.is-focused:valid ~ .valid-feedback,
.was-validated *.is-focused:valid ~ .valid-tooltip,
*.is-focused.is-valid ~ .valid-feedback,
*.is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .is-focused .form-control:valid, .was-validated .is-focused .custom-file-control:valid, .is-focused .form-control.is-valid, .is-focused .is-valid.custom-file-control,
.was-validated *.is-focused .form-control:valid,
*.is-focused .form-control.is-valid {
  border-color: rgba(0, 0, 0, 0.26);
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .is-focused .form-control:valid:focus, .was-validated .is-focused .custom-file-control:valid:focus, .is-focused .form-control.is-valid:focus, .is-focused .is-valid.custom-file-control:focus,
.was-validated *.is-focused .form-control:valid:focus,
*.is-focused .form-control.is-valid:focus {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.was-validated .is-focused select.form-control:valid, .was-validated .is-focused select.custom-file-control:valid, .is-focused select.form-control.is-valid, .is-focused select.is-valid.custom-file-control,
.was-validated *.is-focused select.form-control:valid,
*.is-focused select.form-control.is-valid {
  padding-right: 0 !important;
  background-position: right 0 center;
}
.was-validated .is-focused textarea.form-control:valid, .was-validated .is-focused textarea.custom-file-control:valid, .is-focused textarea.form-control.is-valid, .is-focused textarea.is-valid.custom-file-control,
.was-validated *.is-focused textarea.form-control:valid,
*.is-focused textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .is-focused .custom-select:valid, .is-focused .custom-select.is-valid,
.was-validated *.is-focused .custom-select:valid,
*.is-focused .custom-select.is-valid {
  border-color: rgba(0, 0, 0, 0.26);
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) "none" center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .is-focused .custom-select:valid:focus, .is-focused .custom-select.is-valid:focus,
.was-validated *.is-focused .custom-select:valid:focus,
*.is-focused .custom-select.is-valid:focus {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.was-validated .is-focused .form-check-input:valid ~ .form-check-label, .is-focused .form-check-input.is-valid ~ .form-check-label,
.was-validated *.is-focused .form-check-input:valid ~ .form-check-label,
*.is-focused .form-check-input.is-valid ~ .form-check-label {
  color: rgba(0, 0, 0, 0.26);
}
.was-validated .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .is-focused .form-check-input:valid ~ .valid-tooltip, .is-focused .form-check-input.is-valid ~ .valid-feedback,
.is-focused .form-check-input.is-valid ~ .valid-tooltip,
.was-validated *.is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated *.is-focused .form-check-input:valid ~ .valid-tooltip,
*.is-focused .form-check-input.is-valid ~ .valid-feedback,
*.is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .is-focused .custom-control-input:valid ~ .custom-control-label, .is-focused .custom-control-input.is-valid ~ .custom-control-label,
.was-validated *.is-focused .custom-control-input:valid ~ .custom-control-label,
*.is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.26);
}
.was-validated .is-focused .custom-control-input:valid ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated *.is-focused .custom-control-input:valid ~ .custom-control-label::before,
*.is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.26);
}
.was-validated .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated *.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before,
*.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgba(25.5, 25.5, 25.5, 0.26);
  background-color: rgba(25.5, 25.5, 25.5, 0.26);
}
.was-validated .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated *.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before,
*.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.was-validated .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated *.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
*.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.26);
}
.was-validated .is-focused .custom-file-input:valid ~ .custom-file-label, .is-focused .custom-file-input.is-valid ~ .custom-file-label,
.was-validated *.is-focused .custom-file-input:valid ~ .custom-file-label,
*.is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: rgba(0, 0, 0, 0.26);
}
.was-validated .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated *.is-focused .custom-file-input:valid:focus ~ .custom-file-label,
*.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.is-focused [class^=bmd-label],
.is-focused [class*=" bmd-label"],
*.is-focused [class^=bmd-label],
*.is-focused [class*=" bmd-label"] {
  color: #2196f3;
}
.is-focused .bmd-label-placeholder,
*.is-focused .bmd-label-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.is-focused .form-control, .is-focused .custom-file-control,
*.is-focused .form-control {
  border-color: rgba(0, 0, 0, 0.26);
}
.is-focused .bmd-help,
*.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54);
}

.has-success [class^=bmd-label],
.has-success [class*=" bmd-label"] {
  color: #4caf50;
}
.has-success .form-control, .has-success .custom-file-control, .is-focused .has-success .form-control {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-success .form-control:invalid, .has-success .custom-file-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-success .form-control:read-only, .has-success .custom-file-control:read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .has-success .form-control, fieldset[disabled][disabled] .has-success .custom-file-control, .has-success .form-control.disabled, .has-success .disabled.custom-file-control, .has-success .form-control:disabled, .has-success .custom-file-control:disabled, .has-success .form-control[disabled], .has-success [disabled].custom-file-control {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-success .form-control.form-control-success, .has-success .form-control-success.custom-file-control, .is-focused .has-success .form-control.form-control-success {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-success .form-control.form-control-warning, .has-success .form-control-warning.custom-file-control, .is-focused .has-success .form-control.form-control-warning {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-success .form-control.form-control-danger, .has-success .form-control-danger.custom-file-control, .is-focused .has-success .form-control.form-control-danger {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-success .is-focused .valid-feedback, .has-success.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #4caf50;
}
.has-success .is-focused .valid-tooltip, .has-success.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(76, 175, 80, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .has-success .is-focused .valid-tooltip, .form-row > [class*=col-] > .has-success .is-focused .valid-tooltip, .form-row > .col > .has-success.is-focused .valid-tooltip, .form-row > [class*=col-] > .has-success.is-focused .valid-tooltip {
  left: 5px;
}
.was-validated .has-success .is-focused:valid ~ .valid-feedback,
.was-validated .has-success .is-focused:valid ~ .valid-tooltip, .has-success .is-focused.is-valid ~ .valid-feedback,
.has-success .is-focused.is-valid ~ .valid-tooltip, .was-validated .has-success.is-focused:valid ~ .valid-feedback,
.was-validated .has-success.is-focused:valid ~ .valid-tooltip, .has-success.is-focused.is-valid ~ .valid-feedback,
.has-success.is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-success .is-focused .form-control:valid, .was-validated .has-success .is-focused .custom-file-control:valid, .has-success .is-focused .form-control.is-valid, .has-success .is-focused .is-valid.custom-file-control, .was-validated .has-success.is-focused .form-control:valid, .was-validated .has-success.is-focused .custom-file-control:valid, .has-success.is-focused .form-control.is-valid, .has-success.is-focused .is-valid.custom-file-control {
  border-color: #4caf50;
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-success .is-focused .form-control:valid:focus, .was-validated .has-success .is-focused .custom-file-control:valid:focus, .has-success .is-focused .form-control.is-valid:focus, .has-success .is-focused .is-valid.custom-file-control:focus, .was-validated .has-success.is-focused .form-control:valid:focus, .was-validated .has-success.is-focused .custom-file-control:valid:focus, .has-success.is-focused .form-control.is-valid:focus, .has-success.is-focused .is-valid.custom-file-control:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .has-success .is-focused select.form-control:valid, .was-validated .has-success .is-focused select.custom-file-control:valid, .has-success .is-focused select.form-control.is-valid, .has-success .is-focused select.is-valid.custom-file-control, .was-validated .has-success.is-focused select.form-control:valid, .was-validated .has-success.is-focused select.custom-file-control:valid, .has-success.is-focused select.form-control.is-valid, .has-success.is-focused select.is-valid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}
.was-validated .has-success .is-focused textarea.form-control:valid, .was-validated .has-success .is-focused textarea.custom-file-control:valid, .has-success .is-focused textarea.form-control.is-valid, .has-success .is-focused textarea.is-valid.custom-file-control, .was-validated .has-success.is-focused textarea.form-control:valid, .was-validated .has-success.is-focused textarea.custom-file-control:valid, .has-success.is-focused textarea.form-control.is-valid, .has-success.is-focused textarea.is-valid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .has-success .is-focused .custom-select:valid, .has-success .is-focused .custom-select.is-valid, .was-validated .has-success.is-focused .custom-select:valid, .has-success.is-focused .custom-select.is-valid {
  border-color: #4caf50;
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) "none" center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .has-success .is-focused .custom-select:valid:focus, .has-success .is-focused .custom-select.is-valid:focus, .was-validated .has-success.is-focused .custom-select:valid:focus, .has-success.is-focused .custom-select.is-valid:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .has-success .is-focused .form-check-input:valid ~ .form-check-label, .has-success .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-success.is-focused .form-check-input:valid ~ .form-check-label, .has-success.is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #4caf50;
}
.was-validated .has-success .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-success .is-focused .form-check-input:valid ~ .valid-tooltip, .has-success .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-success .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .has-success.is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-success.is-focused .form-check-input:valid ~ .valid-tooltip, .has-success.is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-success.is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-success .is-focused .custom-control-input:valid ~ .custom-control-label, .has-success .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .has-success.is-focused .custom-control-input:valid ~ .custom-control-label, .has-success.is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #4caf50;
}
.was-validated .has-success .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .has-success.is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-success.is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #4caf50;
}
.was-validated .has-success .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .has-success.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-success.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(109.9800796813, 192.0199203187, 113.2948207171);
  background-color: rgb(109.9800796813, 192.0199203187, 113.2948207171);
}
.was-validated .has-success .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .has-success.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-success.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .has-success .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .has-success.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-success.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4caf50;
}
.was-validated .has-success .is-focused .custom-file-input:valid ~ .custom-file-label, .has-success .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .has-success.is-focused .custom-file-input:valid ~ .custom-file-label, .has-success.is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4caf50;
}
.was-validated .has-success .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-success .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .has-success.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-success.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.has-success .is-focused [class^=bmd-label],
.has-success .is-focused [class*=" bmd-label"], .has-success.is-focused [class^=bmd-label],
.has-success.is-focused [class*=" bmd-label"] {
  color: #4caf50;
}
.has-success .is-focused .bmd-label-placeholder, .has-success.is-focused .bmd-label-placeholder {
  color: #4caf50;
}
.has-success .is-focused .form-control, .has-success .is-focused .custom-file-control, .has-success.is-focused .form-control, .has-success.is-focused .custom-file-control {
  border-color: #4caf50;
}
.has-success .is-focused .bmd-help, .has-success.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54);
}

.has-info [class^=bmd-label],
.has-info [class*=" bmd-label"] {
  color: #00bcd4;
}
.has-info .form-control, .has-info .custom-file-control, .is-focused .has-info .form-control {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-info .form-control:invalid, .has-info .custom-file-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-info .form-control:read-only, .has-info .custom-file-control:read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .has-info .form-control, fieldset[disabled][disabled] .has-info .custom-file-control, .has-info .form-control.disabled, .has-info .disabled.custom-file-control, .has-info .form-control:disabled, .has-info .custom-file-control:disabled, .has-info .form-control[disabled], .has-info [disabled].custom-file-control {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-info .form-control.form-control-success, .has-info .form-control-success.custom-file-control, .is-focused .has-info .form-control.form-control-success {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-info .form-control.form-control-warning, .has-info .form-control-warning.custom-file-control, .is-focused .has-info .form-control.form-control-warning {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-info .form-control.form-control-danger, .has-info .form-control-danger.custom-file-control, .is-focused .has-info .form-control.form-control-danger {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-info .is-focused .valid-feedback, .has-info.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #00bcd4;
}
.has-info .is-focused .valid-tooltip, .has-info.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 188, 212, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .has-info .is-focused .valid-tooltip, .form-row > [class*=col-] > .has-info .is-focused .valid-tooltip, .form-row > .col > .has-info.is-focused .valid-tooltip, .form-row > [class*=col-] > .has-info.is-focused .valid-tooltip {
  left: 5px;
}
.was-validated .has-info .is-focused:valid ~ .valid-feedback,
.was-validated .has-info .is-focused:valid ~ .valid-tooltip, .has-info .is-focused.is-valid ~ .valid-feedback,
.has-info .is-focused.is-valid ~ .valid-tooltip, .was-validated .has-info.is-focused:valid ~ .valid-feedback,
.was-validated .has-info.is-focused:valid ~ .valid-tooltip, .has-info.is-focused.is-valid ~ .valid-feedback,
.has-info.is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-info .is-focused .form-control:valid, .was-validated .has-info .is-focused .custom-file-control:valid, .has-info .is-focused .form-control.is-valid, .has-info .is-focused .is-valid.custom-file-control, .was-validated .has-info.is-focused .form-control:valid, .was-validated .has-info.is-focused .custom-file-control:valid, .has-info.is-focused .form-control.is-valid, .has-info.is-focused .is-valid.custom-file-control {
  border-color: #00bcd4;
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-info .is-focused .form-control:valid:focus, .was-validated .has-info .is-focused .custom-file-control:valid:focus, .has-info .is-focused .form-control.is-valid:focus, .has-info .is-focused .is-valid.custom-file-control:focus, .was-validated .has-info.is-focused .form-control:valid:focus, .was-validated .has-info.is-focused .custom-file-control:valid:focus, .has-info.is-focused .form-control.is-valid:focus, .has-info.is-focused .is-valid.custom-file-control:focus {
  border-color: #00bcd4;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.was-validated .has-info .is-focused select.form-control:valid, .was-validated .has-info .is-focused select.custom-file-control:valid, .has-info .is-focused select.form-control.is-valid, .has-info .is-focused select.is-valid.custom-file-control, .was-validated .has-info.is-focused select.form-control:valid, .was-validated .has-info.is-focused select.custom-file-control:valid, .has-info.is-focused select.form-control.is-valid, .has-info.is-focused select.is-valid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}
.was-validated .has-info .is-focused textarea.form-control:valid, .was-validated .has-info .is-focused textarea.custom-file-control:valid, .has-info .is-focused textarea.form-control.is-valid, .has-info .is-focused textarea.is-valid.custom-file-control, .was-validated .has-info.is-focused textarea.form-control:valid, .was-validated .has-info.is-focused textarea.custom-file-control:valid, .has-info.is-focused textarea.form-control.is-valid, .has-info.is-focused textarea.is-valid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .has-info .is-focused .custom-select:valid, .has-info .is-focused .custom-select.is-valid, .was-validated .has-info.is-focused .custom-select:valid, .has-info.is-focused .custom-select.is-valid {
  border-color: #00bcd4;
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) "none" center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .has-info .is-focused .custom-select:valid:focus, .has-info .is-focused .custom-select.is-valid:focus, .was-validated .has-info.is-focused .custom-select:valid:focus, .has-info.is-focused .custom-select.is-valid:focus {
  border-color: #00bcd4;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.was-validated .has-info .is-focused .form-check-input:valid ~ .form-check-label, .has-info .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-info.is-focused .form-check-input:valid ~ .form-check-label, .has-info.is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #00bcd4;
}
.was-validated .has-info .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-info .is-focused .form-check-input:valid ~ .valid-tooltip, .has-info .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-info .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .has-info.is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-info.is-focused .form-check-input:valid ~ .valid-tooltip, .has-info.is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-info.is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-info .is-focused .custom-control-input:valid ~ .custom-control-label, .has-info .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .has-info.is-focused .custom-control-input:valid ~ .custom-control-label, .has-info.is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #00bcd4;
}
.was-validated .has-info .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .has-info.is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-info.is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00bcd4;
}
.was-validated .has-info .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .has-info.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-info.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(8, 227.0377358491, 255);
  background-color: rgb(8, 227.0377358491, 255);
}
.was-validated .has-info .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .has-info.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-info.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.was-validated .has-info .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .has-info.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-info.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00bcd4;
}
.was-validated .has-info .is-focused .custom-file-input:valid ~ .custom-file-label, .has-info .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .has-info.is-focused .custom-file-input:valid ~ .custom-file-label, .has-info.is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00bcd4;
}
.was-validated .has-info .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-info .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .has-info.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-info.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00bcd4;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.has-info .is-focused [class^=bmd-label],
.has-info .is-focused [class*=" bmd-label"], .has-info.is-focused [class^=bmd-label],
.has-info.is-focused [class*=" bmd-label"] {
  color: #00bcd4;
}
.has-info .is-focused .bmd-label-placeholder, .has-info.is-focused .bmd-label-placeholder {
  color: #00bcd4;
}
.has-info .is-focused .form-control, .has-info .is-focused .custom-file-control, .has-info.is-focused .form-control, .has-info.is-focused .custom-file-control {
  border-color: #00bcd4;
}
.has-info .is-focused .bmd-help, .has-info.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54);
}

.has-warning [class^=bmd-label],
.has-warning [class*=" bmd-label"] {
  color: #ffeb3b;
}
.has-warning .form-control, .has-warning .custom-file-control, .is-focused .has-warning .form-control {
  background-image: linear-gradient(to top, #ffeb3b 2px, rgba(255, 235, 59, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-warning .form-control:invalid, .has-warning .custom-file-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-warning .form-control:read-only, .has-warning .custom-file-control:read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .has-warning .form-control, fieldset[disabled][disabled] .has-warning .custom-file-control, .has-warning .form-control.disabled, .has-warning .disabled.custom-file-control, .has-warning .form-control:disabled, .has-warning .custom-file-control:disabled, .has-warning .form-control[disabled], .has-warning [disabled].custom-file-control {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-warning .form-control.form-control-success, .has-warning .form-control-success.custom-file-control, .is-focused .has-warning .form-control.form-control-success {
  background-image: linear-gradient(to top, #ffeb3b 2px, rgba(255, 235, 59, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-warning .form-control.form-control-warning, .has-warning .form-control-warning.custom-file-control, .is-focused .has-warning .form-control.form-control-warning {
  background-image: linear-gradient(to top, #ffeb3b 2px, rgba(255, 235, 59, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-warning .form-control.form-control-danger, .has-warning .form-control-danger.custom-file-control, .is-focused .has-warning .form-control.form-control-danger {
  background-image: linear-gradient(to top, #ffeb3b 2px, rgba(255, 235, 59, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-warning .is-focused .valid-feedback, .has-warning.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ffeb3b;
}
.has-warning .is-focused .valid-tooltip, .has-warning.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(255, 235, 59, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .has-warning .is-focused .valid-tooltip, .form-row > [class*=col-] > .has-warning .is-focused .valid-tooltip, .form-row > .col > .has-warning.is-focused .valid-tooltip, .form-row > [class*=col-] > .has-warning.is-focused .valid-tooltip {
  left: 5px;
}
.was-validated .has-warning .is-focused:valid ~ .valid-feedback,
.was-validated .has-warning .is-focused:valid ~ .valid-tooltip, .has-warning .is-focused.is-valid ~ .valid-feedback,
.has-warning .is-focused.is-valid ~ .valid-tooltip, .was-validated .has-warning.is-focused:valid ~ .valid-feedback,
.was-validated .has-warning.is-focused:valid ~ .valid-tooltip, .has-warning.is-focused.is-valid ~ .valid-feedback,
.has-warning.is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-warning .is-focused .form-control:valid, .was-validated .has-warning .is-focused .custom-file-control:valid, .has-warning .is-focused .form-control.is-valid, .has-warning .is-focused .is-valid.custom-file-control, .was-validated .has-warning.is-focused .form-control:valid, .was-validated .has-warning.is-focused .custom-file-control:valid, .has-warning.is-focused .form-control.is-valid, .has-warning.is-focused .is-valid.custom-file-control {
  border-color: #ffeb3b;
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-warning .is-focused .form-control:valid:focus, .was-validated .has-warning .is-focused .custom-file-control:valid:focus, .has-warning .is-focused .form-control.is-valid:focus, .has-warning .is-focused .is-valid.custom-file-control:focus, .was-validated .has-warning.is-focused .form-control:valid:focus, .was-validated .has-warning.is-focused .custom-file-control:valid:focus, .has-warning.is-focused .form-control.is-valid:focus, .has-warning.is-focused .is-valid.custom-file-control:focus {
  border-color: #ffeb3b;
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.25);
}
.was-validated .has-warning .is-focused select.form-control:valid, .was-validated .has-warning .is-focused select.custom-file-control:valid, .has-warning .is-focused select.form-control.is-valid, .has-warning .is-focused select.is-valid.custom-file-control, .was-validated .has-warning.is-focused select.form-control:valid, .was-validated .has-warning.is-focused select.custom-file-control:valid, .has-warning.is-focused select.form-control.is-valid, .has-warning.is-focused select.is-valid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}
.was-validated .has-warning .is-focused textarea.form-control:valid, .was-validated .has-warning .is-focused textarea.custom-file-control:valid, .has-warning .is-focused textarea.form-control.is-valid, .has-warning .is-focused textarea.is-valid.custom-file-control, .was-validated .has-warning.is-focused textarea.form-control:valid, .was-validated .has-warning.is-focused textarea.custom-file-control:valid, .has-warning.is-focused textarea.form-control.is-valid, .has-warning.is-focused textarea.is-valid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .has-warning .is-focused .custom-select:valid, .has-warning .is-focused .custom-select.is-valid, .was-validated .has-warning.is-focused .custom-select:valid, .has-warning.is-focused .custom-select.is-valid {
  border-color: #ffeb3b;
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) "none" center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .has-warning .is-focused .custom-select:valid:focus, .has-warning .is-focused .custom-select.is-valid:focus, .was-validated .has-warning.is-focused .custom-select:valid:focus, .has-warning.is-focused .custom-select.is-valid:focus {
  border-color: #ffeb3b;
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.25);
}
.was-validated .has-warning .is-focused .form-check-input:valid ~ .form-check-label, .has-warning .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-warning.is-focused .form-check-input:valid ~ .form-check-label, .has-warning.is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #ffeb3b;
}
.was-validated .has-warning .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-warning .is-focused .form-check-input:valid ~ .valid-tooltip, .has-warning .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-warning .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .has-warning.is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-warning.is-focused .form-check-input:valid ~ .valid-tooltip, .has-warning.is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-warning.is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-warning .is-focused .custom-control-input:valid ~ .custom-control-label, .has-warning .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .has-warning.is-focused .custom-control-input:valid ~ .custom-control-label, .has-warning.is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #ffeb3b;
}
.was-validated .has-warning .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .has-warning.is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-warning.is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #ffeb3b;
}
.was-validated .has-warning .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .has-warning.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-warning.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(255, 240.2040816327, 110);
  background-color: rgb(255, 240.2040816327, 110);
}
.was-validated .has-warning .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .has-warning.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-warning.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.25);
}
.was-validated .has-warning .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .has-warning.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-warning.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffeb3b;
}
.was-validated .has-warning .is-focused .custom-file-input:valid ~ .custom-file-label, .has-warning .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .has-warning.is-focused .custom-file-input:valid ~ .custom-file-label, .has-warning.is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #ffeb3b;
}
.was-validated .has-warning .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-warning .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .has-warning.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-warning.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #ffeb3b;
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.25);
}
.has-warning .is-focused [class^=bmd-label],
.has-warning .is-focused [class*=" bmd-label"], .has-warning.is-focused [class^=bmd-label],
.has-warning.is-focused [class*=" bmd-label"] {
  color: #ffeb3b;
}
.has-warning .is-focused .bmd-label-placeholder, .has-warning.is-focused .bmd-label-placeholder {
  color: #ffeb3b;
}
.has-warning .is-focused .form-control, .has-warning .is-focused .custom-file-control, .has-warning.is-focused .form-control, .has-warning.is-focused .custom-file-control {
  border-color: #ffeb3b;
}
.has-warning .is-focused .bmd-help, .has-warning.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54);
}

.has-danger [class^=bmd-label],
.has-danger [class*=" bmd-label"] {
  color: #f44336;
}
.has-danger .form-control, .has-danger .custom-file-control, .is-focused .has-danger .form-control {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-danger .form-control:invalid, .has-danger .custom-file-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-danger .form-control:read-only, .has-danger .custom-file-control:read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .has-danger .form-control, fieldset[disabled][disabled] .has-danger .custom-file-control, .has-danger .form-control.disabled, .has-danger .disabled.custom-file-control, .has-danger .form-control:disabled, .has-danger .custom-file-control:disabled, .has-danger .form-control[disabled], .has-danger [disabled].custom-file-control {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-danger .form-control.form-control-success, .has-danger .form-control-success.custom-file-control, .is-focused .has-danger .form-control.form-control-success {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-danger .form-control.form-control-warning, .has-danger .form-control-warning.custom-file-control, .is-focused .has-danger .form-control.form-control-warning {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-danger .form-control.form-control-danger, .has-danger .form-control-danger.custom-file-control, .is-focused .has-danger .form-control.form-control-danger {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-danger .is-focused .valid-feedback, .has-danger.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f44336;
}
.has-danger .is-focused .valid-tooltip, .has-danger.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(244, 67, 54, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .has-danger .is-focused .valid-tooltip, .form-row > [class*=col-] > .has-danger .is-focused .valid-tooltip, .form-row > .col > .has-danger.is-focused .valid-tooltip, .form-row > [class*=col-] > .has-danger.is-focused .valid-tooltip {
  left: 5px;
}
.was-validated .has-danger .is-focused:valid ~ .valid-feedback,
.was-validated .has-danger .is-focused:valid ~ .valid-tooltip, .has-danger .is-focused.is-valid ~ .valid-feedback,
.has-danger .is-focused.is-valid ~ .valid-tooltip, .was-validated .has-danger.is-focused:valid ~ .valid-feedback,
.was-validated .has-danger.is-focused:valid ~ .valid-tooltip, .has-danger.is-focused.is-valid ~ .valid-feedback,
.has-danger.is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-danger .is-focused .form-control:valid, .was-validated .has-danger .is-focused .custom-file-control:valid, .has-danger .is-focused .form-control.is-valid, .has-danger .is-focused .is-valid.custom-file-control, .was-validated .has-danger.is-focused .form-control:valid, .was-validated .has-danger.is-focused .custom-file-control:valid, .has-danger.is-focused .form-control.is-valid, .has-danger.is-focused .is-valid.custom-file-control {
  border-color: #f44336;
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-danger .is-focused .form-control:valid:focus, .was-validated .has-danger .is-focused .custom-file-control:valid:focus, .has-danger .is-focused .form-control.is-valid:focus, .has-danger .is-focused .is-valid.custom-file-control:focus, .was-validated .has-danger.is-focused .form-control:valid:focus, .was-validated .has-danger.is-focused .custom-file-control:valid:focus, .has-danger.is-focused .form-control.is-valid:focus, .has-danger.is-focused .is-valid.custom-file-control:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .has-danger .is-focused select.form-control:valid, .was-validated .has-danger .is-focused select.custom-file-control:valid, .has-danger .is-focused select.form-control.is-valid, .has-danger .is-focused select.is-valid.custom-file-control, .was-validated .has-danger.is-focused select.form-control:valid, .was-validated .has-danger.is-focused select.custom-file-control:valid, .has-danger.is-focused select.form-control.is-valid, .has-danger.is-focused select.is-valid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}
.was-validated .has-danger .is-focused textarea.form-control:valid, .was-validated .has-danger .is-focused textarea.custom-file-control:valid, .has-danger .is-focused textarea.form-control.is-valid, .has-danger .is-focused textarea.is-valid.custom-file-control, .was-validated .has-danger.is-focused textarea.form-control:valid, .was-validated .has-danger.is-focused textarea.custom-file-control:valid, .has-danger.is-focused textarea.form-control.is-valid, .has-danger.is-focused textarea.is-valid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .has-danger .is-focused .custom-select:valid, .has-danger .is-focused .custom-select.is-valid, .was-validated .has-danger.is-focused .custom-select:valid, .has-danger.is-focused .custom-select.is-valid {
  border-color: #f44336;
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) "none" center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .has-danger .is-focused .custom-select:valid:focus, .has-danger .is-focused .custom-select.is-valid:focus, .was-validated .has-danger.is-focused .custom-select:valid:focus, .has-danger.is-focused .custom-select.is-valid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .has-danger .is-focused .form-check-input:valid ~ .form-check-label, .has-danger .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-danger.is-focused .form-check-input:valid ~ .form-check-label, .has-danger.is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #f44336;
}
.was-validated .has-danger .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-danger .is-focused .form-check-input:valid ~ .valid-tooltip, .has-danger .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-danger .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .has-danger.is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-danger.is-focused .form-check-input:valid ~ .valid-tooltip, .has-danger.is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-danger.is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-danger .is-focused .custom-control-input:valid ~ .custom-control-label, .has-danger .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .has-danger.is-focused .custom-control-input:valid ~ .custom-control-label, .has-danger.is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #f44336;
}
.was-validated .has-danger .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .has-danger.is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-danger.is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #f44336;
}
.was-validated .has-danger .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .has-danger.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-danger.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(246.6462264151, 112.2264150943, 102.3537735849);
  background-color: rgb(246.6462264151, 112.2264150943, 102.3537735849);
}
.was-validated .has-danger .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .has-danger.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-danger.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .has-danger .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .has-danger.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-danger.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f44336;
}
.was-validated .has-danger .is-focused .custom-file-input:valid ~ .custom-file-label, .has-danger .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .has-danger.is-focused .custom-file-input:valid ~ .custom-file-label, .has-danger.is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #f44336;
}
.was-validated .has-danger .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-danger .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .has-danger.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-danger.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.has-danger .is-focused [class^=bmd-label],
.has-danger .is-focused [class*=" bmd-label"], .has-danger.is-focused [class^=bmd-label],
.has-danger.is-focused [class*=" bmd-label"] {
  color: #f44336;
}
.has-danger .is-focused .bmd-label-placeholder, .has-danger.is-focused .bmd-label-placeholder {
  color: #f44336;
}
.has-danger .is-focused .form-control, .has-danger .is-focused .custom-file-control, .has-danger.is-focused .form-control, .has-danger.is-focused .custom-file-control {
  border-color: #f44336;
}
.has-danger .is-focused .bmd-help, .has-danger.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54);
}

.bmd-form-group {
  position: relative;
}
.bmd-form-group [class^=bmd-label],
.bmd-form-group [class*=" bmd-label"] {
  position: absolute;
  pointer-events: none;
  transition: 0.3s ease all;
}
.bmd-form-group [class^=bmd-label].bmd-label-floating,
.bmd-form-group [class*=" bmd-label"].bmd-label-floating {
  will-change: left, top, contents;
}
.bmd-form-group.is-filled .bmd-label-placeholder {
  display: none;
}
.bmd-form-group.bmd-collapse-inline {
  display: flex;
  align-items: center;
  padding: 0;
  min-height: 2.1em;
}
.bmd-form-group.bmd-collapse-inline .collapse {
  flex: 1;
  display: none;
}
.bmd-form-group.bmd-collapse-inline .collapse.show {
  max-width: 1200px;
}
.bmd-form-group.bmd-collapse-inline .collapsing,
.bmd-form-group.bmd-collapse-inline .width:not(.collapse),
.bmd-form-group.bmd-collapse-inline .collapse.show {
  display: block;
}
.bmd-form-group.bmd-collapse-inline .collapsing {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bmd-form-group {
  padding-top: 1.75rem;
}
.bmd-form-group .form-control, .bmd-form-group .custom-file-control,
.bmd-form-group label,
.bmd-form-group input::placeholder {
  line-height: 1;
}
.bmd-form-group input.form-control, .bmd-form-group input.custom-file-control,
.bmd-form-group input.form-control::placeholder,
.bmd-form-group input.custom-file-control::placeholder {
  padding: 0.28125rem 0;
  line-height: 1.5;
}
.bmd-form-group .radio label,
.bmd-form-group label.radio-inline,
.bmd-form-group .checkbox label,
.bmd-form-group label.checkbox-inline,
.bmd-form-group .switch label {
  line-height: 1.5;
}
.bmd-form-group input::placeholder {
  font-size: 1rem;
}
.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group label {
  font-size: 1rem;
}
.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder {
  top: 2.1875rem;
}
.bmd-form-group.is-focused .bmd-label-floating,
.bmd-form-group .is-focused .bmd-label-floating, .bmd-form-group.is-filled .bmd-label-floating,
.bmd-form-group .is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.75rem;
}
.bmd-form-group .bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: 0.75rem;
}
.bmd-form-group .bmd-help {
  margin-top: 0;
  font-size: 0.75rem;
}
.bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-danger, .bmd-form-group .form-control-danger.custom-file-control {
  background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-danger, .bmd-form-group .form-control-danger.custom-file-control, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.46875rem;
}
.bmd-form-group .form-control.form-control-success:focus, .bmd-form-group .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success, .bmd-form-group.is-focused .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning, .bmd-form-group.is-focused .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger, .bmd-form-group.is-focused .bmd-form-group .form-control-danger.custom-file-control {
  background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.bmd-form-group.bmd-form-group-sm {
  padding-top: 1.40625rem;
}
.bmd-form-group.bmd-form-group-sm .form-control, .bmd-form-group.bmd-form-group-sm .custom-file-control,
.bmd-form-group.bmd-form-group-sm label,
.bmd-form-group.bmd-form-group-sm input::placeholder {
  line-height: 1;
}
.bmd-form-group.bmd-form-group-sm input.form-control, .bmd-form-group.bmd-form-group-sm input.custom-file-control,
.bmd-form-group.bmd-form-group-sm input.form-control::placeholder,
.bmd-form-group.bmd-form-group-sm input.custom-file-control::placeholder {
  padding: 0.28125rem 0;
  line-height: 1.5;
}
.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm label.radio-inline,
.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm label.checkbox-inline,
.bmd-form-group.bmd-form-group-sm .switch label {
  line-height: 1.5;
}
.bmd-form-group.bmd-form-group-sm input::placeholder {
  font-size: 0.875rem;
}
.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm label {
  font-size: 0.875rem;
}
.bmd-form-group.bmd-form-group-sm .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .bmd-label-placeholder {
  top: 1.65625rem;
}
.bmd-form-group.bmd-form-group-sm.is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-sm.is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .is-filled .bmd-label-floating {
  top: 0.75rem;
  left: 0;
  font-size: 0.65625rem;
}
.bmd-form-group.bmd-form-group-sm .bmd-label-static {
  top: 0.75rem;
  left: 0;
  font-size: 0.65625rem;
}
.bmd-form-group.bmd-form-group-sm .bmd-help {
  margin-top: 0;
  font-size: 0.65625rem;
}
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control {
  background-size: 0 100%, 100% 100%, 0.6875rem 0.6875rem;
}
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.34375rem;
}
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control {
  background-size: 100% 100%, 100% 100%, 0.6875rem 0.6875rem;
}
.bmd-form-group.bmd-form-group-lg {
  padding-top: 1.9375rem;
}
.bmd-form-group.bmd-form-group-lg .form-control, .bmd-form-group.bmd-form-group-lg .custom-file-control,
.bmd-form-group.bmd-form-group-lg label,
.bmd-form-group.bmd-form-group-lg input::placeholder {
  line-height: 1;
}
.bmd-form-group.bmd-form-group-lg input.form-control, .bmd-form-group.bmd-form-group-lg input.custom-file-control,
.bmd-form-group.bmd-form-group-lg input.form-control::placeholder,
.bmd-form-group.bmd-form-group-lg input.custom-file-control::placeholder {
  padding: 0.28125rem 0;
  line-height: 1.5;
}
.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg label.radio-inline,
.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg label.checkbox-inline,
.bmd-form-group.bmd-form-group-lg .switch label {
  line-height: 1.5;
}
.bmd-form-group.bmd-form-group-lg input::placeholder {
  font-size: 1.25rem;
}
.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg label {
  font-size: 1.25rem;
}
.bmd-form-group.bmd-form-group-lg .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .bmd-label-placeholder {
  top: 2.5rem;
}
.bmd-form-group.bmd-form-group-lg.is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-lg.is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.9375rem;
}
.bmd-form-group.bmd-form-group-lg .bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: 0.9375rem;
}
.bmd-form-group.bmd-form-group-lg .bmd-help {
  margin-top: 0;
  font-size: 0.9375rem;
}
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control {
  background-size: 0 100%, 100% 100%, 1.1875rem 1.1875rem;
}
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.59375rem;
}
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control {
  background-size: 100% 100%, 100% 100%, 1.1875rem 1.1875rem;
}

.form-control, .custom-file-control,
label,
input::placeholder {
  line-height: 1;
}

input.form-control, input.custom-file-control,
input.form-control::placeholder,
input.custom-file-control::placeholder {
  padding: 0.28125rem 0;
  line-height: 1.5;
}

.radio label,
label.radio-inline,
.checkbox label,
label.checkbox-inline,
.switch label {
  line-height: 1.5;
}

input::placeholder {
  font-size: 1rem;
}

.checkbox label,
.radio label,
label {
  font-size: 1rem;
}

.bmd-label-floating,
.bmd-label-placeholder {
  top: 2.1875rem;
}

*.is-focused .bmd-label-floating,
.is-focused .bmd-label-floating,
*.is-filled .bmd-label-floating,
.is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.75rem;
}

.bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: 0.75rem;
}

.bmd-help {
  margin-top: 0;
  font-size: 0.75rem;
}

.form-control.form-control-success, .form-control-success.custom-file-control, .form-control.form-control-warning, .form-control-warning.custom-file-control, .form-control.form-control-danger, .form-control-danger.custom-file-control {
  background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.form-control.form-control-success, .form-control-success.custom-file-control, .form-control.form-control-success:focus, .bmd-form-group.is-focused .form-control.form-control-success, .form-control.form-control-warning, .form-control-warning.custom-file-control, .form-control.form-control-warning:focus, .bmd-form-group.is-focused .form-control.form-control-warning, .form-control.form-control-danger, .form-control-danger.custom-file-control, .form-control.form-control-danger:focus, .bmd-form-group.is-focused .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.46875rem;
}
.form-control.form-control-success:focus, .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .form-control.form-control-success, .bmd-form-group.is-focused .form-control-success.custom-file-control, .form-control.form-control-warning:focus, .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .form-control.form-control-warning, .bmd-form-group.is-focused .form-control-warning.custom-file-control, .form-control.form-control-danger:focus, .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .form-control.form-control-danger, .bmd-form-group.is-focused .form-control-danger.custom-file-control {
  background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem;
}

select, select.form-control, select.custom-file-control {
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 576px) {
  .form-inline .input-group {
    display: inline-flex;
    align-items: center;
  }
}

.input-group .input-group-addon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-color: transparent;
}
.input-group .input-group-addon + input,
.input-group input + .input-group-addon {
  margin-left: 0.75rem;
}

.list-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0.5rem 0;
}
.list-group.bmd-list-group-sm {
  padding: 0.25rem 0;
}
.list-group.bmd-list-group-sm .list-group-item {
  padding: 0.5rem 1rem;
}

.bmd-list-group-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.list-group-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 1rem;
  line-height: 1;
}
.list-group-item .list-group-item-text {
  min-width: 0;
  max-height: 2.188rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-group-item :first-child {
  margin-right: 2rem;
}
.list-group-item > .pull-xs-right,
.list-group-item > .pull-sm-right,
.list-group-item > .pull-md-right,
.list-group-item > .pull-lg-right,
.list-group-item > .pull-xl-right,
.list-group-item > * ~ .label:last-child,
.list-group-item > * ~ .material-icons:last-child {
  margin-right: 0;
  margin-left: auto;
}
.list-group-item .material-icons.pull-xs-right,
.list-group-item .material-icons.pull-sm-right,
.list-group-item .material-icons.pull-md-right,
.list-group-item .material-icons.pull-lg-right,
.list-group-item .material-icons.pull-xl-right,
.list-group-item .material-icons ~ .material-icons:last-child {
  padding-left: 1rem;
}
.list-group-item .list-group-item-text {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
}

.table-inverse {
  color: rgba(255, 255, 255, 0.84);
}

.table thead th {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  border-top-width: 0;
  border-bottom-width: 1px;
}

thead.thead-inverse th,
.table-inverse thead th {
  color: rgba(255, 255, 255, 0.54);
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: rgba(255, 255, 255, 0.06);
}

.nav-link {
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  padding: 0.5321rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.nav-tabs,
.nav-pills {
  border: 0;
}
.nav-tabs .nav-link,
.nav-pills .nav-link {
  padding: 1.4286em 0.8575em;
  font-size: 0.875rem;
  font-weight: 500;
  border: 0;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  background-color: transparent;
  color: inherit;
}

.nav-tabs .nav-link {
  border-bottom: 0.214rem solid transparent;
}
.nav-tabs .nav-link {
  color: rgba(0, 0, 0, 0.54);
}
.nav-tabs .nav-link.active {
  color: rgba(0, 0, 0, 0.87);
  border-color: theme-color(primary);
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
  border-color: theme-color(primary);
}
.nav-tabs .nav-link.disabled {
  color: rgba(0, 0, 0, 0.26);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:hover, .nav-tabs .nav-link.disabled:focus {
  color: rgba(0, 0, 0, 0.26);
}
.nav-tabs.bg-primary .nav-link {
  color: white;
}
.nav-tabs.bg-primary .nav-link.active {
  color: #fff;
  border-color: #fff;
}
.nav-tabs.bg-primary .nav-link.active:hover, .nav-tabs.bg-primary .nav-link.active:focus {
  border-color: #fff;
}
.nav-tabs.bg-primary .nav-link.disabled {
  color: rgba(255, 255, 255, 0.84);
}
.nav-tabs.bg-primary .nav-link.disabled, .nav-tabs.bg-primary .nav-link.disabled:hover, .nav-tabs.bg-primary .nav-link.disabled:focus {
  color: rgba(255, 255, 255, 0.84);
}
.nav-tabs.bg-dark .nav-link {
  color: white;
}
.nav-tabs.bg-dark .nav-link.active {
  color: #fff;
  border-color: #fff;
}
.nav-tabs.bg-dark .nav-link.active:hover, .nav-tabs.bg-dark .nav-link.active:focus {
  border-color: #fff;
}
.nav-tabs.bg-dark .nav-link.disabled {
  color: rgba(255, 255, 255, 0.84);
}
.nav-tabs.bg-dark .nav-link.disabled, .nav-tabs.bg-dark .nav-link.disabled:hover, .nav-tabs.bg-dark .nav-link.disabled:focus {
  color: rgba(255, 255, 255, 0.84);
}

.nav .nav-item {
  position: relative;
}

.navbar {
  z-index: 1;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.navbar .navbar-brand {
  position: relative;
}
.navbar > .container {
  flex: 1;
}

.navbar-dark .form-control, .navbar-dark .custom-file-control {
  color: #fff;
}
.navbar-dark .form-control::placeholder, .navbar-dark .custom-file-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.alert {
  border: 0;
  border-radius: 0;
}

.progress {
  height: 4px;
  background: #c8c8c8;
  border-radius: 0;
  box-shadow: none;
}
.progress .progress-bar {
  box-shadow: none;
}

.page-item:first-child .page-link {
  border-top-left-radius: 4em;
  border-bottom-left-radius: 4em;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4em;
  border-bottom-right-radius: 4em;
  margin-right: 0;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  display: flex;
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
}
.page-item:first-child .page-link > .material-icons, .page-item:last-child .page-link > .material-icons {
  font-size: 1.5em;
}

.page-link {
  min-width: 2.6em;
  margin-right: 0.5em;
  text-align: center;
  border-radius: 4em;
}
.page-link:hover, .page-link:focus {
  text-decoration: none;
}

.pagination-lg .page-link {
  min-width: 2.8em;
}
.pagination-lg .page-link {
  padding: 0.75rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4em;
  border-bottom-left-radius: 4em;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4em;
  border-bottom-right-radius: 4em;
}

.pagination-sm .page-link {
  min-width: 2.2em;
}
.pagination-sm .page-link {
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 4em;
  border-bottom-left-radius: 4em;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 4em;
  border-bottom-right-radius: 4em;
}

h6 {
  font-weight: 500;
}

.tooltip-arrow {
  display: none;
}

.card {
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card .card-header {
  padding: 1rem;
  background-color: transparent;
}
.card .card-block {
  padding: 1.5rem 1rem 1rem;
}
.card h1.card-title,
.card h2.card-title,
.card h3.card-title,
.card h4.card-title,
.card h5.card-title,
.card h6.card-title {
  font-size: 1.5rem;
  font-weight: 300;
}
.card .bmd-card-actions,
.card it may be necessary .card-footer {
  padding: 0.5rem;
}
.card.bmd-card-raised {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .card.bmd-card-flat {
    box-shadow: none;
  }
}

.modal-content {
  border: 0;
  border-radius: 0.125rem;
}
.modal-content .modal-header {
  padding: 24px 24px 0;
  border-bottom: 0;
}
.modal-content .modal-body {
  padding: 20px 24px 24px;
}
.modal-content .modal-footer {
  padding: 8px 8px 8px 24px;
  border-top: 0;
}
.modal-content .modal-footer .btn, .modal-content .modal-footer .custom-file-control::before {
  margin: 0;
}
.modal-content .modal-footer .btn + .btn, .modal-content .modal-footer .custom-file-control::before + .btn, .modal-content .modal-footer .btn + .custom-file-control::before, .modal-content .modal-footer .custom-file-control::before + .custom-file-control::before {
  margin-left: 8px;
}

.dropdown-menu {
  display: none;
  padding: 0.25rem 0;
  border: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform, opacity;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .dropdown-menu {
    padding: 0.5rem 0;
  }
}
.dropdown-menu.showing {
  animation-name: bmd-dropdown-animation;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.open > .dropdown-menu, .dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: scale(1);
}
.dropdown-menu.hiding {
  display: block;
  opacity: 0;
  transform: scale(0);
}
.dropdown-menu[x-placement=bottom-start], .dropdown-menu.dropdown-menu-left {
  transform-origin: 0 0;
}
.dropdown-menu[x-placement=bottom-end], .dropdown-menu.dropdown-menu-right {
  transform-origin: 100% 0;
}
.dropdown-menu[x-placement=top-start] {
  transform-origin: 0 100%;
}
.dropdown-menu[x-placement=top-end] {
  transform-origin: 100% 100%;
}
.dropdown-menu .dropdown-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  min-width: 7rem;
  max-width: 17.5rem;
  min-height: 3rem;
  padding: 0.8rem 1rem 0.8rem 1rem;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background-color: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  .dropdown-menu .dropdown-item {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.dropdown-toggle.bmd-btn-icon::after, .dropdown-toggle.bmd-btn-fab::after {
  display: none;
}
.dropdown-toggle.bmd-btn-icon ~ .dropdown-menu.dropdown-menu-top-left, .dropdown-toggle.bmd-btn-icon ~ .dropdown-menu.dropdown-menu-top-right, .dropdown-toggle.bmd-btn-fab ~ .dropdown-menu.dropdown-menu-top-left, .dropdown-toggle.bmd-btn-fab ~ .dropdown-menu.dropdown-menu-top-right {
  bottom: 2rem;
}
.dropdown-toggle.bmd-btn-fab-sm ~ .dropdown-menu.dropdown-menu-top-left, .dropdown-toggle.bmd-btn-fab-sm ~ .dropdown-menu.dropdown-menu-top-right {
  bottom: 2.5rem;
}
.dropdown-toggle.bmd-btn-icon ~ .dropdown-menu {
  margin: 0;
}
.show .dropdown-toggle.btn, .show .dropdown-toggle.custom-file-control::before, .show .dropdown-toggle.btn-secondary, .show .dropdown-toggle.btn-success, .show .dropdown-toggle.btn-info, .show .dropdown-toggle.btn-warning, .show .dropdown-toggle.btn-danger {
  background-color: transparent;
}

@keyframes bmd-dropdown-animation {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.bmd-layout-drawer {
  position: absolute;
  z-index: 5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: 100%;
  overflow: visible;
  overflow-y: auto;
  font-size: 0.875rem;
  background: #fff;
  transition: transform;
  will-change: transform;
  transform-style: preserve-3d;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bmd-layout-drawer > * {
  flex-shrink: 0;
}
.bmd-layout-drawer > header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
}
.bmd-layout-drawer > header .navbar-brand {
  padding-left: 1.5rem;
  font-size: 1.25rem;
}
.bmd-layout-drawer > .list-group {
  padding-top: 1rem;
}
.bmd-layout-drawer > .list-group .list-group-item {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
}

*.bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  transform: translateX(-250px);
}
*.bmd-drawer-f-l > .bmd-layout-header,
*.bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}

*.bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  transform: translateX(250px);
}
*.bmd-drawer-f-r > .bmd-layout-header,
*.bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}

*.bmd-drawer-f-t > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transform: translateY(-110px);
}
*.bmd-drawer-f-t > .bmd-layout-content {
  margin-top: 0;
}

*.bmd-drawer-f-b > .bmd-layout-drawer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transform: translateY(110px);
}
*.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0;
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 240px);
  margin-left: 240px;
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 240px;
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 240px);
  margin-right: 240px;
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 240px;
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 100px;
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t > .bmd-layout-drawer {
  transform: translateY(0);
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b > .bmd-layout-drawer {
  transform: translateY(0);
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 100px;
}
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l > .bmd-layout-header,
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0;
}
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r > .bmd-layout-header,
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0;
}
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 0;
}
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px;
  }
}
@media (min-width: 576px) {
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px;
  }
}
@media (min-width: 768px) {
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px;
  }
}
@media (min-width: 992px) {
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px;
  }
}
@media (min-width: 1200px) {
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l > .bmd-layout-header,
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0;
}
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r > .bmd-layout-header,
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0;
}
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 0;
}
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0;
}

.ripple {
  position: relative;
}

.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit;
}
.ripple-container .ripple-decorator {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  opacity: 0;
  transform: scale(1);
  transform-origin: 50%;
}
.ripple-container .ripple-decorator.ripple-on {
  opacity: 0.1;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.ripple-container .ripple-decorator.ripple-out {
  opacity: 0;
  transition: opacity 0.1s linear 0s !important;
}

#snackbar-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.snackbar {
  display: inline-block;
  min-width: 100%;
  max-height: 0;
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0s 0.25s, max-height 0.25s;
  transform: translateY(100%);
}
.snackbar.toast .snackbar-content {
  border-radius: 10rem;
}

.snackbar-content {
  display: block;
  padding: 0.8rem 1.5rem;
  margin-top: 3px;
  font-size: 0.9rem;
  color: #fff;
  background-color: #323232;
  border-radius: 2px;
}
.snackbar-content .btn, .snackbar-content .custom-file-control::before {
  margin-bottom: 0;
}

.snackbar.snackbar-opened {
  max-height: 100px;
  opacity: 1;
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0s 0s, max-height 0.25s;
  transform: translateY(0%);
}

@media (min-width: 576px) {
  #snackbar-container {
    right: 1rem;
    left: 1rem;
    width: 100%;
  }
  .snackbar {
    min-width: 280px;
  }
}
/*--------------------------------------------------------------
# Animate
--------------------------------------------------------------*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: calc(1s);
  animation-duration: calc(1s);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
}
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
}

/*--------------------------------------------------------------
# Mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Theme Styles and Layout
--------------------------------------------------------------*/
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-ExtraLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "wazdan-icons";
  src: url("./fonts/wazdan-icons.ttf?xef8b6") format("truetype"), url("./fonts/wazdan-icons.woff?xef8b6") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kalam-Regular";
  src: url("./fonts/Kalam-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Melted Monster";
  src: url("./fonts/melted-monster.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Wazdan Sans", sans-serif;
  font-variant-ligatures: no-common-ligatures;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  transition: background-color 1s ease;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  height: unset;
  background-color: white;
}

p {
  color: #191919;
}

.panel {
  transition: 0.6s;
}

.color-black {
  background-color: #191919;
}

.color-white {
  background-color: #ffffff;
}

.color-red {
  background-color: #E23535;
}

.follower {
  background: rgba(255, 61, 23, 0.5);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 99999999;
}

#scrollProgres {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  height: 2px;
  width: 0;
}

.modal-open {
  padding-right: 0 !important;
}

.header-main {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
}
.header-main .header {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.header-main .header__inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.header-main .header__inner__top {
  padding: 0px 96px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  z-index: 2;
  background-color: white;
  margin-top: 24px;
  margin-bottom: 24px;
  gap: 35px;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top {
    padding: 0px 0px;
    margin-top: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }
}
.header-main .header__inner__top .header__logo__wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
  gap: 20px;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__logo__wrapper {
    margin-left: 28px;
  }
}
.header-main .header__inner__top .header__logo__wrapper .logo_jprain {
  max-width: 150px;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__logo__wrapper .logo_jprain {
    display: none;
  }
}
.header-main .header__inner__top .header__logo__wrapper .hiring__button {
  margin-bottom: 0;
  margin-left: 20px;
  text-transform: capitalize;
  background-color: #FAFAFA;
  border-radius: 0 10px 10px 0;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  padding: 2px 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: black;
}
.header-main .header__inner__top .header__logo__wrapper .hiring__button:hover {
  color: #FF3D17;
  text-decoration: unset;
}
.header-main .header__inner__top .header__logo__wrapper img {
  width: 100%;
  height: 100%;
  max-height: 24px;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__logo__wrapper img {
    max-width: 110px;
  }
}
.header-main .header__inner__top .sbc_wrapper_desktop {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-left: auto;
  margin-right: -70px;
  margin-top: -30px;
  margin-bottom: -20px;
}
@media only screen and (max-width: 1720px) {
  .header-main .header__inner__top .sbc_wrapper_desktop {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .sbc_wrapper_desktop {
    display: flex;
  }
}
@media (max-width: 768px) {
  .header-main .header__inner__top .sbc_wrapper_desktop {
    display: none;
  }
}
.header-main .header__inner__top .sbc_wrapper_desktop .sbc_button {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 0 21px 0 rgba(205, 24, 122, 0.81), 0 0 4px 0 rgba(205, 24, 122, 0.6), 0 0 7px 0 #CD187A;
  background: #042C29;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 7px 30px;
  text-decoration: none;
  z-index: 9;
  margin-bottom: 17px;
  text-wrap: nowrap;
  border-radius: 50px;
  border: 4px solid #DF7FB3;
}
@media (max-width: 768px) {
  .header-main .header__inner__top .sbc_wrapper_desktop .sbc_button {
    font-size: 16px;
  }
}
.header-main .header__inner__top .sbc_wrapper_desktop .bull1 {
  max-width: 90px;
  width: 100%;
  z-index: 1;
  margin-right: -35px;
  margin-bottom: 10px;
}
.header-main .header__inner__top .sbc_wrapper_desktop .bull2 {
  max-width: 90px;
  width: 100%;
  z-index: 1;
  margin-left: -35px;
  margin-bottom: 10px;
}
.header-main .header__inner__top .sbc_wrapper_mobile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin: auto;
  margin-top: -20px;
  margin-bottom: 0px;
  display: none;
}
@media (max-width: 768px) {
  .header-main .header__inner__top .sbc_wrapper_mobile {
    display: flex;
  }
}
.header-main .header__inner__top .sbc_wrapper_mobile .sbc_button {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 0 21px 0 rgba(205, 24, 122, 0.81), 0 0 4px 0 rgba(205, 24, 122, 0.6), 0 0 7px 0 #CD187A;
  background: #042C29;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 7px 30px;
  text-decoration: none;
  z-index: 9;
  margin-bottom: 17px;
  text-wrap: nowrap;
  border-radius: 50px;
  border: 4px solid #DF7FB3;
}
@media (max-width: 768px) {
  .header-main .header__inner__top .sbc_wrapper_mobile .sbc_button {
    font-size: 16px;
  }
}
.header-main .header__inner__top .sbc_wrapper_mobile .bull1 {
  max-width: 90px;
  width: 100%;
  z-index: 1;
  margin-right: -35px;
  margin-bottom: 10px;
}
.header-main .header__inner__top .sbc_wrapper_mobile .bull2 {
  max-width: 90px;
  width: 100%;
  z-index: 1;
  margin-left: -35px;
  margin-bottom: 10px;
}
.header-main .header__inner__top .header__menu__wrapper {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 0px;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__menu__wrapper {
    order: 1;
    width: 100%;
    margin-left: unset;
    display: none;
  }
  .header-main .header__inner__top .header__menu__wrapper.expand {
    display: flex;
    flex-wrap: wrap;
  }
}
.header-main .header__inner__top .header__menu__wrapper .lang_switcher {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.header-main .header__inner__top .header__menu__wrapper .lang_switcher a:first-child {
  border-right: 1px solid #191919;
  padding-right: 10px;
}
.header-main .header__inner__top .header__menu__wrapper .lang_switcher a:nth-child(2) {
  padding-left: 10px;
}
.header-main .header__inner__top .header__menu__wrapper .lang_switcher a {
  color: #191919;
}
.header-main .header__inner__top .header__menu__wrapper .lang_switcher a:hover {
  text-decoration: none;
  font-weight: bold;
}
.header-main .header__inner__top .header__menu__wrapper nav {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__menu__wrapper nav {
    justify-content: flex-start;
    margin-bottom: 0px;
  }
}
.header-main .header__inner__top .header__menu__wrapper nav .main__menu {
  display: flex;
  list-style: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  column-gap: 22px;
}
@media (max-width: 1400px) {
  .header-main .header__inner__top .header__menu__wrapper nav .main__menu {
    column-gap: 18px;
  }
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__menu__wrapper nav .main__menu {
    flex-direction: column;
    justify-content: center;
    align-items: space-between;
    width: 100%;
    max-height: 500px;
    padding: 0px 28px;
    padding-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__menu__wrapper nav .main__menu li {
    border-bottom: 0.25px solid #808080;
    padding: 12px 0;
    width: 100%;
  }
}
.header-main .header__inner__top .header__menu__wrapper nav .main__menu li.active a.nav-link {
  font-weight: 700;
  color: #C43131;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-main .header__inner__top .header__menu__wrapper nav .main__menu li a.nav-link {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-weight: 600;
  color: waz-dark-color-menu;
  text-transform: capitalize;
  padding: 0;
}
@media (max-width: 1400px) {
  .header-main .header__inner__top .header__menu__wrapper nav .main__menu li a.nav-link {
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
}
.header-main .header__inner__top .header__menu__wrapper nav .main__menu li:hover a {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons {
  margin-bottom: 16px;
  padding: 0 28px;
  gap: 12px;
  display: none;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__menu__wrapper .socials__icons {
    display: flex;
  }
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a {
  border-radius: 50%;
  background: #FAFAFA;
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  padding: 10px;
  width: 34px;
  height: 34px;
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a .linkedin {
  background-image: url("../images/footer/linkedin-red.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a .facebook {
  background-image: url("../images/footer/fb-red.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a .youtube {
  background-image: url("../images/footer/yt-red.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a .instagram {
  background-image: url("../images/footer/instagram-red.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a:hover {
  background-color: #C43131;
  transition: 0.3s;
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a:hover .linkedin {
  background-image: url("../images/footer/linkedin.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a:hover .facebook {
  background-image: url("../images/footer/fb.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a:hover .youtube {
  background-image: url("../images/footer/yt.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a:hover .instagram {
  background-image: url("../images/footer/instagram.svg");
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons {
  display: none;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__menu__wrapper .mobile__buttons {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 12px 24px;
    border-top: 0.5px solid #191919;
    width: 100%;
  }
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons a {
  width: 100%;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons a:hover {
  text-decoration: none;
  cursor: pointer;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .client__login {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .client__login:hover {
  cursor: pointer;
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .client__login:focus {
  border: none;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .client__login:focus-visible {
  border: none;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .client__login {
  padding: 6px 13px;
  max-width: 110px;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .talk {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .talk:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .talk:focus {
  border: none;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .talk:focus-visible {
  border: none;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .talk {
  max-width: 110px;
}
.header-main .header__inner__top .header__input__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__input__wrapper {
    margin-right: 28px;
  }
}
.header-main .header__inner__top .header__input__wrapper div a:hover {
  text-decoration: none;
}
.header-main .header__inner__top .header__input__wrapper svg {
  width: 15px;
}
.header-main .header__inner__top .header__input__wrapper #open {
  background: transparent;
  border: none;
  fill: #191919;
}
.header-main .header__inner__top .header__input__wrapper #open svg {
  width: 25px;
}
.header-main .header__inner__top .header__input__wrapper #open:hover {
  border: none;
}
.header-main .header__inner__top .header__input__wrapper #open:active, .header-main .header__inner__top .header__input__wrapper #open:focus {
  border: none;
}
@media (max-width: 1920px) {
  .header-main .header__inner__top .header__input__wrapper #open {
    width: 34px;
    height: 34px;
    padding: 6px;
  }
}
@media (min-width: 1921px) {
  .header-main .header__inner__top .header__input__wrapper #open {
    padding: 12px;
    width: 44px;
    height: 44px;
  }
}
.header-main .header__inner__top .header__input__wrapper .overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  right: 0;
}
.header-main .header__inner__top .header__input__wrapper .no__results {
  padding: 24px;
  padding-top: 56px;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.header-main .header__inner__top .header__input__wrapper .search-result {
  background: #FAFAFA;
  box-shadow: 0px 8px 8px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  margin-top: 24px;
  position: absolute;
  right: 96px;
  max-width: 840px;
  width: 100%;
  padding: 32px;
  max-height: 90vh;
  overflow-y: scroll;
  z-index: 2;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__input__wrapper .search-result {
    max-width: unset;
    right: 0;
  }
}
.header-main .header__inner__top .header__input__wrapper .search-result::-webkit-scrollbar {
  width: 4px;
}
.header-main .header__inner__top .header__input__wrapper .search-result::-webkit-scrollbar-track {
  background: #191919;
}
.header-main .header__inner__top .header__input__wrapper .search-result::-webkit-scrollbar-thumb {
  background: #e23535;
}
.header-main .header__inner__top .header__input__wrapper .search-result::-webkit-scrollbar-thumb:hover {
  background: #bb2d2d;
}
@media (max-width: 768px) {
  .header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper {
    justify-content: center;
  }
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__results {
  margin: 24px 0 16px 0;
  width: 100%;
  display: block;
  justify-content: space-between;
  margin-bottom: 4px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__results p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #3B3B3B;
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__recent {
  margin: 24px 0 16px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__recent p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #3B3B3B;
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__recent p.clearCookie {
  color: #FF3D17;
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  line-height: 15px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__recent p.clearCookie:hover {
  color: #3B3B3B;
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__recent p.clearCookie:active {
  color: #191919;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper {
  display: block;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper.games__string {
  margin-top: 0px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper.game__img {
  margin-top: 8px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .game_item__string {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .game_item__string a {
  padding: 8px 16px;
  color: #3B3B3B;
  display: block;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .game_item__string a:hover {
  background-color: #3B3B3B;
  color: white;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .feature_item {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .feature_item a {
  padding: 8px 16px;
  color: #3B3B3B;
  display: block;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .feature_item a:hover {
  background-color: #3B3B3B;
  color: white;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .slick-slide img {
  display: block;
  padding: 5px;
  border-radius: 20px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .slick-dots li button {
  height: 30px;
  width: 30px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  margin-top: 12px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string.games__string,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper.games__string,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper.games__string,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper.games__string,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper.games__string {
  margin-top: 0px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string.game__img,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper.game__img,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper.game__img,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper.game__img,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper.game__img {
  margin-top: 8px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item__string,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item__string,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item__string,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item__string,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item__string {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item__string a,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item__string a,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item__string a,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item__string a,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item__string a {
  padding: 8px 16px;
  color: #3B3B3B;
  display: block;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item__string a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item__string a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item__string a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item__string a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item__string a:hover {
  background-color: #3B3B3B;
  color: white;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .feature_item,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .feature_item,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .feature_item,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .feature_item,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .feature_item {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .feature_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .feature_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .feature_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .feature_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .feature_item a {
  padding: 8px 16px;
  color: #3B3B3B;
  display: block;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .feature_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .feature_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .feature_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .feature_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .feature_item a:hover {
  background-color: #3B3B3B;
  color: white;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .post_item,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .post_item,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .post_item,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .post_item,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .post_item {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .post_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .post_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .post_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .post_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .post_item a {
  padding: 8px 16px;
  color: #3B3B3B;
  display: block;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .post_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .post_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .post_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .post_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .post_item a:hover {
  background-color: #3B3B3B;
  color: white;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .site_item,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .site_item,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .site_item,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .site_item,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .site_item {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .site_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .site_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .site_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .site_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .site_item a {
  padding: 8px 16px;
  color: #3B3B3B;
  display: block;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .site_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .site_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .site_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .site_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .site_item a:hover {
  background-color: #3B3B3B;
  color: white;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item {
  width: calc(25% - 9px);
  height: auto;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 1500px) {
  .header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item {
    width: calc(33% - 6px);
  }
  .header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item:nth-child(4),
  .header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item:nth-child(4),
  .header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item:nth-child(4),
  .header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item:nth-child(4),
  .header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1400px) {
  .header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item {
    width: calc(33% - 7px);
  }
}
@media (max-width: 576px) {
  .header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item {
    max-width: 150px;
    width: 100%;
  }
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item {
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  border-radius: 10px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item:hover {
  transform: scale(0.95);
  transition: 0.3s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper {
  margin-top: 0px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking {
  display: flex;
  justify-content: space-between;
  background: #D8D8D8;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  align-items: center;
  padding: 24px;
  margin-top: 24px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .heading {
  width: 100%;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .heading p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .button_wrapper {
  display: flex;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .button_wrapper a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .button_wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .button_wrapper a:focus {
  border: none;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .button_wrapper a:focus-visible {
  border: none;
}
.header-main .header__inner__top .header__input__wrapper .search-result .open {
  cursor: pointer;
}
.header-main .header__inner__top .header__input__wrapper .search-result .input__wrapper {
  display: block;
  padding: 0;
  position: relative;
}
.header-main .header__inner__top .header__input__wrapper .search-result .input__wrapper input {
  width: 100%;
  line-height: 30px;
  outline: 0;
  border: 0;
  font-size: 1em;
  border-radius: 20px;
  padding: 12px 24px;
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .input__wrapper input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.header-main .header__inner__top .header__input__wrapper .search-result .input__wrapper .clear__input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  cursor: pointer;
  z-index: 1;
}
.header-main .header__inner__top .header__input__wrapper .search-result .input__wrapper .close {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(0%, -50%);
}
.header-main .header__inner__top .header__input__wrapper .search-result .close__search__modal {
  width: 30px;
  height: 30px;
  background: transparent;
  color: #FF3D17;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 30px;
  box-shadow: 0px 2px 2px rgba(25, 25, 25, 0.15);
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__input__wrapper .talk__button {
    display: none;
  }
}
.header-main .header__inner__top .header__input__wrapper .talk__button a {
  text-decoration: none;
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.header-main .header__inner__top .header__input__wrapper .talk__button a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.header-main .header__inner__top .header__input__wrapper .language_switcher {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
}
.header-main .header__inner__top .header__input__wrapper .language_switcher .language_link {
  color: #191919;
  font-weight: 700;
  line-height: 1.2rem;
}
.header-main .header__inner__top .header__input__wrapper .language_switcher .active {
  color: #D8292F;
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button {
  display: none;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__input__wrapper .toggle__menu__button {
    display: flex;
    z-index: 0;
    position: relative;
  }
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #FAFAFA;
  border: none;
  cursor: pointer;
  z-index: 99;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger .line {
  display: block;
  width: 70%;
  height: 1px;
  background-color: #ff76ff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s linear;
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger .line:first-of-type {
  top: 35%;
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger .line:nth-of-type(2) {
  top: 50%;
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger .line:last-of-type {
  top: 65%;
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger.expand .line:first-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger.expand .line:nth-of-type(2) {
  opacity: 0;
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger.expand .line:last-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-main .header__inner.expand .header__inner__bottom {
  max-height: 250px;
}
@media (max-width: 1024px) {
  .header-main .header__inner.expand .header__inner__bottom {
    max-height: calc(100vh - 116px);
    height: 100%;
    padding: 0;
  }
}

.logobetsson {
  max-width: 110px;
  width: 100%;
  max-height: 20px;
  margin-left: 3em;
}

.divlogo {
  display: flex;
  align-items: center;
}
.divlogo::before {
  content: "❤";
  padding-right: 20px;
}

.notvisibleLogo {
  display: none;
}

@media (max-width: 1300px) {
  .divlogo {
    display: none;
  }
}
.site-mighty-symbols-diamonds-betsson .game__title > span:nth-child(4) {
  display: none;
}

.site-mighty-symbols-diamonds-betsson .globalAward.black {
  display: none;
}

div.wpforms-container-full,
div.wpforms-container-full .wpforms-form * {
  background: none;
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  float: none;
  font-size: 100%;
  height: auto;
  letter-spacing: normal;
  list-style: none;
  outline: none;
  position: static;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: visible;
  overflow: visible;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

div.wpforms-container-full {
  margin-left: auto;
  margin-right: auto;
}

div.wpforms-container-full .wpforms-form amp-img > img {
  position: absolute;
}

div.wpforms-container-full .wpforms-form input,
div.wpforms-container-full .wpforms-form label,
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form button,
div.wpforms-container-full .wpforms-form textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background: none;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.wpforms-container-full .wpforms-form textarea {
  max-width: 100%;
  width: 100%;
}

div.wpforms-container-full .wpforms-form ul,
div.wpforms-container-full .wpforms-form ul li {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

div.wpforms-container-full .wpforms-form ul li {
  margin-bottom: 5px !important;
}

div.wpforms-container-full .wpforms-form ul li:last-of-type {
  margin-bottom: 0 !important;
}

div.wpforms-container-full .wpforms-form hr {
  border-top: 1px solid #ccc;
  margin: 0.5em auto;
}

div.wpforms-container-full .wpforms-form fieldset {
  min-width: 0;
}

.flatpickr-calendar .flatpickr-current-month select {
  display: initial;
}

@media only screen and (max-width: 600px) {
  .flatpickr-calendar .flatpickr-current-month .numInputWrapper {
    width: calc(6ch - 14px);
  }
  .flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowUp,
  .flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowDown {
    display: none;
  }
}
.wpforms-container .wpforms-form .wpforms-error-alert {
  border: 1px solid #cccccc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.wpforms-container .wpforms-form .wpforms-error-alert {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

div[style*="z-index: 2147483647"] div[style*="border-width: 11px"][style*="position: absolute"][style*="pointer-events: none"] {
  border-style: none;
}

.wpforms-is-turnstile iframe {
  margin-left: -2px !important;
}

.wpforms-container .wpforms-hidden {
  display: none !important;
}

.wpforms-clear:before {
  content: " ";
  display: table;
}

.wpforms-clear:after {
  clear: both;
  content: " ";
  display: table;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 60%;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 120px;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-small,
div.wpforms-container-full .wpforms-form select.wpforms-field-small,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small {
  max-width: 25%;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
  height: 70px;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-large,
div.wpforms-container-full .wpforms-form select.wpforms-field-large,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
  max-width: 100%;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  height: 220px;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 10px 0;
  clear: both;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description,
div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
  font-size: 13px;
  line-height: 1.3;
  margin: 8px 0 0 0;
  word-break: break-word;
  word-wrap: break-word;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #444;
  padding: 15px 15px 0;
  margin-top: 15px;
  height: 125px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 12px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description p {
  color: #444;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description-before,
div.wpforms-container-full .wpforms-form .wpforms-field-description.before {
  margin: 0 0 8px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
  word-break: break-word;
  word-wrap: break-word;
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
  display: block;
  font-size: 13px;
  float: none;
  font-weight: 400;
  line-height: 1.3;
  margin: 4px 0 0;
  padding: 0;
  word-break: break-word;
  word-wrap: break-word;
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.before {
  margin: 0 0 4px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  display: inline;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  word-break: break-word;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide,
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.wpforms-sublabel-hide {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #ff0000;
  font-weight: 400;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row {
  margin-bottom: 8px;
  position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row:last-of-type {
  margin-bottom: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row:before {
  content: "";
  display: table;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row:after {
  clear: both;
  content: "";
  display: table;
}

div.wpforms-container-full .wpforms-form .wpforms-field-address .wpforms-one-half:only-child {
  margin-left: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-five-sixths,
div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
div.wpforms-container-full .wpforms-form .wpforms-four-fifths,
div.wpforms-container-full .wpforms-form .wpforms-one-fifth,
div.wpforms-container-full .wpforms-form .wpforms-one-fourth,
div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-one-sixth,
div.wpforms-container-full .wpforms-form .wpforms-one-third,
div.wpforms-container-full .wpforms-form .wpforms-three-fourths,
div.wpforms-container-full .wpforms-form .wpforms-three-fifths,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
div.wpforms-container-full .wpforms-form .wpforms-two-fifths,
div.wpforms-container-full .wpforms-form .wpforms-two-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
  float: left;
  margin-left: 20px;
  clear: none;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
  width: calc(50% - 10px);
}

div.wpforms-container-full .wpforms-form .wpforms-one-third,
div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
  width: calc(33.3333333333% - 20px);
}

div.wpforms-container-full .wpforms-form .wpforms-one-third.wpforms-first,
div.wpforms-container-full .wpforms-form .wpforms-two-sixths.wpforms-first {
  width: 33.3333333333%;
}

div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
  width: calc(66.6666666667% - 20px);
}

div.wpforms-container-full .wpforms-form .wpforms-four-sixths.wpforms-first,
div.wpforms-container-full .wpforms-form .wpforms-two-thirds.wpforms-first {
  width: 66.6666666667%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
  width: calc(25% - 20px);
}

div.wpforms-container-full .wpforms-form .wpforms-one-fourth.wpforms-first {
  width: 25%;
}

div.wpforms-container-full .wpforms-form .wpforms-three-fourths {
  width: calc(75% - 20px);
}

div.wpforms-container-full .wpforms-form .wpforms-three-fourths.wpforms-first {
  width: 75%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-fifth {
  width: calc(20% - 20px);
}

div.wpforms-container-full .wpforms-form .wpforms-one-fifth.wpforms-first {
  width: 20%;
}

div.wpforms-container-full .wpforms-form .wpforms-two-fifths {
  width: calc(40% - 20px);
}

div.wpforms-container-full .wpforms-form .wpforms-two-fifths.wpforms-first {
  width: 40%;
}

div.wpforms-container-full .wpforms-form .wpforms-three-fifths {
  width: calc(60% - 20px);
}

div.wpforms-container-full .wpforms-form .wpforms-three-fifths.wpforms-first {
  width: 60%;
}

div.wpforms-container-full .wpforms-form .wpforms-four-fifths {
  width: calc(80% - 20px);
}

div.wpforms-container-full .wpforms-form .wpforms-four-fifths.wpforms-first {
  width: 80%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-sixth {
  width: calc(16.6666666667% - 20px);
}

div.wpforms-container-full .wpforms-form .wpforms-one-sixth.wpforms-first {
  width: 16.6666666667%;
}

div.wpforms-container-full .wpforms-form .wpforms-five-sixths {
  width: calc(83.3333333333% - 20px);
}

div.wpforms-container-full .wpforms-form .wpforms-five-sixths.wpforms-first {
  width: 83.3333333333%;
}

div.wpforms-container-full .wpforms-form .wpforms-first {
  clear: both !important;
  margin-left: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li {
  width: 50%;
  display: block;
  padding-right: 26px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
  width: 33.3333%;
  display: block;
  padding-right: 26px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-half {
  float: left;
  width: 48%;
  clear: both;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-half {
  float: right;
  width: 48%;
  clear: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-third {
  float: left;
  width: 30.666666667%;
  clear: both;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-middle-third {
  float: left;
  width: 30.666666667%;
  margin-left: 4%;
  clear: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-third {
  float: right;
  width: 30.666666667%;
  clear: none;
}

div.wpforms-container-full .wpforms-form div.wpforms-last {
  float: right !important;
  margin-right: 0 !important;
  clear: none;
}

div.wpforms-container-full.inline-fields {
  overflow: visible;
}

div.wpforms-container-full.inline-fields .wpforms-form {
  display: flex;
  align-items: flex-end;
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container {
  display: table;
  width: calc(100% - 160px);
  float: left;
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
  display: table-cell;
  padding-right: 2%;
  vertical-align: top;
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
  float: right;
  width: 160px;
  clear: none;
  padding-bottom: 10px;
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit {
  display: block;
  width: 100%;
}

div.wpforms-container-full.inline-fields .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full.inline-fields .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  font-family: inherit;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-form textarea {
  min-height: 38px;
  resize: vertical;
}

div.wpforms-container-full .wpforms-form input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio] {
  border: 1px solid #ccc;
  background-color: #fff;
  width: 14px;
  height: 14px;
  margin: 0 10px 0 3px;
  display: inline-block;
  vertical-align: baseline;
}

div.wpforms-container-full .wpforms-form input[type=radio] {
  border-radius: 50%;
}

div.wpforms-container-full .wpforms-form select {
  max-width: 100%;
  text-transform: none;
  white-space: nowrap;
}

div.wpforms-container-full .wpforms-form select[multiple] {
  height: auto;
  overflow-y: scroll;
  background-image: none;
}

div.wpforms-container-full .wpforms-form input[type=number]:read-only {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

div.wpforms-container-full .wpforms-form input[type=number]:read-only::-webkit-inner-spin-button {
  visibility: hidden;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  padding: 10px 15px;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button {
  font-size: 0.9em;
  font-weight: 400;
  margin: 0 5px;
  min-width: 90px;
  text-align: center;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:focus,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  background-color: #ddd;
  border: 1px solid #ccc;
  cursor: pointer;
}

div.wpforms-container-full .wpforms-form input[type=submit]:disabled,
div.wpforms-container-full .wpforms-form button[type=submit]:disabled,
div.wpforms-container-full .wpforms-form .wpforms-page-button:disabled {
  background-color: #eee;
  border: 1px solid #ddd;
  cursor: default;
  opacity: 0.5;
}

div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form textarea:focus,
div.wpforms-container-full .wpforms-form select:focus,
div.wpforms-container-full .wpforms-form .is-focused .choices__inner,
div.wpforms-container-full .wpforms-form .is-open .choices__inner,
div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
  border: 1px solid #999;
  box-shadow: none;
}

div.wpforms-container-full .wpforms-form input:disabled,
div.wpforms-container-full .wpforms-form textarea:disabled,
div.wpforms-container-full .wpforms-form select:disabled {
  background-color: #f9f9f9;
  border-color: #ddd;
  color: #999;
  cursor: not-allowed;
}

div.wpforms-container-full .wpforms-error-container.wpforms-error-styled-container {
  padding: 10px 0;
  font-size: 15px;
}

div.wpforms-container-full .wpforms-error-container.wpforms-error-styled-container .wpforms-error {
  padding: 6px;
  border: 1px solid #990000;
  border-left: 5px solid;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container,
div.wpforms-container-full .wpforms-form noscript.wpforms-error-noscript {
  color: #990000;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
  display: block;
  color: #990000;
  font-size: 12px;
  float: none;
  cursor: default;
  margin-top: 8px;
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
  border: 1px solid #cc0000;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration label.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code label.wpforms-error {
  display: none !important;
}

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full {
  color: #333;
  margin: 0 auto 24px;
  padding: 15px 15px;
  overflow-wrap: break-word;
}

.wpforms-confirmation-container-full iframe,
div[submit-success] > .wpforms-confirmation-container-full iframe {
  width: 100%;
  border: 0;
}

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #e0ffc7;
  border: 1px solid #b4d39b;
  box-sizing: border-box;
}

.wpforms-confirmation-container-full p,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  color: #333333;
}

.wpforms-confirmation-container-full p:last-of-type,
div[submit-success] > .wpforms-confirmation-container-full p:last-of-type {
  margin: 0;
}

.amp-form-submit-success .wpforms-field-container,
.amp-form-submit-success .wpforms-submit-container {
  display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
  padding: 10px 0 20px 0;
  clear: both;
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container.wpforms-is-turnstile-invisible {
  padding: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container.wpforms-is-turnstile .g-recaptcha,
div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container.wpforms-is-turnstile .h-captcha,
div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container.wpforms-is-turnstile .cf-turnstile {
  line-height: 0;
  font-size: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container.wpforms-is-turnstile .g-recaptcha iframe,
div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container.wpforms-is-turnstile .h-captcha iframe,
div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container.wpforms-is-turnstile .cf-turnstile iframe {
  position: relative !important;
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container iframe {
  width: 100%;
  max-width: 100%;
}

div.wpforms-container-full .wpforms-form .wpforms-title {
  font-size: 26px;
  margin: 0 0 10px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-description {
  margin: 0 0 10px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 10px 0 0 0;
  clear: both;
  position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
  margin-inline-start: 0.5em;
  display: inline-block;
  vertical-align: middle;
  max-width: 26px;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-center {
  text-align: center;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
  text-align: left;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
  margin: 0 10px 0 0;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right {
  text-align: right;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right .wpforms-page-button {
  margin: 0 0 0 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-prev {
  float: left;
  margin: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-next {
  float: right;
  margin: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number {
  margin-right: 100px;
  width: calc(100% - 120px);
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name {
  margin-right: 170px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration select {
  width: 45%;
  float: left;
  display: block;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration span {
  float: left;
  width: 10%;
  text-align: center;
  line-height: 38px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 5px;
  outline: none;
  padding: 0;
  margin: 10px 0 5px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-track {
  color: transparent;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  background: #B5B5B5;
  cursor: pointer;
  border-radius: 100%;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-moz-range-thumb {
  width: 17px;
  height: 17px;
  background: #B5B5B5;
  cursor: pointer;
  border-radius: 100%;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-thumb {
  width: 17px;
  height: 17px;
  background: #B5B5B5;
  cursor: pointer;
  border-radius: 100%;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint {
  font-size: 13px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-stripe-credit-card-cardnumber,
div.wpforms-container-full .wpforms-form input.wpforms-stripe-credit-card-hidden-input {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 8px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-form .wpforms-stripe-element-invalid {
  border: 1px solid #cc0000 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul,
div.wpforms-container-full .wpforms-form .wpforms-field-html ol {
  margin: 0 0 20px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul li,
div.wpforms-container-full .wpforms-form .wpforms-field-html ol li {
  margin: 0 0 5px 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul li {
  list-style: disc !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ol li {
  list-style: decimal !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html li > ul,
div.wpforms-container-full .wpforms-form .wpforms-field-html li > ol {
  margin: 6px 0 0 20px !important;
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-row {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 10px 12px;
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-row::before,
div.wpforms-container-full .wpforms-field-date-time .wpforms-field-row::after {
  position: absolute;
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-date-type-dropdown {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  width: clamp(50% - 12px, 100px, 100%);
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-date-type-dropdown + .wpforms-field-row-block {
  width: clamp(50% - 12px, 100px, 100%);
  flex: 1;
  min-width: 30%;
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-date-type-dropdown .wpforms-field-date-dropdown-wrap {
  width: 100%;
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-date-type-dropdown .wpforms-field-sublabel {
  width: 100%;
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-dropdown-wrap {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  margin: 0 -6px 0 -6px;
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-small {
  width: calc(25% + 12px);
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-small select {
  appearance: none;
  background-image: none;
  padding-left: 5px;
  padding-right: 5px;
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-medium {
  width: calc(60% + 12px);
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-large {
  width: calc(100% + 12px);
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-dropdown-wrap select {
  margin: 0 6px 0 6px;
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-row-block .wpforms-field-date-dropdown-wrap {
  width: 100%;
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-time-date-day,
div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-time-date-month {
  width: calc(30% - 12px);
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-field-date-time-date-year {
  width: calc(40% - 12px);
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-date-type-datepicker {
  width: clamp(50% - 12px, 100px, 100%);
}

div.wpforms-container-full .wpforms-field-date-time .wpforms-date-type-datepicker + .wpforms-field-row-block {
  width: clamp(50%, 100px, 100%);
}

div.wpforms-container-full .wpforms-datepicker-wrap {
  position: relative;
}

div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-datepicker-clear {
  position: absolute;
  background-image: url("../../../pro/images/times-solid-white.svg") !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-color: #cccccc !important;
  background-size: 8px !important;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  transition: all 0.3s;
}

div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-datepicker-clear:hover,
div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-datepicker-clear:focus {
  background-color: red !important;
}

div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-field-small + .wpforms-datepicker-clear {
  right: calc(75% + 10px);
}

div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-field-medium + .wpforms-datepicker-clear {
  right: calc(40% + 10px);
}

div.wpforms-container-full .wpforms-form .wpforms-captcha-math input {
  display: inline-block;
  width: 70px;
  vertical-align: inherit;
  margin: 0 0 0 5px;
}

div.wpforms-container-full .wpforms-form .wpforms-captcha-equation {
  font-size: 16px;
}

div.wpforms-container-full .wpforms-form .wpforms-captcha-question {
  margin: 0 0 4px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating-item {
  padding-right: 6px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating svg {
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  opacity: 0.6;
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.selected svg,
div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.hover svg {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating-wrapper {
  display: inline-block;
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating-labels {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-layout {
  padding: 0;
}

div.wpforms-field-file-upload .wpforms-hide {
  display: none !important;
}

div.wpforms-field-file-upload input[type=file] {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 1px;
  height: auto;
  width: 60%;
  border: none !important;
  box-shadow: none;
}

div.wpforms-field-file-upload input[type=file]::-webkit-file-upload-button {
  padding: 4px 12px;
  font-weight: 400;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.15s ease-out;
}

div.wpforms-field-file-upload input[type=file]:hover::-webkit-file-upload-button {
  background: #eeeeee;
}

div.wpforms-field-file-upload p.wpforms-file-upload-capture-camera-classic {
  margin-top: 20px;
  display: block;
}

div.wpforms-field-file-upload p.wpforms-file-upload-capture-camera-classic a.camera {
  color: var(--wpforms-field-text-color);
  text-decoration: underline;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern {
  border: 2px dashed rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.02);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern.wpforms-with-files {
  padding: 5px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern svg {
  height: 50px;
  width: 50px;
  color: #e27730;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-modern-title {
  font-weight: bold;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-modern-hint {
  color: rgba(0, 0, 0, 0.1);
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern.wpforms-highlighted {
  border-color: #e27730;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  background-size: cover !important;
  margin: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block:hover .wpforms-overlay {
  opacity: 1;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-title {
  position: absolute;
  font-size: 12px;
  color: #fff;
  top: 25px;
  bottom: 10px;
  left: 5px;
  right: 5px;
  overflow-y: auto;
  line-height: 16px;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-left,
div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-right {
  height: 18px;
  width: 1px;
  background: #fff;
  position: absolute;
  display: block;
  z-index: 1;
  right: 9px;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-left {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-right {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block svg {
  height: 25px;
  width: 25px;
  color: rgba(0, 0, 0, 0.1);
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-progress {
  height: 5px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e27730;
  transition: all 0.5s;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern input[type=file] {
  display: none;
}

.wpforms-container .wpforms-field-radio .wpforms-other-input {
  margin-top: 16px;
}

body div.wpforms-container-full .wpforms-camera-link {
  color: #036AAB;
  text-decoration: underline;
  font-size: 16px;
}

body div.wpforms-container-full .wpforms-camera-link:hover {
  text-decoration: none;
}

body div.wpforms-container-full .wpforms-camera-link:focus {
  outline: 2px solid #036AAB;
  outline-offset: 2px;
  text-decoration: none;
}

body div.wpforms-container-full .wpforms-field-camera .wpforms-camera-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  line-height: 100%;
  cursor: pointer;
  padding: 0 15px;
  border: 1px solid #ccc;
  height: 41px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
}

body div.wpforms-container-full .wpforms-field-camera .wpforms-camera-button:hover,
body div.wpforms-container-full .wpforms-field-camera .wpforms-camera-button:focus {
  border-color: #bbb;
}

body div.wpforms-container-full .wpforms-field-camera .wpforms-camera-button svg {
  fill: #bbb;
  width: 1.1em;
  height: auto;
  flex-shrink: 0;
  vertical-align: middle;
}

body div.wpforms-container-full .wpforms-field-camera input[type=file] {
  display: none;
}

body div.wpforms-container-full .wpforms-field-camera .wpforms-camera-selected-file {
  display: none;
  align-items: center;
  gap: 10px;
  color: #777777;
  font-size: 15px;
}

body div.wpforms-container-full .wpforms-field-camera .wpforms-camera-selected-file svg {
  fill: #D63638;
  cursor: pointer;
}

body div.wpforms-container-full .wpforms-field-camera .wpforms-camera-selected-file svg:hover {
  opacity: 0.75;
}

body div.wpforms-container-full .wpforms-field-camera .wpforms-camera-selected-file .wpforms-camera-remove-file {
  height: 15px;
}

body div.wpforms-container-full .wpforms-field-camera .wpforms-camera-selected-file.wpforms-camera-selected-file-active {
  display: inline-flex;
}

body div.wpforms-container-full .wpforms-layout-column-33 .wpforms-camera-selected-file.wpforms-camera-selected-file-active {
  display: block;
}

body div.wpforms-container-full .wpforms-layout-column-33 .wpforms-camera-selected-file.wpforms-camera-selected-file-active button {
  margin-left: 5px;
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-actions {
  justify-content: space-between;
  position: relative;
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-video-countdown {
  font-family: monospace;
  font-size: 14px;
  color: #999999;
  flex: 0 0 auto;
  font-weight: 500;
  min-width: 120px;
  text-align: left;
  white-space: nowrap;
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-video-countdown span {
  display: inline-block;
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-video-countdown div {
  display: inline;
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-capture,
body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-countdown,
body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-stop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-capture {
  background-color: #D63638;
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-capture:hover {
  background-color: #b32d2e;
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-stop {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #D63638;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-stop:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 4px;
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-stop:hover {
  background-color: #b32d2e;
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-buttons button {
  border: none;
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-cancel {
  width: 26px;
  background: url(../../../pro/images/camera-video.svg) no-repeat center;
}

body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-crop {
  background: url(../../../images/crop.svg) no-repeat center;
}

body div.wpforms-container-full div.wpforms-camera-modal {
  background: #FFFFFF;
  max-width: 100%;
  width: 540px;
  height: 440px;
  display: flex;
  flex-direction: column;
  border-radius: 9px;
  box-shadow: -4px 5px 15px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  z-index: 1000000;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-header {
  display: flex;
  height: 62px;
  padding: 16px 30px;
  justify-content: space-between;
  align-items: center;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-header .wpforms-camera-modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #444444;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-header .wpforms-camera-modal-close {
  cursor: pointer;
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-header .wpforms-camera-modal-close svg {
  fill: #BBBBBB;
  width: 12px;
  height: 12px;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-header .wpforms-camera-modal-close:hover {
  opacity: 0.75;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content {
  min-height: 300px;
  background-color: #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  justify-content: center;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview video {
  max-width: 100%;
  height: auto;
  width: auto;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview .wpforms-camera-captured-photo {
  max-width: 100%;
  height: auto;
  width: auto;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview cropper-canvas {
  min-height: 0;
  width: 100%;
  height: 100%;
  display: block;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview cropper-canvas cropper-shade {
  outline-style: solid;
  outline-color: rgba(0, 0, 0, 0.75);
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview cropper-canvas cropper-image {
  max-width: 100%;
  max-height: 100%;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview cropper-canvas cropper-handle::after {
  width: 8px !important;
  height: 8px !important;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview cropper-canvas cropper-selection {
  min-width: auto;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview cropper-canvas cropper-handle {
  background-color: transparent;
  height: 15px;
  position: absolute;
  width: 15px;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview cropper-canvas cropper-handle[action=move] {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview cropper-canvas cropper-grid {
  position: absolute;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview cropper-canvas cropper-grid[bordered] {
  border: 2px solid #fff !important;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-error {
  display: none;
  padding: 20px;
  text-align: center;
  color: #d63637;
  font-size: 16px;
  line-height: 1.5;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer {
  height: 78px;
  min-height: 78px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e6e9ec;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-text {
  font-size: 14px;
  color: #555;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions button {
  border: none;
  outline: none;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-capture {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #036AAB;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-capture:hover,
body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-capture:focus {
  outline: none;
  background-color: #215d8f;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-capture:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-capture,
body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-countdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-flip {
  display: none;
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(../../../pro/images/camera-rotate.svg) no-repeat center;
  cursor: pointer;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-flip:hover {
  opacity: 0.75;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-countdown {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 24px;
  font-weight: 500;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-countdown svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  transform: rotate(-90deg);
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-countdown circle {
  cx: 24px;
  cy: 24px;
  r: 22px;
  stroke-width: 4px;
  fill: none;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-countdown circle.bg {
  stroke: #dedede;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-countdown circle.progress {
  stroke: #036AAB;
  stroke-linecap: round;
  transform-origin: 24px 24px;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-countdown.animate circle.progress {
  animation: wpforms-camera-countdown 3s linear forwards;
}

@keyframes wpforms-camera-countdown {
  0% {
    stroke-dasharray: 0 138.22996px;
  }
  100% {
    stroke-dasharray: 138.22996px 0;
  }
}
body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons button {
  border: none;
  outline: none;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons button:focus {
  outline: none;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-cancel {
  width: 24px;
  height: 24px;
  background: url(../../../pro/images/camera.svg) no-repeat center;
  cursor: pointer;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-cancel:hover {
  opacity: 0.75;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-accept,
body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-accept-crop {
  font-size: 15px;
  padding: 0 15px;
  background-color: #036AAB;
  color: #fff;
  border-radius: 3px;
  height: 41px;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-accept:hover,
body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-accept:focus,
body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-accept-crop:hover,
body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-accept-crop:focus {
  background-color: #215d8f;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-crop {
  visibility: hidden;
  width: 24px;
  height: 24px;
  background: url(../../../pro/images/crop.svg) no-repeat center;
  cursor: pointer;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-crop:hover {
  opacity: 0.75;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-crop-cancel {
  width: 24px;
  height: 24px;
  background: url(../../../pro/images/cancel.svg) no-repeat center;
  cursor: pointer;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-crop-cancel:hover {
  opacity: 0.75;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-cancel-video {
  width: 24px;
  height: 24px;
  background: url(../../../pro/images/trash.svg) no-repeat center;
  cursor: pointer;
}

body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-cancel-video:hover {
  opacity: 0.75;
}

body.wpforms-camera-modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  body div.wpforms-container-full div.wpforms-camera-modal {
    height: 75vh;
    max-height: 75vh;
    width: 90vw;
    max-width: 90vw;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-header {
    padding: 20px 16px;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content {
    min-height: 0;
    height: 100%;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview {
    height: auto;
    width: 100%;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer {
    padding: 0 20px;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-flip.wpforms-camera-flip-active {
    display: block;
  }
  body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-flip {
    position: static;
  }
  body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video .wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-video-countdown span {
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  body div.wpforms-container-full div.wpforms-camera-modal {
    flex-direction: row;
    width: 80vw;
    max-width: 90vw;
    height: 75vh;
    max-height: 75vh;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content {
    min-height: 0;
    height: 100%;
    flex-grow: 1;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview {
    height: auto;
    width: auto;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-content .wpforms-camera-preview .wpforms-camera-captured-photo {
    object-fit: cover;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-header {
    flex-direction: column-reverse;
    height: 100%;
    padding: 20px 16px;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-header .wpforms-camera-modal-title {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: center;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer {
    height: 100%;
    flex-direction: row;
    padding: 20px 0;
    width: 78px;
    min-width: 78px;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions {
    justify-content: center;
    display: flex;
    flex-direction: column-reverse;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-capture,
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-countdown,
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-stop {
    position: relative;
    left: auto;
    transform: none;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-flip {
    left: calc(100% - 52px);
    top: 20px;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-flip.wpforms-camera-flip-active {
    display: block;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons {
    flex-direction: column-reverse;
    height: 100%;
  }
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-accept,
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-buttons .wpforms-camera-accept-crop {
    transform: rotate(-90deg);
    transform-origin: center;
    width: max-content;
  }
  body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video div.wpforms-camera-modal .wpforms-camera-preview {
    max-height: 100%;
  }
  body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video div.wpforms-camera-modal .wpforms-camera-preview video {
    max-height: 100%;
    object-fit: cover;
  }
  body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video div.wpforms-camera-modal .wpforms-camera-preview .wpforms-camera-captured-photo {
    object-fit: cover;
  }
  body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions {
    height: 100%;
  }
  body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-capture,
  body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-countdown,
  body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-stop {
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-flip {
    position: static;
  }
  body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-video-countdown {
    min-width: auto;
  }
  body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-video-countdown span {
    text-align: center;
  }
  body div.wpforms-container-full div.wpforms-camera-modal-overlay.wpforms-camera-format-video div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-modal-actions .wpforms-camera-video-countdown div {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body div.wpforms-container-full div.wpforms-camera-modal .wpforms-camera-modal-footer .wpforms-camera-video-countdown div {
    display: none !important;
  }
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices label:not(.wpforms-error) {
  cursor: pointer;
  position: relative;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices label input {
  top: 50%;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-modern li {
  margin: 5px 5px 5px 5px !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 20px 20px 18px 20px;
  transition: all 0.5s;
  text-align: center;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):hover,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):focus {
  border: 1px solid #ddd;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern li:has(input:checked) label {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after {
  content: "✔";
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  background: green;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.5s;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-image:after,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern li:has(input:checked) .wpforms-image-choices-image:after {
  opacity: 1;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image {
  display: block;
  position: relative;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern li:has(input:checked) .wpforms-image-choices-label {
  font-weight: 700;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
  display: block;
  margin-top: 12px;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-classic li {
  margin: 0 10px 10px 0 !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error) {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 10px;
  text-align: center;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error):hover,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error):focus {
  border-color: #ddd;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-image {
  display: block;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-selected label,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic li:has(input:checked) label {
  border-color: #666 !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-label {
  display: block;
  margin-top: 8px;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices,
div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices * {
  box-sizing: border-box;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 1px 0 1px !important;
  margin: 12px 0 -20px 0 !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices + .wpforms-field-description,
div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices + .wpforms-error {
  margin-top: 15px;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices li {
  min-width: 120px;
  padding-right: 0 !important;
  margin: 0 0 20px 0 !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices label {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-icon {
  display: block;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices svg {
  margin: 0 auto;
  fill: var(--wpforms-icon-choices-color);
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-none svg {
  margin: 0;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default li,
div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
  margin: 0 0 22px 0 !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default label {
  text-align: center;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default label:focus-within .wpforms-icon-choices-icon {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding: 15px 20px 45px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #cccccc;
  border-radius: 6px;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:hover {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon svg {
  position: relative;
  z-index: 2;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon-bg {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  background-color: #ffffff;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon,
div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon {
  background-color: transparent;
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
  box-sizing: border-box;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon-bg,
div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon-bg {
  background-color: var(--wpforms-icon-choices-color);
  opacity: 0.1;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label {
  background-color: #ffffff !important;
  box-shadow: 0 0 0 1px #cccccc;
  border-radius: 6px;
  height: 100%;
  padding: 20px 20px 15px 20px;
  text-align: center;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li:focus-within label {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label,
div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li:has(input:checked) label {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color), 0 2px 10px rgba(0, 0, 0, 0.15);
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li .wpforms-icon-choices-icon {
  margin-bottom: 10px;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label {
  background-color: #ffffff !important;
  height: 100%;
  padding: 20px 20px 15px 20px;
  text-align: center;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label:hover {
  box-shadow: 0 0 0 1px #999999;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li:focus-within label {
  box-shadow: 0 0 0 1px #999999;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li.wpforms-selected label,
div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li:has(input:checked) label {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li .wpforms-icon-choices-icon {
  margin-bottom: 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-radio ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,
div.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #cccccc;
  border-radius: 50%;
  margin: 15px auto 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,
div.wpforms-container-full .wpforms-form .wpforms-field-radio ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before,
div.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,
div.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,
div.wpforms-container-full .wpforms-form .wpforms-field-radio ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after,
div.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,
div.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 19px;
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--wpforms-icon-choices-color);
  border-radius: 50%;
}

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,
div.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #cccccc;
  border-radius: 3px;
  margin: 15px auto 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,
div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before,
div.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,
div.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:before {
  box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
}

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,
div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after,
div.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,
div.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li:has(input:checked) .wpforms-icon-choices-icon:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 23px;
  left: calc(50% - 6px);
  width: 6px;
  height: 10px;
  border-style: solid;
  border-color: var(--wpforms-icon-choices-color);
  border-width: 0 2px 2px 0;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices,
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices {
  flex-direction: row;
  flex-wrap: wrap;
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices li,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices li,
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices li {
  margin-right: 20px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-default li,
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
  margin-right: 22px !important;
  margin-bottom: 22px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices li {
  width: calc(50% - 10px);
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices li:nth-child(2n) {
  margin-right: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
  width: calc(50% - 11px);
}

div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices li {
  width: calc(33.3333333333% - 13.3333333333px);
}

div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices li:nth-child(3n) {
  margin-right: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
  width: calc(33.3333333333% - 14.6666666667px);
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices li {
  width: auto;
  max-width: calc(25% - 20px);
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator {
  margin: 0 0 20px 0;
  overflow: hidden;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
  float: left;
  margin: 0 20px 0 0;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page:last-of-type {
  margin: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 40px;
  text-align: center;
  background-color: #ddd;
  color: #666;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number {
  color: #fff;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page {
  float: left;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
  display: block;
  text-indent: -9999px;
  height: 6px;
  background-color: #ddd;
  margin: 0 0 16px 0;
  position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-triangle {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: transparent transparent transparent transparent;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress {
  font-size: 18px;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
  display: block;
  width: 100%;
  background-color: #ddd;
  height: 18px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 5px 0 0;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-select select > option {
  color: inherit;
}

div.wpforms-container-full .wpforms-form .wpforms-field-select select > option.placeholder,
div.wpforms-container-full .wpforms-form .wpforms-field-select select > option[disabled] {
  color: inherit;
  opacity: 0.5;
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] {
  padding: 0;
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) and (-webkit-hyphens: none) {
  div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] {
    padding: 10px 8px;
  }
}
div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option {
  padding: 8px 10px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option.placeholder,
div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option[disabled] {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option:checked {
  background-color: lightgrey;
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) and (-webkit-hyphens: none) {
  div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
    text-indent: 2px;
  }
}
div.wpforms-container-full .wpforms-form .choices {
  font-size: 16px;
  color: #333;
}

div.wpforms-container-full .wpforms-form .choices .choices__list--single {
  font-size: 1em;
  line-height: normal;
}

div.wpforms-container-full .wpforms-form .choices.is-open.is-flipped .choices__inner,
div.wpforms-container-full .wpforms-form .choices.is-open .choices__list--dropdown {
  border-radius: 0 0 2px 2px;
}

div.wpforms-container-full .wpforms-form .choices.is-open.is-flipped .choices__list--dropdown,
div.wpforms-container-full .wpforms-form .choices.is-open .choices__inner {
  border-radius: 2px 2px 0 0;
}

div.wpforms-container-full .wpforms-form .choices .choices__inner {
  min-height: 38px;
  line-height: 38px;
  border-radius: 2px;
  padding-top: 0;
}

div.wpforms-container-full .wpforms-form .choices input.choices__input {
  display: inline-block;
  height: auto;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-form .choices ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

div.wpforms-container-full .wpforms-form .choices ::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

div.wpforms-container-full .wpforms-form .choices :-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--multiple:empty + .choices__input {
  min-width: 100% !important;
  text-overflow: ellipsis;
  padding-right: 4px !important;
  margin-bottom: 1px !important;
  white-space: nowrap;
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner input[disabled] {
  opacity: 1;
}

div.wpforms-container-full .wpforms-notice {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 12px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 20px 36px 20px 26px;
  position: relative;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: top;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:before,
div.wpforms-container-full .wpforms-notice .wpforms-delete:after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:before {
  height: 2px;
  width: 50%;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:after {
  height: 50%;
  width: 2px;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:hover,
div.wpforms-container-full .wpforms-notice .wpforms-delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

div.wpforms-container-full .wpforms-notice a {
  text-decoration: underline;
}

div.wpforms-container-full .wpforms-notice p {
  margin: 0 0 20px 0;
}

div.wpforms-container-full .wpforms-notice p:last-of-type {
  margin-bottom: 0;
}

div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-info {
  border-color: #3273dc;
}

div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-success {
  border-color: #23d160;
}

div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-warning {
  border-color: #ffdd57;
}

div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-error {
  border-color: #ff3860;
}

div.wpforms-container-full .wpforms-notice .wpforms-notice-actions {
  margin-top: 20px;
}

div.wpforms-container-full .wpforms-notice .wpforms-notice-action {
  border: 2px solid;
  margin-right: 20px;
  padding: 5px;
  text-decoration: none;
}

div.wpforms-container-full .wpforms-notice .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice .wpforms-notice-action:active {
  color: #fff;
}

div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:active {
  background-color: #3273dc;
}

div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:active {
  background-color: #23d160;
}

div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:active {
  background-color: #ffdd57;
  color: inherit;
}

div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:active {
  background-color: #ff3860;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small.wp-editor-area {
  height: 100px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium.wp-editor-area {
  height: 250px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large.wp-editor-area {
  height: 400px;
}

.wpforms-preview-notice-links {
  line-height: 2.4;
}

.wpforms-preview-notice {
  background-color: #fcf9e8;
  border: 1px solid #f5e6ab;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
}

.wpforms-preview-notice p {
  margin: 0;
}

div.wpforms-container-full {
  margin: 24px auto;
}

div.wpforms-container-full .wpforms-form h3 {
  font-size: 24px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-hp {
  display: none !important;
  position: absolute !important;
  left: -9000px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-hidden {
  display: none;
  padding: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-screen-reader-element {
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  width: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  word-wrap: normal !important;
}

div.wpforms-container-full .wpforms-form .wpforms-limit-text {
  font-size: 13px;
  display: block;
}

body.rtl .wpforms-field-phone input[type=tel] {
  direction: ltr;
  unicode-bidi: embed;
  text-align: right;
}

body.rtl .wpforms-container-full .wpforms-form .wpforms-first {
  float: right;
}

body.rtl .wpforms-container-full .wpforms-form .wpforms-first + .wpforms-one-half {
  margin-right: 4%;
  margin-left: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container ul li {
  list-style: inside !important;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container ol li {
  list-style: inside decimal !important;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container a {
  text-decoration: underline !important;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container del {
  text-decoration: line-through !important;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container blockquote {
  padding-left: 20px;
  border-left: 4px solid;
  font-style: italic;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content .wpforms-single-item-price {
  width: calc(60% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content .wpforms-single-item-price.wpforms-field-small {
  text-wrap: balance;
  width: calc(25% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content .wpforms-single-item-price.wpforms-field-large {
  width: calc(100% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-payment-single .wpforms-single-item-price-content select.wpforms-payment-quantity {
  margin-left: 0;
  height: 30px;
  min-height: 30px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price {
  display: inline-block;
  max-width: calc(60% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-small {
  max-width: calc(25% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-large {
  max-width: calc(100% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-quantity {
  display: inline-block;
  margin-inline-start: 15px;
  width: 70px;
  min-width: 70px;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  align-items: flex-start;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-label {
  min-width: 100%;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .choices {
  margin-bottom: 5px;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row {
  flex-grow: 1;
  max-width: calc(60% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row.wpforms-field-small {
  max-width: calc(25% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row.wpforms-field-large {
  max-width: calc(100% - 85px);
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-payment-quantity {
  flex-basis: 70px;
  max-width: 70px;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-payment-quantity .choices__list--dropdown {
  min-width: 70px;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-description {
  flex-basis: 100%;
  margin-top: 0;
}

.wpforms-container .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-error {
  flex-basis: 100%;
}

@media only screen and (max-width: 600px) {
  .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price {
    width: calc(100% - 85px) !important;
    max-width: 100% !important;
  }
  .wpforms-form .wpforms-payment-quantities-enabled .wpforms-single-item-price-content .wpforms-single-item-price {
    width: calc(100% - 70px) !important;
  }
  .wpforms-form .wpforms-payment-quantities-enabled.wpforms-field-select-style-modern .wpforms-field-row {
    width: calc(100% - 85px) !important;
    max-width: 100% !important;
  }
}
#wpforms-form-page-page .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-medium,
#wpforms-form-page-page .wpforms-form .wpforms-payment-quantities-enabled select.wpforms-payment-price.wpforms-field-small {
  max-width: calc(100% - 85px);
}

.wpforms-container .wpforms-form .wpforms-order-summary-container,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container,
.wpforms-confirmation-container-full .wpforms-order-summary-container {
  display: block;
  max-width: 60%;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container *,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container *,
.wpforms-confirmation-container-full .wpforms-order-summary-container * {
  word-break: break-word;
  box-sizing: border-box;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview {
  width: 100%;
  table-layout: fixed;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th {
  text-align: center;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
  text-align: left;
}

.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
  text-align: right;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity {
  width: 8ch;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short {
  display: none;
}

@media (max-width: 600px) {
  .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,
  .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity,
  .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,
  .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity,
  .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity,
  .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity {
    width: 4ch;
  }
  .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
  .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
  .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
  .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
  .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short,
  .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-short {
    display: inline;
  }
  .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full,
  .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full,
  .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full,
  .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full,
  .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full,
  .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-quantity .wpforms-order-summary-item-quantity-label-full {
    display: none;
  }
}
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
  width: 6ch;
  text-align: right;
}

.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
  text-align: left;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
  text-align: left;
}

.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
  text-align: right;
}

.wpforms-container .wpforms-form .size-large > .wpforms-order-summary-container,
.wpforms-container .wpforms-form .wpforms-field-large > .wpforms-order-summary-container,
.wpforms-confirmation-container-order-summary .size-large > .wpforms-order-summary-container,
.wpforms-confirmation-container-order-summary .wpforms-field-large > .wpforms-order-summary-container,
.wpforms-confirmation-container-full .size-large > .wpforms-order-summary-container,
.wpforms-confirmation-container-full .wpforms-field-large > .wpforms-order-summary-container {
  max-width: 100%;
}

.wpforms-container .wpforms-form .size-medium > .wpforms-order-summary-container,
.wpforms-container .wpforms-form .wpforms-field-medium > .wpforms-order-summary-container,
.wpforms-confirmation-container-order-summary .size-medium > .wpforms-order-summary-container,
.wpforms-confirmation-container-order-summary .wpforms-field-medium > .wpforms-order-summary-container,
.wpforms-confirmation-container-full .size-medium > .wpforms-order-summary-container,
.wpforms-confirmation-container-full .wpforms-field-medium > .wpforms-order-summary-container {
  max-width: 60%;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview {
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  border-collapse: separate;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td {
  border-top: 1px solid #e2e2e2;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th {
  font-weight: 400;
  border: none;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th {
  padding: 9px 0;
  line-height: 20px;
  background: none;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
  text-wrap: balance;
  padding-left: 10px;
}

.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-label,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-label {
  padding-right: 10px;
  padding-left: 0;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
  padding-right: 10px;
}

.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td.wpforms-order-summary-item-price,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr th.wpforms-order-summary-item-price {
  padding-left: 10px;
  padding-right: 0;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
  padding-left: 10px;
}

.rtl .wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
.rtl .wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td,
.rtl .wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-placeholder td {
  padding-right: 10px;
  padding-left: 0;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td {
  font-weight: 700;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container,
.wpforms-confirmation-container-full .wpforms-order-summary-container {
  font-size: 16px;
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview {
  border-color: color-mix(in srgb, currentColor 25%, transparent);
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr td:not(.wpforms-order-summary-preview-total),
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr td:not(.wpforms-order-summary-preview-total),
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr td:not(.wpforms-order-summary-preview-total) {
  color: color-mix(in srgb, currentColor 50%, transparent);
  border-color: color-mix(in srgb, currentColor 50%, transparent);
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-coupon-total td.wpforms-order-summary-item-price,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-coupon-total td.wpforms-order-summary-item-price,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-coupon-total td.wpforms-order-summary-item-price {
  color: #990000;
  border-color: color-mix(in srgb, black 25%, transparent);
}

.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,
.wpforms-container .wpforms-form .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,
.wpforms-confirmation-container-order-summary .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-total td,
.wpforms-confirmation-container-full .wpforms-order-summary-container table.wpforms-order-summary-preview tr.wpforms-order-summary-preview-subtotal td {
  color: currentColor;
  border-color: color-mix(in srgb, currentColor 25%, transparent);
}

.wpforms-confirmation-container-order-summary .wpforms-order-summary-container,
.wpforms-confirmation-container-full .wpforms-order-summary-container {
  max-width: 100%;
  margin-bottom: 24px;
}

.wpforms-confirmation-container-order-summary .wpforms-order-summary-container tr td,
.wpforms-confirmation-container-full .wpforms-order-summary-container tr td {
  color: color-mix(in srgb, currentColor 75%, transparent);
}

.wpforms-field.wpf-disable-field select,
.wpforms-field.wpf-disable-field textarea,
.wpforms-field.wpf-disable-field button,
.wpforms-field.wpf-disable-field input[type=text],
.wpforms-field.wpf-disable-field input[type=number],
.wpforms-field.wpf-disable-field input[type=email],
.wpforms-field.wpf-disable-field input[type=url],
.wpforms-field.wpf-disable-field input[type=tel],
.wpforms-field.wpf-disable-field input[type=password],
.wpforms-field.wpf-disable-field input[type=radio],
.wpforms-field.wpf-disable-field input[type=checkbox],
.wpforms-field.wpf-disable-field input[type=range],
.wpforms-field.wpf-disable-field input[type=file],
.wpforms-field.wpf-disable-field input.wpforms-field-date-time-date,
.wpforms-field.wpf-disable-field .wpforms-uploader,
.wpforms-field.wpf-disable-field .choices,
.wpforms-field.wpf-disable-field .wpforms-image-choices-image,
.wpforms-field.wpf-disable-field .wpforms-field-rating-wrapper,
.wpforms-field.wpf-disable-field .wpforms-field-password-input-icon,
.wpforms-field.wpf-disable-field .wpforms-disclaimer-description,
.wpforms-field.wpf-disable-field .mce-tinymce,
.wpforms-field.wpf-disable-field .iti__selected-country,
.wpforms-field.wpf-disable-field .StripeElement,
.wpforms-field.wpf-disable-field .wpforms-stripe-element,
.wpforms-field.wpf-disable-field .wpforms-field-square-cardnumber,
.wpforms-field.wpf-disable-field .wpforms-square-cardnumber,
.wpforms-field.wpf-disable-field .wpforms-geolocation-map,
.wpforms-field.wpf-disable-field .wpforms-signature-wrap,
.wpforms-field.wpf-disable-field .wpforms-paypal-commerce-card-fields,
.wpforms-field.wpf-disable-field.wpforms-field-net_promoter_score table.modern > tbody > tr > td,
.wpforms-field.wpf-disable-field .wpforms-camera-link,
.wpforms-field.wpforms-field-readonly select,
.wpforms-field.wpforms-field-readonly textarea,
.wpforms-field.wpforms-field-readonly button,
.wpforms-field.wpforms-field-readonly input[type=text],
.wpforms-field.wpforms-field-readonly input[type=number],
.wpforms-field.wpforms-field-readonly input[type=email],
.wpforms-field.wpforms-field-readonly input[type=url],
.wpforms-field.wpforms-field-readonly input[type=tel],
.wpforms-field.wpforms-field-readonly input[type=password],
.wpforms-field.wpforms-field-readonly input[type=radio],
.wpforms-field.wpforms-field-readonly input[type=checkbox],
.wpforms-field.wpforms-field-readonly input[type=range],
.wpforms-field.wpforms-field-readonly input[type=file],
.wpforms-field.wpforms-field-readonly input.wpforms-field-date-time-date,
.wpforms-field.wpforms-field-readonly .wpforms-uploader,
.wpforms-field.wpforms-field-readonly .choices,
.wpforms-field.wpforms-field-readonly .wpforms-image-choices-image,
.wpforms-field.wpforms-field-readonly .wpforms-field-rating-wrapper,
.wpforms-field.wpforms-field-readonly .wpforms-field-password-input-icon,
.wpforms-field.wpforms-field-readonly .wpforms-disclaimer-description,
.wpforms-field.wpforms-field-readonly .mce-tinymce,
.wpforms-field.wpforms-field-readonly .iti__selected-country,
.wpforms-field.wpforms-field-readonly .StripeElement,
.wpforms-field.wpforms-field-readonly .wpforms-stripe-element,
.wpforms-field.wpforms-field-readonly .wpforms-field-square-cardnumber,
.wpforms-field.wpforms-field-readonly .wpforms-square-cardnumber,
.wpforms-field.wpforms-field-readonly .wpforms-geolocation-map,
.wpforms-field.wpforms-field-readonly .wpforms-signature-wrap,
.wpforms-field.wpforms-field-readonly .wpforms-paypal-commerce-card-fields,
.wpforms-field.wpforms-field-readonly.wpforms-field-net_promoter_score table.modern > tbody > tr > td,
.wpforms-field.wpforms-field-readonly .wpforms-camera-link {
  cursor: default !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
}

.wpforms-field.wpf-disable-field input[type=radio],
.wpforms-field.wpf-disable-field input[type=checkbox],
.wpforms-field.wpforms-field-readonly input[type=radio],
.wpforms-field.wpforms-field-readonly input[type=checkbox] {
  cursor: default !important;
  pointer-events: none !important;
}

.wpforms-field.wpf-disable-field label,
.wpforms-field.wpforms-field-readonly label {
  pointer-events: none !important;
}

.wpforms-field.wpf-disable-field .iti__country-container,
.wpforms-field.wpforms-field-readonly .iti__country-container {
  cursor: default !important;
}

.wpforms-field.wpf-disable-field .iti__country-container button,
.wpforms-field.wpforms-field-readonly .iti__country-container button {
  cursor: default !important;
}

@media only screen and (max-width: 600px) {
  div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container,
  div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
    display: block;
    width: 100%;
  }
  div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
    width: 100%;
  }
  div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
    display: none;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater) {
    overflow-x: hidden;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field {
    padding-right: 1px;
    padding-left: 1px;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field > * {
    max-width: 100%;
  }
  div.wpforms-container-full .wpforms-form .wpforms-mobile-full {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }
  div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
  div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
  div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
  div.wpforms-container-full .wpforms-form input.wpforms-field-small,
  div.wpforms-container-full .wpforms-form select.wpforms-field-small,
  div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small,
  div.wpforms-container-full .wpforms-form input.wpforms-field-large,
  div.wpforms-container-full .wpforms-form select.wpforms-field-large,
  div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
    max-width: 100%;
  }
  div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li,
  div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li,
  div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li,
  div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li,
  div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li,
  div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
    float: none;
    width: 100%;
  }
  div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
    margin: 0 10px 0 0;
  }
  div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
    margin: 20px 0 15px;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
    width: 30px;
    height: 30px;
  }
}
.globalAward {
  position: fixed;
  right: 2.86%;
  bottom: 4.81%;
  z-index: 9999;
  border-radius: 20px;
  cursor: pointer;
}
.globalAward.black {
  background: #000000;
}
.globalAward.red {
  background-color: #E23535;
}
.globalAward.gray {
  background-color: #BFBFBF;
}
.globalAward.gradient {
  background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
}
.globalAward .containerGlobal {
  width: 180px;
  height: 170px;
  background: url("https://wazdan.com/wp-content/uploads/floater-bcg.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.globalAward .containerGlobal a.closeFloat {
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: -15px;
  right: -5px;
}
.globalAward .containerGlobal a.closeFloat:hover {
  text-decoration: none;
}
.globalAward .containerGlobal .defaultView {
  text-align: center;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.globalAward .containerGlobal .defaultView .content {
  max-width: 150px;
}
.globalAward .containerGlobal .defaultView .content p {
  color: #FFF;
  text-align: left;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.34px;
}
.globalAward .containerGlobal .defaultView .imgWrapper .first_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.globalAward .containerGlobal .defaultView .imgWrapper .second_img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.globalAward .containerGlobal .defaultView .button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  background-color: #FFF;
  border-radius: 40px;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(25, 25, 25, 0.15);
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 8px 15px;
}
.globalAward .containerGlobal .defaultView .button:hover {
  background-color: #ff3f20;
  color: #fff;
  text-decoration: none;
}
.globalAward:hover .containerGlobal .expandedView {
  height: 70px;
  padding-bottom: 10px;
}
.globalAward:hover .containerGlobal .expandedView img {
  border-radius: 0 0 20px 20px;
}
.globalAward:hover .containerGlobal .defaultView .imgWrapper .first_img {
  opacity: 0;
}
.globalAward:hover .containerGlobal .defaultView .imgWrapper .second_img {
  opacity: 1;
}

footer {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1921px) {
  footer {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  footer {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  footer {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  footer {
    padding: 60px 28px;
  }
}
footer {
  padding-top: 50px !important;
  margin: auto;
  z-index: 5;
  position: relative;
}
footer .footer_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 64px;
  max-width: 1600px;
  margin: auto;
}
@media (max-width: 1024px) {
  footer .footer_wrapper {
    gap: 30px;
  }
}
footer .footer_wrapper .quick_links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
footer .footer_wrapper .quick_links .links {
  display: flex;
  max-width: 600px;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .footer_wrapper .quick_links .links {
    flex-direction: column;
    gap: 10px;
  }
}
footer .footer_wrapper .quick_links .links .wazdan_links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  list-style: none;
}
@media (max-width: 768px) {
  footer .footer_wrapper .quick_links .links .wazdan_links {
    list-style: none;
    flex-wrap: wrap;
    gap: 8px;
  }
}
footer .footer_wrapper .quick_links .links .wazdan_links li a {
  color: #191919;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  font-weight: 600;
}
footer .footer_wrapper .quick_links .links .social_links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  list-style: none;
}
footer .footer_wrapper .quick_links .links .social_links li a {
  color: #191919;
  text-decoration: none;
}
footer .footer_wrapper .our_licences {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer_wrapper .our_licences h4 {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
footer .footer_wrapper .our_licences p {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  max-width: 480px;
  width: 100%;
}
footer .footer_wrapper .our_licences .market-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
footer .footer_wrapper .our_licences .market-box a, footer .footer_wrapper .our_licences .market-box img {
  display: flex;
  height: 64px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #F7F7F7;
  color: #191919;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 1024px) {
  footer .footer_wrapper .our_licences .market-box a, footer .footer_wrapper .our_licences .market-box img {
    padding: 14px 8px;
  }
}
footer .footer_wrapper .our_licences .market-box a img, footer .footer_wrapper .our_licences .market-box img img {
  max-width: 70px;
  max-height: 36px;
  height: 100%;
  width: 100%;
  padding: 0;
}
footer .footer_wrapper .responsible_gaming {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer_wrapper .responsible_gaming h4 {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
footer .footer_wrapper .responsible_gaming p {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  max-width: 480px;
  width: 100%;
}
footer .footer_wrapper .responsible_gaming .licence-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 1010px;
}
footer .footer_wrapper .responsible_gaming .licence-box a, footer .footer_wrapper .responsible_gaming .licence-box img {
  display: flex;
  height: 64px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #F7F7F7;
  color: #191919;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 1024px) {
  footer .footer_wrapper .responsible_gaming .licence-box a, footer .footer_wrapper .responsible_gaming .licence-box img {
    padding: 14px 8px;
  }
}
footer .footer_wrapper .responsible_gaming .licence-box a img, footer .footer_wrapper .responsible_gaming .licence-box img img {
  max-width: 70px;
  max-height: 36px;
  height: 100%;
  width: 100%;
  padding: 0;
}
footer .footer_wrapper .responsible_gaming .licence-box a .bga, footer .footer_wrapper .responsible_gaming .licence-box img .bga {
  max-width: 180px;
}

.homepage__wazdan .hero__section {
  background-color: #FAFAFA;
  min-height: 100vh;
}
.homepage__wazdan .hero__section .hero__section__wrapper {
  position: relative;
  background: url("https://wazdan.com/wp-content/uploads/Bckgrd_OxCoin-scaled.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.homepage__wazdan .hero__section .hero__section__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
@media (min-width: 1921px) {
  .homepage__wazdan .hero__section .hero__section__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .homepage__wazdan .hero__section .hero__section__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .homepage__wazdan .hero__section .hero__section__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .hero__section .hero__section__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .homepage__wazdan .hero__section .hero__section__wrapper {
    padding: 60px 28px;
  }
}
.homepage__wazdan .hero__section .hero__section__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.homepage__wazdan .hero__section .hero__section__wrapper #heroVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.homepage__wazdan .hero__section .hero__section__wrapper .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc {
  width: 50%;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc {
    text-align: center;
  }
}
.homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings .career__header__title {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings .career__header__title {
    font-size: 40px;
    line-height: 43px;
  }
}
.homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings .career__header__title {
  color: #FFF;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings .career__header__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #FFF;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings .career__header__title {
    font-size: 34px;
    line-height: 36px;
  }
}
.homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings h2 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings h2 {
  font-weight: 500;
}
@media (max-width: 1400px) {
  .homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings h2 {
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
@media (max-width: 1400px) and (max-width: 1400px) {
  .homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings h2 {
  margin-bottom: 32px;
}
.homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings .header__button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings .header__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings .header__button {
  width: fit-content;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section .hero__section__wrapper .wrapper .desc .headings .header__button {
    margin: auto;
  }
}
.homepage__wazdan .hero__section .hero__section__wrapper .wrapper .video_img {
  transition: 0.3s;
}
.homepage__wazdan .hero__section .hero__section__wrapper .wrapper .video_img:hover {
  transform: scale(0.95);
}
.homepage__wazdan .hero__section .hero__section__wrapper .wrapper .video_img a img {
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section .hero__section__wrapper .wrapper .video_img a img {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .hero__section .hero__section__wrapper .wrapper .video_img a img {
    max-width: 300px;
  }
}
.homepage__wazdan .header__spacing {
  margin-top: 82px;
}
.homepage__wazdan .spacer {
  min-height: 20vh;
  z-index: 1;
  position: relative;
}
.homepage__wazdan .game__section {
  position: relative;
  background-color: #fff;
}
.homepage__wazdan .game__section .game__section__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
}
@media (min-width: 1921px) {
  .homepage__wazdan .game__section .game__section__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .homepage__wazdan .game__section .game__section__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .homepage__wazdan .game__section .game__section__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .game__section .game__section__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .homepage__wazdan .game__section .game__section__wrapper {
    padding: 60px 28px;
  }
}
.homepage__wazdan .game__section .game__section__wrapper .heading {
  margin-bottom: 16px;
}
.homepage__wazdan .game__section .game__section__wrapper .heading .logo {
  text-align: center;
  padding-bottom: 20px;
}
.homepage__wazdan .game__section .game__section__wrapper .heading h3 {
  text-align: center;
}
.homepage__wazdan .game__section .game__section__wrapper .heading h3 span {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .game__section .game__section__wrapper .heading h3 span {
    font-size: 34px;
    line-height: 36px;
  }
}
.homepage__wazdan .game__section .game__section__wrapper .heading h3 span {
  color: #191919;
  color: #6127FF;
}
.homepage__wazdan .game__section .game__section__wrapper .desc {
  margin: auto;
  margin-bottom: 52px;
  max-width: 600px;
  width: 100%;
  opacity: 0;
  transition: 1.3s ease-in-out;
}
@media (max-width: 1024px) {
  .homepage__wazdan .game__section .game__section__wrapper .desc {
    margin-bottom: 60px;
  }
}
.homepage__wazdan .game__section .game__section__wrapper .desc h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .game__section .game__section__wrapper .desc h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage__wazdan .game__section .game__section__wrapper .desc h4 {
  color: #191919;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}
.homepage__wazdan .game__section .game__section__wrapper .desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.homepage__wazdan .game__section .game__section__wrapper .desc p span.non_break {
  white-space: nowrap;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper {
  display: flex;
  gap: 16px;
  margin: auto;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1440px;
  width: 100%;
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper {
    margin-bottom: 45px;
  }
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__category {
  position: absolute;
  padding: 4px 12px;
  top: 20px;
  left: 0;
  background: #d4ecff;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-weight: 500;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  z-index: 10;
  position: relative;
  max-width: 405px;
  width: 100%;
  box-shadow: 0px 8px 8px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image {
    max-width: 390px;
  }
}
@media (max-width: 1290px) {
  .homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image {
    max-width: 370px;
  }
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image:hover {
  -webkit-transform: scale(0.97, 0.97);
  transform: scale(0.97) !important;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a:focus {
  border: none;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a:focus-visible {
  border: none;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a {
  transition: transform 0s;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image img {
  width: 100%;
  border-radius: 20px;
}
.homepage__wazdan .game__section .game__section__wrapper .button__wrapper {
  display: flex;
  justify-content: center;
}
.homepage__wazdan .game__section .game__section__wrapper .button__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.homepage__wazdan .game__section .game__section__wrapper .button__wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .homepage__wazdan .game__section .game__section__wrapper .button__wrapper a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .homepage__wazdan .game__section .game__section__wrapper .button__wrapper a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .homepage__wazdan .game__section .game__section__wrapper .button__wrapper a:focus {
    border: none;
  }
  .homepage__wazdan .game__section .game__section__wrapper .button__wrapper a:focus-visible {
    border: none;
  }
}
.homepage__wazdan .game__section .section__modal .modal-dialog {
  width: auto;
  max-width: 960px;
}
.homepage__wazdan .game__section .section__modal .modal-body {
  padding: 0;
}
.homepage__wazdan .game__section .section__modal .modal-body button.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 50px;
  z-index: 9;
  color: #fff;
}
.homepage__wazdan .game__section .section__modal .modal-body .container-fluid.playGame, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-sm, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-md, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-lg, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-xl {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .game__section .section__modal .modal-body .container-fluid.playGame, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-sm, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-md, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-lg, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-xl {
    background-color: #050505;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.homepage__wazdan .game__section .section__modal .modal-body .section div.modal__iframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .homepage__wazdan .game__section .section__modal .modal-body .section div.modal__iframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player {
  height: 600px !important;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player .button {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player .button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player .button:focus {
  border: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player .button:focus-visible {
  border: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe,
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background: #000;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--mobile .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--landscape .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--mobile img {
  display: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--landscape img {
  display: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal_iframe_age_veryfication {
  display: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__iframe {
  position: relative;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop,
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop,
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe,
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication {
  z-index: 8 !important;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication p {
  color: #fff;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication .modal_iframe_age_veryfication_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a {
  cursor: pointer;
  display: block;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus {
  border: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus-visible {
  border: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:hover {
  cursor: pointer;
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:focus {
  border: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:focus-visible {
  border: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:before {
  content: "";
}
.homepage__wazdan .about__wazdan__section {
  background-color: #191919;
  min-height: 80vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10%;
}
@media (max-width: 1024px) {
  .homepage__wazdan .about__wazdan__section {
    flex-wrap: wrap;
    align-items: flex-end;
    min-height: fit-content;
  }
}
.homepage__wazdan .about__wazdan__section h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .about__wazdan__section h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.homepage__wazdan .about__wazdan__section h3 {
  color: #FFF;
  margin-bottom: 16px;
}
.homepage__wazdan .about__wazdan__section p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .about__wazdan__section p {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage__wazdan .about__wazdan__section p {
  color: #FFF;
  font-weight: 400;
  margin-bottom: 32px;
  opacity: 0;
  transition: 1.3s ease-in-out;
}
@media (min-width: 1921px) {
  .homepage__wazdan .about__wazdan__section .why__wazdan {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .homepage__wazdan .about__wazdan__section .why__wazdan {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .homepage__wazdan .about__wazdan__section .why__wazdan {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .about__wazdan__section .why__wazdan {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .homepage__wazdan .about__wazdan__section .why__wazdan {
    padding: 60px 28px;
  }
}
.homepage__wazdan .about__wazdan__section .why__wazdan {
  display: flex;
  justify-content: center;
  animation-name: slideTop;
  animation-delay: 4s;
  transition-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .homepage__wazdan .about__wazdan__section .why__wazdan {
    padding: 60px 28px;
    animation: none;
  }
}
.homepage__wazdan .about__wazdan__section .why__wazdan .out__story__content {
  max-width: 600px;
}
.homepage__wazdan .about__wazdan__section .why__wazdan .why__btn {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.homepage__wazdan .about__wazdan__section .why__wazdan .why__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.homepage__wazdan .about__wazdan__section .why__wazdan .why__btn:focus {
  border: none;
}
.homepage__wazdan .about__wazdan__section .why__wazdan .why__btn:focus-visible {
  border: none;
}
.homepage__wazdan .about__wazdan__section .why__wazdan .why__btn {
  width: fit-content;
  margin: auto;
}
.homepage__wazdan .about__wazdan__section .our__story {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 120px 100px;
  min-height: 90vh;
  margin-top: 150px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 1400px) {
  .homepage__wazdan .about__wazdan__section .our__story {
    padding: 0px 100px 120px 100px;
    min-height: fit-content;
    margin-top: 300px;
  }
}
@media (max-width: 1024px) {
  .homepage__wazdan .about__wazdan__section .our__story {
    padding: 120px 100px;
    margin-top: 300px;
    min-height: 90vh;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .about__wazdan__section .our__story {
    margin-top: 350px;
    padding: 60px 28px;
  }
}
.homepage__wazdan .about__wazdan__section .our__story .get__know_btn {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.homepage__wazdan .about__wazdan__section .our__story .get__know_btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.homepage__wazdan .about__wazdan__section .our__story .get__know_btn:focus {
  border: none;
}
.homepage__wazdan .about__wazdan__section .our__story .get__know_btn:focus-visible {
  border: none;
}
.homepage__wazdan .about__wazdan__section .our__story .get__know_btn {
  width: fit-content;
  margin: auto;
}
.homepage__wazdan .about__wazdan__section .our__story .out__story__content {
  max-width: 600px;
}
.homepage__wazdan .learn__more__section {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 100px;
  min-height: 430px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .learn__more__section {
    padding: 50px 20px;
    min-height: fit-content;
  }
}
.homepage__wazdan .learn__more__section .learn__more__desc {
  text-align: center;
  padding: 0 5%;
}
@media (max-width: 1024px) {
  .homepage__wazdan .learn__more__section .learn__more__desc {
    text-align: center;
  }
}
.homepage__wazdan .learn__more__section .learn__more__desc h3 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .learn__more__section .learn__more__desc h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.homepage__wazdan .learn__more__section .learn__more__desc h3 {
  font-weight: 700;
  padding-bottom: 16px;
}
.homepage__wazdan .learn__more__section .learn__more__desc p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .learn__more__section .learn__more__desc p {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage__wazdan .learn__more__section .learn__more__desc p {
  color: #FFF;
  font-weight: 400;
  opacity: 0;
  transition: 1.3s ease-in-out;
}
.homepage__wazdan .learn__more__section .learn__more__desc .arrow__wrapper a {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 54px;
  cursor: pointer;
}
.homepage__wazdan .learn__more__section .learn__more__desc .arrow__wrapper .first {
  -webkit-animation: arrow-anim-1 2s infinite;
  -moz-animation: arrow-anim-1 2s infinite;
  animation: arrow-anim-1 2s infinite;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: 0.1s;
}
.homepage__wazdan .learn__more__section .learn__more__desc .arrow__wrapper .second {
  -webkit-animation: arrow-anim-2 2s infinite;
  -moz-animation: arrow-anim-2 2s infinite;
  animation: arrow-anim-2 2s infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
}
.homepage__wazdan .learn__more__section .learn__more__desc .arrow__wrapper .third {
  -webkit-animation: arrow-anim-3 2s infinite;
  -moz-animation: arrow-anim-3 2s infinite;
  animation: arrow-anim-3 2s infinite;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
}
.homepage__wazdan .learn__more__section .learn__more__desc .arrow__wrapper .fourth {
  -webkit-animation: arrow-anim-4 2s infinite;
  -moz-animation: arrow-anim-4 2s infinite;
  animation: arrow-anim-4 2s infinite;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.4s;
  animation-direction: alternate;
}
.homepage__wazdan .learn__more__section .learn__more__desc .arrow__wrapper .fifth {
  -webkit-animation: arrow-anim-5 2s infinite;
  -moz-animation: arrow-anim-5 2s infinite;
  animation: arrow-anim-5 2s infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.5s;
  animation-direction: alternate;
}
@keyframes arrow-anim-1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-5 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.homepage__wazdan .letstalk__section {
  background-color: #0a1b07;
  color: #fff;
  width: 100%;
  z-index: 10;
  position: relative;
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding: 60px 15px;
  max-width: 1366px;
  margin: auto;
  padding: 60px 15px;
  min-height: 510px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper {
    min-height: unset;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper {
    flex-direction: column;
    padding-bottom: 0px;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content {
    max-width: 390px;
    width: 100%;
    margin: auto;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content h2 {
  font-size: 50px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content h3 {
  font-size: 40px;
  margin-bottom: 60px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 45px;
    text-align: center;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper {
    margin-bottom: 45px;
    justify-content: center;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper a:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #12102B;
    background-color: #D4ECFF;
  }
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper a:hover {
    cursor: pointer;
    border-color: #6127FF;
    background: #6127FF;
    text-decoration: none;
    color: #fff;
    transition: 0.2s ease-in;
  }
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper a:focus {
    border: none;
  }
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper a:focus-visible {
    border: none;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .larry-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .larry-wrapper {
    position: static;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .larry-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .larry-wrapper img {
  width: 511.44px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .larry-wrapper img {
    width: 335px;
  }
}
.homepage__wazdan .news-section {
  background: #FAFAFA;
  position: relative;
}
@media (min-width: 1921px) {
  .homepage__wazdan .news-section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .homepage__wazdan .news-section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .homepage__wazdan .news-section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .news-section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .homepage__wazdan .news-section {
    padding: 60px 28px;
  }
}
.homepage__wazdan .news-section .news-container .news-content {
  max-width: 632px;
  margin: auto;
}
.homepage__wazdan .news-section .news-container .news-content h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .news-section .news-container .news-content h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.homepage__wazdan .news-section .news-container .news-content h2 {
  color: #191919;
  text-align: center;
  margin-bottom: 16px;
}
.homepage__wazdan .news-section .news-container .news-content p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .news-section .news-container .news-content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.homepage__wazdan .news-section .news-container .news-content p {
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
  opacity: 0;
  transition: 1.3s ease-in-out;
}
.homepage__wazdan .news-section .news-container .newsletter {
  max-width: 616px;
  margin: auto;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .news-section .news-container .newsletter {
    max-width: 616px;
  }
}
@media (max-width: 1024px) {
  .homepage__wazdan .news-section .news-container .newsletter {
    max-width: 444px;
  }
}
@media (max-width: 1024px) {
  .homepage__wazdan .news-section .news-container .newsletter .wpforms-form {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
}
.homepage__wazdan .news-section .news-container .newsletter .business-email {
  padding-right: 12px;
  position: relative;
}
.homepage__wazdan .news-section .news-container .newsletter .business-email input {
  border: 1px solid #3B3B3B;
  border-radius: 5px;
  height: 46px;
  padding: 12px 24px;
}
.homepage__wazdan .news-section .news-container .newsletter .business-email input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.homepage__wazdan .news-section .news-container .newsletter .business-email .reset {
  position: absolute;
  top: 32px;
  transform: translateY(-50%);
  right: 34px;
}
.homepage__wazdan .news-section .news-container .newsletter .wpforms-container-full {
  margin: 0 auto;
  transform: translateX(20px);
}
@media (max-width: 768px) {
  .homepage__wazdan .news-section .news-container .newsletter .wpforms-container-full {
    transform: translateX(0px);
  }
}
.homepage__wazdan .news-section .news-container .newsletter .agree-text {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
}
.homepage__wazdan .news-section .news-container .newsletter .agree-text a {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-decoration: underline;
}
.homepage__wazdan .news-section .news-container .newsletter .agree-text a:hover {
  color: #FF3D17;
}
.homepage__wazdan .news-section .news-container .newsletter .agree-text a:active {
  color: #C43131;
}
.homepage__wazdan .news-section .news-container .newsletter .subscribe-btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.homepage__wazdan .news-section .news-container .newsletter .subscribe-btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.homepage__wazdan .news-section .news-container .newsletter .subscribe-btn {
  width: fit-content;
}
@media (max-width: 1024px) {
  .homepage__wazdan .news-section .news-container .newsletter .subscribe-btn {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .homepage__wazdan .news-section .news-container .newsletter .subscribe-btn:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .homepage__wazdan .news-section .news-container .newsletter .subscribe-btn:focus {
    border: none;
  }
  .homepage__wazdan .news-section .news-container .newsletter .subscribe-btn:focus-visible {
    border: none;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .news-section .news-container .newsletter .subscribe-btn {
    margin: 0 auto 16px auto;
  }
}
.homepage__wazdan .news-section .news-container .newsletter .wpforms-error {
  padding: 10px;
}
.homepage__wazdan .news-section .news-container .btn-news {
  display: flex;
  justify-content: center;
}
.homepage__wazdan .news-section .news-container .btn-news a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.homepage__wazdan .news-section .news-container .btn-news a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .homepage__wazdan .news-section .news-container .btn-news a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .homepage__wazdan .news-section .news-container .btn-news a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .homepage__wazdan .news-section .news-container .btn-news a:focus {
    border: none;
  }
  .homepage__wazdan .news-section .news-container .btn-news a:focus-visible {
    border: none;
  }
}
.homepage__wazdan .news-section .news-container .news-wrapper {
  max-width: 1336px;
  width: 100%;
  margin: auto;
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .news-section .news-container .news-wrapper {
    margin-bottom: 45px;
  }
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item {
  margin: 15px 0;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fff;
  transition: transform 0.3s;
}
@media (max-width: 1400px) {
  .homepage__wazdan .news-section .news-container .news-wrapper .news__item .news {
    max-width: 400px;
  }
}
@media (max-width: 1290px) {
  .homepage__wazdan .news-section .news-container .news-wrapper .news__item .news {
    max-width: 370px;
  }
}
@media (max-width: 1024px) {
  .homepage__wazdan .news-section .news-container .news-wrapper .news__item .news {
    padding: 30px;
    min-height: 380px;
  }
}
@media (max-width: 576px) {
  .homepage__wazdan .news-section .news-container .news-wrapper .news__item .news {
    width: auto;
    max-width: 422px;
  }
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-title {
  margin-bottom: 12px;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-title a {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-title a {
  color: #191919;
  padding: 15px 0px;
  pointer-events: none;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-category-wrapper {
  position: absolute;
  top: 34px;
  max-height: 40px;
  right: -2px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  border-radius: 8px 0px 0px 8px;
  background: #F3F8FC;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-category-wrapper p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-category-wrapper .img__wrapper {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-category-wrapper .img__wrapper img {
  height: 100%;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #3B3B3B;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-category-wrapper a.news-category-name:hover {
  text-decoration: none;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .description-wrapper .news-description p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .description-wrapper a {
  font-size: 20px;
  line-height: 26px;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .description-wrapper .news-btn {
  display: flex;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .description-wrapper .news-btn a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: var(--Red, linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news:hover {
  cursor: pointer;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: transform 0.3s ease-in-out;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news:hover .news-btn {
  text-decoration: none;
}
.homepage__wazdan .joinus__section {
  padding: 120px 0;
  background-color: #fff;
}
.homepage__wazdan .joinus__section .joinus__wrapper {
  max-width: 880px;
  margin: auto;
}
.homepage__wazdan .joinus__section .joinus__wrapper .heading h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .joinus__section .joinus__wrapper .heading h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.homepage__wazdan .joinus__section .joinus__wrapper .heading h3 {
  color: #191919;
  text-align: center;
}
.homepage__wazdan .joinus__section .joinus__wrapper .desc {
  margin: auto;
  margin-bottom: 32px;
  max-width: 565px;
  width: 100%;
}
.homepage__wazdan .joinus__section .joinus__wrapper .desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .joinus__section .joinus__wrapper .desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
.homepage__wazdan .joinus__section .joinus__wrapper .desc p {
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  opacity: 0;
  transition: 1.3s ease-in-out;
}
.homepage__wazdan .joinus__section .joinus__wrapper .desc p span.non_break {
  white-space: nowrap;
}
.homepage__wazdan .joinus__section .joinus__wrapper .button__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
}
.homepage__wazdan .joinus__section .joinus__wrapper .button__wrapper a {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.homepage__wazdan .joinus__section .joinus__wrapper .button__wrapper a:hover {
  cursor: pointer;
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
}
.homepage__wazdan .joinus__section .joinus__wrapper .button__wrapper a:focus {
  border: none;
}
.homepage__wazdan .joinus__section .joinus__wrapper .button__wrapper a:focus-visible {
  border: none;
}
.homepage__wazdan .joinus__section .joinus__wrapper .button__wrapper a {
  opacity: 0;
  transition: 1.3s ease-in-out;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .image__wrapper {
  background-color: black;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .homepage__wazdan .joinus__section .joinus__image__gallery .image__wrapper {
    pointer-events: none;
  }
}
.homepage__wazdan .joinus__section .joinus__image__gallery .image__wrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .image__wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots {
    bottom: -80px;
  }
}
.homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots li button {
  height: 30px;
  width: 30px;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.homepage__wazdan .joinus__section .slick-list {
  margin: 0 -10px;
  padding: 0px 100px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .joinus__section .slick-list {
    padding: 0px 50px;
  }
}
.homepage__wazdan .joinus__section .slick-list .slick-slide {
  margin: 0 10px;
}

.site-our-story .globalAward {
  display: none;
}

.site-our-story-11 .globalAward {
  display: none;
}

@media (min-width: 1921px) {
  .our__story__wazdan .welcome__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .our__story__wazdan .welcome__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .our__story__wazdan .welcome__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .our__story__wazdan .welcome__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .our__story__wazdan .welcome__section {
    padding: 60px 28px;
  }
}
.our__story__wazdan .welcome__section {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: white;
  min-height: 100vh;
}
@media (max-width: 1024px) {
  .our__story__wazdan .welcome__section {
    flex-direction: column;
    margin-top: 58px;
  }
}
.our__story__wazdan .welcome__section .welocme__section__wrapper {
  margin: auto;
  display: flex;
  flex-basis: 100%;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .wazdan__image {
  margin-left: 80px;
}
@media (max-width: 1024px) {
  .our__story__wazdan .welcome__section .welocme__section__wrapper .wazdan__image {
    margin-left: 0px;
    min-width: 300px;
    width: 100%;
  }
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1920px) {
  .our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc {
    max-width: 700px;
  }
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc h2 {
  padding-bottom: 24px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc h2 {
  color: #191919;
}
@media (max-width: 1024px) {
  .our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc h2 {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #191919;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc h3 {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  margin-bottom: 32px;
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc .typewrite__our__story {
  height: 61px;
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc .typewrite__our__story .wrap {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc .typewrite__our__story .wrap {
    font-size: 34px;
    line-height: 36px;
  }
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc .typewrite__our__story .wrap {
  color: #FF3D17;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper {
  position: relative;
}
@media (min-width: 1921px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper {
    padding: 60px 28px;
  }
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow {
  top: 90%;
  left: 90%;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  display: none;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow:hover {
  border: 1px solid #FF3D17;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow:active {
  background-color: #C43131;
  border: 1px solid #C43131;
  color: white;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow:active svg path {
  fill: white;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow svg {
  padding: 8px;
  width: 100%;
  height: 100%;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow svg path {
  fill: #FF3D17;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  color: white;
  padding: 15px;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block {
    padding: 20px 28px 80px 28px;
    min-height: inherit;
  }
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block .heading h5 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block .heading h5 {
    font-size: 40px;
    line-height: 43px;
  }
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block .heading h5 {
  color: #FFF;
  text-align: center;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block h3 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block h3 {
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 16px;
  text-align: center;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block p {
    font-size: 20px;
    line-height: 26px;
  }
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block p {
  color: #FFF;
  font-weight: 400;
  text-align: center;
  max-width: 600px;
  opacity: 0;
  transition: 1.3s;
}
.our__story__wazdan .our__history__section {
  background-color: #fff;
}
@media (min-width: 1921px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper {
    padding: 60px 28px;
  }
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .heading {
  margin-bottom: 16px;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .heading h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .heading h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .desc {
  max-width: 880px;
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .desc {
    margin-bottom: 60px;
  }
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .desc p {
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  max-width: 630px;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .desc p {
    font-size: 20px;
    line-height: 26px;
  }
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline {
  margin: auto;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  position: relative;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .line {
  width: 80%;
  position: absolute;
  display: block;
  height: 2px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  top: 37px;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider {
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .next-button {
    width: 14px;
  }
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .prev-button {
    width: 14px;
  }
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track {
  position: relative;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide {
  padding: 15px 0;
  opacity: 1;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide:first-child::before {
  content: "";
  width: 30% !important;
  left: -25% !important;
  display: block;
  position: absolute;
  background: white;
  height: 30px;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide:last-child::before {
  width: 30% !important;
  right: -25% !important;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide .slide {
  position: relative;
  z-index: 2;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide .slide .years {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: #191919;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  background: transparent;
  z-index: 3;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide .slide .years span {
  background-color: white;
  padding: 0 30px;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide .slide .event {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #191919;
  max-width: 250px;
  margin: auto;
  margin-top: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  height: 0px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide .slide .event {
    font-size: 15px;
    line-height: 19px;
  }
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide.slick-active {
  opacity: 1;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide.slick-current .years {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide.slick-current .event {
  opacity: 1;
  height: auto;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide:last-child::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 300px;
  background-color: #fff;
  right: -9%;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide:last-child::before {
    right: 0px;
  }
}
.our__story__wazdan .our__team__section {
  background: #F9F9F9;
  position: relative;
}
@media (min-width: 1921px) {
  .our__story__wazdan .our__team__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .our__story__wazdan .our__team__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__team__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .our__story__wazdan .our__team__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .our__story__wazdan .our__team__section {
    padding: 60px 28px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__heading h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__heading h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__heading h3 {
  color: #191919;
  text-align: center;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__heading h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__desc p {
  font-weight: 500;
  max-width: 630px;
  width: 100%;
  margin: 16px auto;
  margin-bottom: 52px;
  text-align: center;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__desc p {
    font-size: 20px;
    line-height: 26px;
    margin: 30px auto 45px auto;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__video {
  display: none;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__video video {
  width: 100%;
  object-fit: cover;
  background-position: center;
  max-height: 435px;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join {
  display: flex;
  align-content: center;
  justify-content: center;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button {
  width: fit-content;
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button:focus {
    border: none;
  }
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button:focus-visible {
    border: none;
  }
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button {
  text-transform: capitalize;
  margin-top: 52px;
  margin-bottom: 80px;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper {
  max-width: 1450px;
  margin: auto;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members {
  margin-top: 52px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    margin-top: 52px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member {
  width: 350px;
  text-align: center;
}
@media (max-width: 1600px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member {
    width: calc(50% - 15px);
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image {
  position: relative;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin {
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #FF3D17;
}
@media only screen and (min-width: 1600px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin {
    right: 45px;
  }
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin {
    width: 48px;
    height: 48px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin {
  cursor: pointer;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin svg {
  width: 24px;
  fill: white;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin:hover {
  background-color: white;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin:active {
  background-color: #C43131;
  border: 1px solid #C43131;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin:active svg {
  fill: white;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image img.person__image {
  border-radius: 20px;
  max-width: 300px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__name {
  margin-top: 30px;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__name p {
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .inner_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5%;
  gap: 50px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  border-radius: 10px;
  height: 100%;
  width: 100%;
  max-width: 405px;
  max-height: 405px;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .inner_wrapper .number {
  color: white;
  font-weight: 700;
  font-size: 100px;
  line-height: 128px;
  text-align: center;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .inner_wrapper .number {
    margin-bottom: 0;
    color: #FFF;
    font-size: 40px;
    line-height: 51px;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .inner_wrapper .number {
    font-size: 30px;
    line-height: 40px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .desc {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .desc {
    width: 100%;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .desc p {
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: auto;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .desc p {
    font-size: 20px;
    line-height: 26px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .desc p {
  color: #FF3D17;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.timeline__slider {
  position: relative;
}
.timeline__slider .slick-arrow.slick-disabled {
  display: none !important;
}
.timeline__slider .next-button, .timeline__slider .prev-button {
  max-height: 44px;
  position: absolute;
  top: 50%;
  margin-top: 15px;
  z-index: 10;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: white;
  font-weight: 400;
  width: 68px;
  height: 68px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 0%;
  transition: 0.6s;
}
.timeline__slider .next-button:hover, .timeline__slider .prev-button:hover {
  transform: scale(0.85);
}
@media (max-width: 1024px) {
  .timeline__slider .next-button, .timeline__slider .prev-button {
    width: 48px;
    height: 48px;
  }
}
.timeline__slider .prev-button {
  left: 0;
}
.timeline__slider .next-button {
  right: 0;
}

.carousel__customised .slick-slide, .top__games__wrapper .slick-slide, .news-wrapper .slick-slide {
  margin: 0 10px;
}
.carousel__customised, .top__games__wrapper, .news-wrapper {
  /* the parent */
}
.carousel__customised .slick-list, .top__games__wrapper .slick-list, .news-wrapper .slick-list {
  margin: 0 -10px;
}

.carousel__testimonials .slick-list, .our__carousel .slick-list, .media__carousel .slick-list {
  overflow: visible;
}
.carousel__testimonials .slick-list .slick-slide, .our__carousel .slick-list .slick-slide, .media__carousel .slick-list .slick-slide {
  opacity: 0.5;
}
.carousel__testimonials .slick-list .slick-slide.slick-active, .our__carousel .slick-list .slick-slide.slick-active, .media__carousel .slick-list .slick-slide.slick-active {
  opacity: 1;
}

.news__wazdan p {
  margin-bottom: 0;
}
.news__wazdan .highlight__section {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.news__wazdan .highlight__section .news__container {
  max-width: 1362px;
  width: 100%;
  padding: 70px 50px 120px 50px;
}
@media (max-width: 1024px) {
  .news__wazdan .highlight__section .news__container {
    padding: 0px 25px 50px 25px;
  }
}
.news__wazdan .highlight__section .news__container .highlight__news {
  background-color: #FAFAFA;
  padding: 32px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
}
@media (max-width: 1024px) {
  .news__wazdan .highlight__section .news__container .highlight__news {
    display: block;
  }
}
.news__wazdan .highlight__section .news__container .highlight__news__image {
  max-width: 350px;
  padding-right: 32px;
}
.news__wazdan .highlight__section .news__container .highlight__news__image img {
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .news__wazdan .highlight__section .news__container .highlight__news__image {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-right: 0px;
  }
}
.news__wazdan .highlight__section .news__container .highlight__news__date {
  margin-bottom: 16px;
}
.news__wazdan .highlight__section .news__container .highlight__news__title {
  margin-bottom: 16px;
}
.news__wazdan .highlight__section .news__container .highlight__news__title h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .news__wazdan .highlight__section .news__container .highlight__news__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.news__wazdan .highlight__section .news__container .highlight__news__title h2 {
  color: #191919;
}
@media (max-width: 1024px) {
  .news__wazdan .highlight__section .news__container .highlight__news__title h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.news__wazdan .highlight__section .news__container .highlight__news__category {
  position: absolute;
  top: 34px;
  max-height: 55px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 5px 0px 0px 5px;
  background: #FFF;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.news__wazdan .highlight__section .news__container .highlight__news__category p {
  margin: 0;
}
.news__wazdan .highlight__section .news__container .highlight__news__category .img__wrapper {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__wazdan .highlight__section .news__container .highlight__news__category .img__wrapper img {
  height: 34px;
}
.news__wazdan .highlight__section .news__container .highlight__news__category a.news-category-name {
  color: #191919;
  font-weight: bold;
}
.news__wazdan .highlight__section .news__container .highlight__news__tags {
  margin-bottom: 16px;
}
.news__wazdan .highlight__section .news__container .highlight__news__tags p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .news__wazdan .highlight__section .news__container .highlight__news__tags p {
    font-size: 20px;
    line-height: 25px;
  }
}
.news__wazdan .highlight__section .news__container .highlight__news__tags p {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .news__wazdan .highlight__section .news__container .highlight__news__tags p {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .news__wazdan .highlight__section .news__container .highlight__news__tags p {
    font-size: 20px;
    line-height: 25px;
  }
}
.news__wazdan .highlight__section .news__container .btn__wrapper {
  display: flex;
}
.news__wazdan .highlight__section .news__container .btn__wrapper .highlight__news__btn {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .news__wazdan .highlight__section .news__container .btn__wrapper .highlight__news__btn {
    font-size: 20px;
    line-height: 26px;
  }
}
.news__wazdan .highlight__section .news__container .btn__wrapper .highlight__news__btn {
  color: #FF3D17;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.news__wazdan .highlight__section .news__container .btn__wrapper .highlight__news__btn:active {
  color: #C43131;
}
.news__wazdan .menu__section {
  z-index: 9;
  position: relative;
}
.news__wazdan .menu__section .news__menu {
  padding: 0rem 1rem;
  background-color: #F9F9F9;
  z-index: 9;
  position: relative;
}
.news__wazdan .menu__section .news__menu .mobile__button {
  display: none;
}
@media (max-width: 1024px) {
  .news__wazdan .menu__section .news__menu .mobile__button {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 15px;
  }
}
.news__wazdan .menu__section .news__menu .mobile__button img {
  width: 28px;
  height: 28px;
}
.news__wazdan .menu__section .news__menu .mobile__button span {
  font-size: 20px;
  line-height: 26px;
}
.news__wazdan .menu__section .news__menu.fixed__news {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.news__wazdan .menu__section .news__menu nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  gap: 12px;
}
@media (max-width: 1024px) {
  .news__wazdan .menu__section .news__menu nav {
    flex-wrap: nowrap;
    height: 0px;
    transition: 0.5s;
    flex-direction: column;
    justify-content: flex-start;
  }
  .news__wazdan .menu__section .news__menu nav.active {
    height: fit-content;
  }
}
.news__wazdan .menu__section .news__menu nav a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.news__wazdan .menu__section .news__menu nav a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.news__wazdan .menu__section .news__menu nav a {
  margin: 24px 0px;
  height: 44px;
  gap: 12px;
  padding: 12px 24px;
}
@media (max-width: 1024px) {
  .news__wazdan .menu__section .news__menu nav a {
    border: 0px;
    box-shadow: none;
  }
}
.news__wazdan .menu__section .news__menu nav a:hover {
  text-decoration: unset;
  background-color: #6127ff;
  border-color: #6127ff;
}
.news__wazdan .menu__section .news__menu nav a:hover p {
  color: #fff;
}
.news__wazdan .menu__section .news__menu nav a:hover .img__wrapper {
  filter: invert(1);
}
.news__wazdan .menu__section .news__menu nav a .img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__wazdan .menu__section .news__menu nav a .img__wrapper img {
  height: 14px;
}
.news__wazdan .menu__section .news__menu nav a p {
  font-size: 16px;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .news__wazdan .menu__section .news__menu nav a p {
    display: block;
  }
}
@media (max-width: 1024px) {
  .news__wazdan .menu__section .news__menu nav a {
    border-left: none;
    padding: 15px;
    border: 1px solid #CDCDCD;
    margin: 0;
  }
  .news__wazdan .menu__section .news__menu nav a:last-child {
    border-bottom: 1px solid #CDCDCD;
  }
}
.news__wazdan .menu__section .news__menu nav .active p {
  color: #fff;
}
.news__wazdan .menu__section .news__menu nav .active .img__wrapper {
  filter: invert(1);
}
.news__wazdan .menu__section .news__menu nav .active {
  border-color: #6127ff;
  text-decoration: none;
  background-color: #6127ff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.news__wazdan .news__section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: #FAFAFA;
}
@media (max-width: 1024px) {
  .news__wazdan .news__section {
    padding: 15px;
    padding-top: 60px;
  }
}
.news__wazdan .news__section .news-container {
  max-width: 1440px;
}
.news__wazdan .news__section .news-container .news-wrapper {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .news__wazdan .news__section .news-container .news-wrapper {
    padding-bottom: 60px;
  }
}
.news__wazdan .news__section .news-container .news-content {
  padding-bottom: 3rem;
}
.news__wazdan .news__section .news-container .news-content h2 {
  padding-bottom: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .news__wazdan .news__section .news-container .news-content h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.news__wazdan .news__section .news-container .news-content h2 {
  color: #191919;
}
.news__wazdan .news__section .news-container .news-content p {
  font-size: 30px;
  line-height: 2rem;
  text-align: center;
}
.news__wazdan .news__section .news-container .news-content p .bold-txt {
  font-weight: 700;
}
.news__wazdan .news__section .news-container .loadmore {
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: fit-content;
  margin: auto;
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.news__wazdan .news__section .news-container .loadmore:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.news__wazdan .news__section .news-container .blog-posts {
  padding: 32px 0 52px 0;
}
@media (max-width: 1024px) {
  .news__wazdan .news__section .news-container .blog-posts {
    padding: 0;
    padding-bottom: 5rem;
  }
}
.news__wazdan .news__section .news-container .blog-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
  align-content: flex-end;
  justify-content: center;
}
.news__wazdan .news__section .news-container .blog-posts .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: none;
  transition: transform 0.3s;
}
@media (max-width: 1024px) {
  .news__wazdan .news__section .news-container .blog-posts .news {
    max-width: 380px;
    width: 100%;
  }
}
.news__wazdan .news__section .news-container .blog-posts .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding-bottom: 12px;
  width: 100%;
}
.news__wazdan .news__section .news-container .blog-posts .news .news-title {
  padding-bottom: 12px;
  width: 100%;
}
.news__wazdan .news__section .news-container .blog-posts .news .news-title a {
  pointer-events: none;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .news__wazdan .news__section .news-container .blog-posts .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.news__wazdan .news__section .news-container .blog-posts .news .news-title a {
  color: #191919;
}
.news__wazdan .news__section .news-container .blog-posts .news .news-category-wrapper {
  position: absolute;
  top: 34px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  border-radius: 8px 0px 0px 8px;
  background: #F3F8FC;
}
.news__wazdan .news__section .news-container .blog-posts .news .news-category-wrapper p {
  margin: 0;
}
.news__wazdan .news__section .news-container .blog-posts .news .news-category-wrapper .img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__wazdan .news__section .news-container .blog-posts .news .news-category-wrapper .img__wrapper img {
  height: 24px;
}
.news__wazdan .news__section .news-container .blog-posts .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper {
  overflow: hidden;
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper .news-description p {
  margin: 0;
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper a {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .news__wazdan .news__section .news-container .blog-posts .news .description-wrapper a {
    font-size: 20px;
    line-height: 25px;
  }
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper a {
  font-weight: 500;
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper .news-btn {
  width: fit-content;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper .news-btn:hover {
  box-shadow: none;
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper .news-btn:active {
  color: #C43131;
}
.news__wazdan .news__section .news-container .blog-posts .news:hover {
  cursor: pointer;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transform: scale(0.97);
  transition: transform 0.3s ease-in-out;
}
.news__wazdan .media__partners {
  background: #FFF;
}
.news__wazdan .media__partners__wrapper {
  width: 100%;
  margin: 120px auto;
  padding: 1px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .news__wazdan .media__partners__wrapper {
    margin: 60px auto;
    padding: 0;
  }
}
.news__wazdan .media__partners__wrapper .heading h4 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .news__wazdan .media__partners__wrapper .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.news__wazdan .media__partners__wrapper .heading h4 {
  color: #191919;
}
@media (max-width: 1024px) {
  .news__wazdan .media__partners__wrapper .heading h4 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.news__wazdan .media__partners .slick-slide {
  margin: 10px;
}
.news__wazdan .media__partners .media__carousel {
  margin-top: 70px;
  padding-bottom: 30px;
}
.news__wazdan .media__partners .media__carousel .media__carousel__item {
  border-radius: 17px;
  background: #D4ECFF;
  padding: 40px 20px;
  min-height: 180px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.news__wazdan .media__partners .media__carousel .media__carousel__item img {
  max-height: 80px;
  height: 100%;
  width: 100%;
}

.news_page .news__wrapper {
  background-color: #fafafa;
  margin: 0 96px;
}
@media (max-width: 1024px) {
  .news_page .news__wrapper {
    padding-top: 80px;
    margin: 0 5%;
  }
}
.news_page .news__wrapper blockquote {
  padding-left: 30px;
  border-left: 5px solid #6127FF;
  margin-top: 35px;
  margin-bottom: 35px;
}
.news_page .news__wrapper a {
  color: #3B3B3B;
  text-decoration: underline;
  font-weight: 900;
}
.news_page .news__wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.news_page .news__wrapper p.paragraph-latam-news {
  line-height: 35px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.news_page .news__wrapper .cta-button-latam-news a {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.news_page .news__wrapper .lang_wrapper {
  padding-top: 30px;
}
.news_page .news__wrapper .lang_wrapper .polylang_langswitcher {
  display: flex;
  gap: 10px;
  list-style: none;
  justify-content: start;
}
@media (max-width: 768px) {
  .news_page .news__wrapper .lang_wrapper {
    padding-left: 7%;
  }
}
.news_page .news__wrapper .breadcrumbs {
  max-width: 100%;
  padding: 110px 0 0 0;
}
@media (max-width: 1024px) {
  .news_page .news__wrapper .breadcrumbs {
    padding: 100px 5% 36px 7%;
  }
}
.news_page .news__wrapper .post_content_section {
  padding: 0 0 120px 0;
  max-width: 616px;
  margin: auto;
}
@media (max-width: 1024px) {
  .news_page .news__wrapper .post_content_section {
    padding: 20px 60px;
  }
}
@media (max-width: 768px) {
  .news_page .news__wrapper .post_content_section {
    padding: 20px;
  }
}
.news_page .news__wrapper .post_content_section .post__intro {
  padding-top: 50px;
}
.news_page .news__wrapper .post_content_section .post__intro__date {
  margin-bottom: 16px;
}
.news_page .news__wrapper .post_content_section .post__intro__date p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .news_page .news__wrapper .post_content_section .post__intro__date p {
    margin-bottom: 0;
    color: #191919;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
}
.news_page .news__wrapper .post_content_section .post__intro__title {
  margin-bottom: 16px;
}
.news_page .news__wrapper .post_content_section .post__intro__title h1 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .news_page .news__wrapper .post_content_section .post__intro__title h1 {
    font-size: 34px;
    line-height: 36px;
  }
}
.news_page .news__wrapper .post_content_section .post__intro__title h1 {
  color: #191919;
}
@media (max-width: 1024px) {
  .news_page .news__wrapper .post_content_section .post__intro__title h1 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.news_page .news__wrapper .post_content_section .post__intro__category {
  position: absolute;
  top: 150px;
  max-height: 58px;
  right: 96px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 5px 0px 0px 5px;
  background: #FFF;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .news_page .news__wrapper .post_content_section .post__intro__category {
    top: 70px;
    right: 5%;
  }
}
.news_page .news__wrapper .post_content_section .post__intro__category p {
  margin: 0;
}
.news_page .news__wrapper .post_content_section .post__intro__category .img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_page .news__wrapper .post_content_section .post__intro__category .img__wrapper img {
  height: 34px;
}
.news_page .news__wrapper .post_content_section .post__intro__category a.news-category-name {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}
.news_page .news__wrapper .post_content_section .post__intro__tags {
  margin-bottom: 50px;
}
.news_page .news__wrapper .post_content_section .post__intro__tags p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .news_page .news__wrapper .post_content_section .post__intro__tags p {
    font-size: 20px;
    line-height: 25px;
  }
}
.news_page .news__wrapper .post_content_section .post__intro__tags p {
  font-weight: 500;
}
.news_page .news__wrapper .post_content_section .post_content {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .news_page .news__wrapper .post_content_section .post_content {
    font-size: 20px;
    line-height: 25px;
  }
}
.news_page .news__wrapper .post_content_section .post_content {
  font-weight: 500;
}
.news_page .news__wrapper .post_content_section .post_content ul li {
  margin-left: 25px;
  font-size: 18px;
}
.news_page .read__more__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 120px;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .news_page .read__more__section {
    padding-top: 60px;
  }
}
.news_page .read__more__section .read__more__section__title {
  width: 100%;
  text-align: center;
  padding-bottom: 52px;
}
.news_page .read__more__section .read__more__section__title h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .news_page .read__more__section .read__more__section__title h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.news_page .read__more__section .read__more__section__title h3 {
  color: #191919;
}
@media (max-width: 1024px) {
  .news_page .read__more__section .read__more__section__title h3 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.news_page .read__more__section .news__wrapper__readmore {
  padding-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-content: flex-end;
  justify-content: center;
}
.news_page .read__more__section .news__wrapper__readmore .news {
  position: relative;
  width: 405px;
  background: #FAFAFA;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: none;
  transition: transform 0.3s;
}
@media (max-width: 1024px) {
  .news_page .read__more__section .news__wrapper__readmore .news {
    width: 330px;
  }
}
.news_page .read__more__section .news__wrapper__readmore .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding-bottom: 12px;
}
.news_page .read__more__section .news__wrapper__readmore .news .news-title {
  padding-bottom: 12px;
}
.news_page .read__more__section .news__wrapper__readmore .news .news-title a {
  pointer-events: none;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .news_page .read__more__section .news__wrapper__readmore .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.news_page .read__more__section .news__wrapper__readmore .news .news-title a {
  color: #191919;
}
.news_page .read__more__section .news__wrapper__readmore .news .news-category-wrapper {
  position: absolute;
  background-color: #FFFFFF;
  top: 32px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 5px 0px 0px 5px;
}
.news_page .read__more__section .news__wrapper__readmore .news .news-category-wrapper p {
  margin: 0;
}
.news_page .read__more__section .news__wrapper__readmore .news .news-category-wrapper .img__wrapper {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_page .read__more__section .news__wrapper__readmore .news .news-category-wrapper .img__wrapper img {
  height: 24px;
}
.news_page .read__more__section .news__wrapper__readmore .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper {
  overflow: hidden;
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper .news-description p {
  margin: 0;
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper a {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .news_page .read__more__section .news__wrapper__readmore .news .description-wrapper a {
    font-size: 20px;
    line-height: 25px;
  }
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper a {
  font-weight: 500;
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper .news-btn {
  width: fit-content;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper .news-btn:hover {
  box-shadow: none;
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper .news-btn:active {
  color: #C43131;
}
.news_page .read__more__section .news__wrapper__readmore .news:hover {
  cursor: pointer;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: transform 0.3s ease-in-out;
}

.category__page {
  padding-top: 50px;
  background-color: #FAFAFA;
}
.category__page .news-container {
  max-width: 1440px;
  margin: auto;
  padding: 50px 20px;
}
@media (max-width: 1024px) {
  .category__page .news-container {
    padding: 10px 0px;
  }
}
.category__page .news-container .news__wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 16px;
  position: relative;
  z-index: 2;
  background-color: #FAFAFA;
}
@media (max-width: 1400px) {
  .category__page .news-container .news__wrapper {
    padding: 2rem;
  }
}
.category__page .news-container .news__wrapper .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fff;
  transition: transform 0.3s;
}
@media (max-width: 1024px) {
  .category__page .news-container .news__wrapper .news {
    width: 330px;
  }
}
.category__page .news-container .news__wrapper .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding-bottom: 12px;
  width: 100%;
}
.category__page .news-container .news__wrapper .news .news-title {
  padding-bottom: 12px;
  width: 100%;
}
.category__page .news-container .news__wrapper .news .news-title a {
  pointer-events: none;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .category__page .news-container .news__wrapper .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.category__page .news-container .news__wrapper .news .news-title a {
  color: #191919;
}
.category__page .news-container .news__wrapper .news .news-category-wrapper {
  position: absolute;
  background-color: #FAFAFA;
  top: 32px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 5px 0px 0px 5px;
}
.category__page .news-container .news__wrapper .news .news-category-wrapper p {
  margin: 0;
}
.category__page .news-container .news__wrapper .news .news-category-wrapper .img__wrapper {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category__page .news-container .news__wrapper .news .news-category-wrapper .img__wrapper img {
  height: 24px;
}
.category__page .news-container .news__wrapper .news .news-category-wrapper .news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.category__page .news-container .news__wrapper .news .description-wrapper {
  overflow: hidden;
}
.category__page .news-container .news__wrapper .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.category__page .news-container .news__wrapper .news .description-wrapper .news-description p {
  margin: 0;
}
.category__page .news-container .news__wrapper .news .description-wrapper a {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .category__page .news-container .news__wrapper .news .description-wrapper a {
    font-size: 20px;
    line-height: 25px;
  }
}
.category__page .news-container .news__wrapper .news .description-wrapper a {
  font-weight: 500;
}
.category__page .news-container .news__wrapper .news .description-wrapper .news-btn {
  width: fit-content;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.category__page .news-container .news__wrapper .news .description-wrapper .news-btn:hover {
  box-shadow: none;
  text-decoration: underline;
}
.category__page .news-container .news__wrapper .news:hover {
  cursor: pointer;
  border: 2px solid #E23535;
  transform: scale(0.97);
  transition: transform 0.3s ease-in-out;
}
.category__page .menu__section {
  z-index: 9;
  position: relative;
}
.category__page .menu__section .news__menu {
  padding-top: 50px;
  background-color: #F9F9F9;
  z-index: 9;
  position: relative;
}
.category__page .menu__section .news__menu .mobile__button {
  display: none;
}
@media (max-width: 1024px) {
  .category__page .menu__section .news__menu .mobile__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 15px;
  }
}
.category__page .menu__section .news__menu .mobile__button img {
  width: 28px;
  height: 28px;
}
.category__page .menu__section .news__menu .mobile__button span {
  font-size: 20px;
  line-height: 26px;
}
.category__page .menu__section .news__menu.fixed__news {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.category__page .menu__section .news__menu nav {
  display: flex;
  justify-content: center;
  overflow: hidden;
  gap: 12px;
}
@media (max-width: 1024px) {
  .category__page .menu__section .news__menu nav {
    gap: 0px;
    height: 0px;
    transition: 0.5s;
    flex-direction: column;
    justify-content: flex-start;
  }
  .category__page .menu__section .news__menu nav.active {
    height: calc(100vh - 40px);
  }
}
.category__page .menu__section .news__menu nav a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.category__page .menu__section .news__menu nav a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.category__page .menu__section .news__menu nav a {
  margin: 24px 0px;
  height: 44px;
  gap: 12px;
}
@media (max-width: 1024px) {
  .category__page .menu__section .news__menu nav a {
    border: 0px;
    box-shadow: none;
  }
}
.category__page .menu__section .news__menu nav a.active {
  color: #FFF;
  border-color: #3B3B3B;
  text-decoration: none;
  background-color: #3B3B3B;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.category__page .menu__section .news__menu nav a.active .img__wrapper {
  filter: invert(1);
}
.category__page .menu__section .news__menu nav a:hover {
  text-decoration: unset;
}
.category__page .menu__section .news__menu nav a:hover p {
  color: #fff;
}
.category__page .menu__section .news__menu nav a:hover .img__wrapper {
  filter: invert(1);
}
.category__page .menu__section .news__menu nav a .img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.category__page .menu__section .news__menu nav a .img__wrapper img {
  width: 27px;
}
.category__page .menu__section .news__menu nav a p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .category__page .menu__section .news__menu nav a p {
    display: none;
  }
}
@media (max-width: 1024px) {
  .category__page .menu__section .news__menu nav a p {
    display: block;
  }
}
@media (max-width: 1024px) {
  .category__page .menu__section .news__menu nav a {
    border-left: none;
    padding: 15px;
    border: 1px solid #CDCDCD;
    margin: 0;
  }
  .category__page .menu__section .news__menu nav a:last-child {
    border-bottom: 1px solid #CDCDCD;
  }
}

#modals-container .vm--container .vm--overlay {
  background: rgba(0, 0, 0, 0.8392156863);
}
#modals-container .vm--container .vm--modal {
  background: #000;
}
@media (max-width: 1024px) {
  #modals-container .vm--container .vm--modal {
    left: 0 !important;
    max-width: 80vw;
    margin: auto;
  }
}
#modals-container .vm--container .game__modal {
  width: 100%;
  height: 100%;
}
#modals-container .vm--container .game__modal iframe {
  width: 100%;
  height: 100%;
}
#modals-container .vm--container .game__modal .close__modal {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
#modals-container .vm--container .game__modal .close__modal svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication {
  z-index: 8 !important;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication p {
  color: #fff;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication .modal_iframe_age_veryfication_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a {
  cursor: pointer;
  display: block;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.age_veryfication_succes {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.age_veryfication_succes:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.age_veryfication_succes:focus {
  border: none;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.age_veryfication_succes:focus-visible {
  border: none;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.modal__close {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.modal__close:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.modal__close:focus {
  border: none;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.modal__close:focus-visible {
  border: none;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.modal__close:before {
  content: "";
}

.wazadan__games .wazadan__games {
  width: 100%;
}
.wazadan__games {
  background-color: #fff;
}
.wazadan__games.open .games__header, .wazadan__games.open .catalog, .wazadan__games.open .description, .wazadan__games.open .features {
  display: none;
}
.wazadan__games.open .wazadan__games {
  width: 70vw;
  transition: 0.6s;
}
.wazadan__games.open .wazadan__games .games__filter {
  display: none;
}
.wazadan__games.open .wazadan__games .container.games__container {
  padding-bottom: 32px;
}
.wazadan__games .games__container {
  max-width: 1400px;
  width: 100%;
  display: block;
  margin: auto;
  max-width: 1800px;
  padding: 32px 0;
  padding-bottom: 70px;
}
.wazadan__games .games__header {
  background-color: #FAFAFA;
}
.wazadan__games .games__header .wrapper {
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .wazadan__games .games__header .wrapper {
    margin-top: 0px;
  }
}
.wazadan__games .games__header .wrapper .desc {
  width: 50%;
}
@media (max-width: 1024px) {
  .wazadan__games .games__header .wrapper .desc {
    width: 100%;
  }
}
.wazadan__games .games__header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .wazadan__games .games__header .wrapper .card__wrapper {
    display: none;
  }
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack {
  transform: translateY(100px);
  max-height: 270px;
  max-width: 405px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box {
  position: relative;
  transform: translateY(-100px);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card {
  background: #f7fffd;
  width: 405px;
  height: 304px;
  border-radius: 20px;
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
  cursor: pointer;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card.hide {
  visibility: hidden;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"] {
  transform: translate(calc(0 * 35px), calc(0 * -35px)) scale(calc(1 - 0.05 * 0));
  z-index: calc(6 - 0);
  opacity: calc(1 - 0.1 * 0);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"]:hover {
  transform: scale(0.95);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="1"] {
  transform: translate(calc(1 * 35px), calc(1 * -35px)) scale(calc(1 - 0.05 * 1));
  z-index: calc(6 - 1);
  opacity: calc(1 - 0.1 * 1);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="2"] {
  transform: translate(calc(2 * 35px), calc(2 * -35px)) scale(calc(1 - 0.05 * 2));
  z-index: calc(6 - 2);
  opacity: calc(1 - 0.1 * 2);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="3"] {
  transform: translate(calc(3 * 35px), calc(3 * -35px)) scale(calc(1 - 0.05 * 3));
  z-index: calc(6 - 3);
  opacity: calc(1 - 0.1 * 3);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="4"] {
  transform: translate(calc(4 * 35px), calc(4 * -35px)) scale(calc(1 - 0.05 * 4));
  z-index: calc(6 - 4);
  opacity: calc(1 - 0.1 * 4);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .dot__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot:not(.active) {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  opacity: 0.5;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot.active {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
@media (min-width: 1921px) {
  .wazadan__games .games__header {
    padding: 100px 96px;
    padding-bottom: 140px;
  }
}
@media (max-width: 1920px) {
  .wazadan__games .games__header {
    padding: 80px 96px;
    padding-bottom: 145px;
  }
}
@media (max-width: 1024px) {
  .wazadan__games .games__header {
    padding: 60px 60px;
    margin-top: 78px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .games__header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__games .games__header {
    padding: 40px 28px;
  }
}
.wazadan__games .games__header .games__header__title {
  padding-bottom: 15px;
  max-width: 670px;
}
.wazadan__games .games__header .games__header__title span {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .wazadan__games .games__header .games__header__title span {
    font-size: 40px;
    line-height: 43px;
  }
}
.wazadan__games .games__header .games__header__title span {
  color: #191919;
}
@media (max-width: 1400px) {
  .wazadan__games .games__header .games__header__title span {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #191919;
  }
}
@media (max-width: 1400px) and (max-width: 1400px) {
  .wazadan__games .games__header .games__header__title span {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__games .games__header h2 {
  max-width: 600px;
  margin-bottom: 32px;
}
.wazadan__games .games__header h2 small {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
}
.wazadan__games .games__header .games__counter .typewrite {
  height: 61px;
}
.wazadan__games .games__header .games__counter .typewrite .wrap {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .wazadan__games .games__header .games__counter .typewrite .wrap {
    font-size: 30px;
    line-height: 40px;
  }
}
.wazadan__games .games__header .games__counter .typewrite .wrap {
  font-weight: 700;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wazadan__games .games__list {
  transition: width 0.5s;
}
.wazadan__games .games__list .games__filter {
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  z-index: 999;
  padding: 24px 5% 24px 5%;
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .games__filter {
    padding: 40px;
    justify-content: flex-start;
  }
}
.wazadan__games .games__list .games__filter .country {
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .games__filter .country {
    margin-right: 20px;
  }
}
.wazadan__games .games__list .games__filter .button_filter {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__games .games__list .games__filter .button_filter:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__games .games__list .games__filter .button_filter {
  text-transform: capitalize;
  padding: 12px 24px;
  font-size: 16px !important;
}
.wazadan__games .games__list .games__filter .button_filter.country {
  border: 0.5px solid #FF3D17;
  color: #FF3D17;
}
.wazadan__games .games__list .games__filter .button_filter.country:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: white;
}
.wazadan__games .games__list .games__filter .button_filter.country.active {
  background-color: #FF3D17;
  color: white;
  border: 1px solid #FF3D17;
}
.wazadan__games .games__list .games__filter .button_filter.country:active {
  background-color: #FF3D17;
  color: white;
  border: 1px solid #FF3D17;
}
.wazadan__games .games__list .games__filter .button_filter.country:focus {
  border: 1px solid #FF3D17;
}
.wazadan__games .games__list .games__filter .button_filter.country:disabled {
  background-color: #FF3D17;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
  pointer-events: none;
}
.wazadan__games .games__list .games__filter .button_filter:disabled {
  background-color: gray;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
  pointer-events: none;
}
.wazadan__games .games__list .games__filter .button_filter.active {
  border: 1px solid black;
  background-color: black;
  color: white;
}
.wazadan__games .games__list .games__filter .button_filter:focus {
  border: 1px solid black;
}
.wazadan__games .games__list .games__filter .wrapper {
  display: flex;
  align-items: center;
}
.wazadan__games .games__list .games__filter .wrapper p {
  display: flex;
  gap: 5px;
  position: relative;
  margin-bottom: 0;
}
.wazadan__games .games__list .games__filter .wrapper p:hover span, .wazadan__games .games__list .games__filter .wrapper p:hover i {
  color: #FF3D17;
}
.wazadan__games .games__list .games__filter .wrapper p:active span, .wazadan__games .games__list .games__filter .wrapper p:active i {
  color: #C43131;
}
.wazadan__games .games__list .games__filter .wrapper p span {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: underline;
}
.wazadan__games .games__list .games__filter .wrapper p i {
  font-size: 30px;
  line-height: 1rem;
  color: black;
  padding: 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -3px;
  text-decoration: none;
}
.wazadan__games .games__list .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
}
.wazadan__games .games__list .games__filter__sidebar.open {
  right: 0;
}
.wazadan__games .games__list .games__filter__sidebar {
  height: 100%;
  width: 30vw;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -30vw;
  background-color: #FAFAFA;
  transition: 0.5s;
  background: #FAFAFA;
  box-shadow: 0px 8px 8px rgba(25, 25, 25, 0.15);
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .games__filter__sidebar {
    width: 100%;
    right: -100%;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top {
  display: flex;
  flex-wrap: wrap;
  padding: 36px 96px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CDCDCD;
  position: sticky;
  z-index: 1;
  top: 0;
  background-color: #191919;
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .games__filter__sidebar__wrapper__top {
    padding: 25px;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .reset__wrapper {
  position: relative;
  text-decoration: none;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .reset__wrapper .reset_btn {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .reset__wrapper .reset_btn:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #FF3D17;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .reset__wrapper .reset_btn:active {
  color: #C43131;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .reset__wrapper .selected__filter {
  background-color: #FF3D17;
  padding: 11px;
  border-radius: 50%;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  top: -8px;
  right: -20px;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper a {
  text-decoration: none;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt {
  display: flex;
  gap: 5px;
  position: relative;
  margin-bottom: 0;
  color: white;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt:hover span, .wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt:hover i {
  color: #FF3D17;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt:active span, .wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt:active i {
  color: #C43131;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt span {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: underline;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt i {
  color: white;
  font-size: 30px;
  line-height: 1rem;
  padding: 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 3px;
  text-decoration: none;
  transform: rotate(180deg);
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom {
  padding: 52px 96px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow-x: scroll;
  height: 90vh;
  align-content: flex-start;
}
@media (max-width: 1400px) {
  .wazadan__games .games__list .games__filter__sidebar__wrapper__bottom {
    padding: 32px;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom::-webkit-scrollbar {
  width: 5px;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 3px solid #191919;
}
@media (max-width: 1400px) {
  .wazadan__games .games__list .games__filter__sidebar__wrapper__bottom {
    padding: 28px;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter a {
    padding: 12px 24px;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter input:disabled a {
  background-color: gray;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter input:disabled + label a {
  background-color: gray;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a {
  color: #fff;
  background-color: #191919;
}
@media (min-width: 1921px) {
  .wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a {
    padding: 12px 24px;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter label {
  margin-bottom: 0;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter label:hover {
  cursor: pointer;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .category__name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 32px 0 16px 0;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom div:first-child .category__name {
  margin-top: 0;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter:focus {
  border: none;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter:focus-visible {
  border: none;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  cursor: pointer;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter {
  color: #191919;
  bottom: 34px;
  left: 10px;
  position: relative;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter:hover {
  color: #FF3D17;
  cursor: pointer;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter i {
  position: absolute;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter p {
  margin: 0;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end {
  display: none;
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .games__filter__sidebar__wrapper__end {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #CDCDCD;
    position: sticky;
    z-index: 1;
    bottom: 0;
    background-color: #fafafa;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .reset__wrapper {
  position: relative;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .reset__wrapper .reset_btn {
  color: #191919;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .reset__wrapper .reset_btn:hover {
  color: #FF3D17;
  cursor: pointer;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .reset__wrapper .selected__filter {
  background-color: #FF3D17;
  padding: 15px;
  border-radius: 50%;
  font-size: 15px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  top: -15px;
  right: -30px;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .close_btn, .wazadan__games .games__list .games__filter__sidebar__wrapper__end .results {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .close_btn:hover, .wazadan__games .games__list .games__filter__sidebar__wrapper__end .results:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .close_btn:focus, .wazadan__games .games__list .games__filter__sidebar__wrapper__end .results:focus {
  border: none;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .close_btn:focus-visible, .wazadan__games .games__list .games__filter__sidebar__wrapper__end .results:focus-visible {
  border: none;
}
.wazadan__games .games__list .tab .gamesWrapper .no-result {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
}
.wazadan__games .games__list .tab .gamesWrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-items: start;
  list-style: none;
  justify-content: center;
  gap: 32px 16px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .wazadan__games .games__list .tab .gamesWrapper ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
@media (max-width: 991.98px) {
  .wazadan__games .games__list .tab .gamesWrapper ul {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    gap: 28px 16px;
  }
}
.wazadan__games .games__list .tab .gamesWrapper ul li {
  width: 100%;
  max-width: 404px;
}
@media (max-width: 1400px) {
  .wazadan__games .games__list .tab .gamesWrapper ul li {
    max-width: 296px;
  }
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .tab .gamesWrapper ul li {
    max-width: 320px;
  }
}
.wazadan__games .games__list .tab .gamesWrapper ul li .not-active img {
  opacity: 0.7;
  -webkit-filter: brightness(50%);
}
.wazadan__games .games__list .tab .gamesWrapper ul li .not-active .gameTitle, .wazadan__games .games__list .tab .gamesWrapper ul li .not-active .gameTeaser, .wazadan__games .games__list .tab .gamesWrapper ul li .not-active .releaseDate {
  opacity: 0.7;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .not-active .imgWrapper:hover {
  transform: scale(1);
  cursor: default;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .imgWrapper {
  position: relative;
  transition: transform 0.4s ease-in-out;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .imgWrapper .gameCategory {
  position: absolute;
  padding: 8px 16px;
  top: 24px;
  left: 0;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .imgWrapper .upcomingLabel {
  position: absolute;
  padding: 8px 16px;
  top: 24px;
  left: 0;
  background: #FAFAFA;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .imgWrapper img {
  border-radius: 20px;
  width: 100%;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .imgWrapper {
  transition: 0.3s;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .imgWrapper .playGame {
  display: none;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .imgWrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.wazadan__games .games__list .tab .gamesWrapper ul p {
  line-height: 1rem;
  padding-top: 12px;
  margin: 0;
  color: #191919;
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .tab .gamesWrapper ul p {
    padding-top: 8px;
  }
}
.wazadan__games .games__list .tab .gamesWrapper ul a {
  text-decoration: none;
}
.wazadan__games .games__list .tab .gamesWrapper ul .gameTitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__games .games__list .tab .gamesWrapper ul .gameTitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__games .games__list .tab .gamesWrapper ul .gameTitle {
  color: #191919;
  padding-top: 16px;
}
.wazadan__games .games__list .tab .gamesWrapper ul .releaseDate {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__games .games__list .tab .gamesWrapper ul .releaseDate {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazadan__games .games__list .tab .gamesWrapper ul .releaseDate {
  font-weight: 700;
}
@media (min-width: 1921px) {
  .wazadan__games .games__list .tab .gamesWrapper ul .gameTeaser {
    margin-bottom: 0;
    color: #191919;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media (max-width: 1920px) {
  .wazadan__games .games__list .tab .gamesWrapper ul .gameTeaser {
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}
.wazadan__games .games__list .tab .gamesWrapper ul .exploreGame {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wazadan__games .games__list .tab .gamesWrapper ul .exploreGame:hover {
  text-decoration: underline;
  color: #C43131;
}
.wazadan__games .games__list .tab .gamesWrapper .show__more__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.wazadan__games .games__list .tab .gamesWrapper .show__more__btn:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.wazadan__games .games__list .tab .gamesWrapper .show__more__btn {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1920px) {
  .wazadan__games .games__list .tab .gamesWrapper .show__more__btn {
    margin-top: 52px;
  }
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .tab .gamesWrapper .show__more__btn {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .games__list .tab .gamesWrapper .show__more__btn {
    margin-top: 36px;
  }
}
@media (min-width: 1921px) {
  .wazadan__games .games__list .tab .gamesWrapper .show__more__btn {
    margin-top: 68px;
  }
}
@media (min-width: 1921px) {
  .wazadan__games .catalog {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazadan__games .catalog {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazadan__games .catalog {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .catalog {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__games .catalog {
    padding: 60px 28px;
  }
}
.wazadan__games .catalog__wrapper {
  background-color: #FAFAFA;
  padding: 52px 105px;
}
@media (max-width: 1024px) {
  .wazadan__games .catalog__wrapper {
    padding: 52px 30px;
  }
}
.wazadan__games .catalog__wrapper .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .wazadan__games .catalog__wrapper .content {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.wazadan__games .catalog__wrapper .content .desc p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__games .catalog__wrapper .content .desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazadan__games .catalog__wrapper .content .desc p {
  font-weight: 700;
  margin-bottom: 0;
}
.wazadan__games .catalog__wrapper .content .button_wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazadan__games .catalog__wrapper .content .button_wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__games .catalog__wrapper .content .button_wrapper a {
  white-space: nowrap;
}
.wazadan__games .description {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
@media (min-width: 1921px) {
  .wazadan__games .description .description__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazadan__games .description .description__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazadan__games .description .description__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .description .description__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__games .description .description__wrapper {
    padding: 60px 28px;
  }
}
.wazadan__games .description .description__wrapper .desc {
  max-width: 1038px;
  margin: auto;
}
.wazadan__games .description .description__wrapper .desc h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .wazadan__games .description .description__wrapper .desc h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__games .description .description__wrapper .desc h3 {
  color: #FFF;
  text-align: center;
  opacity: 0;
  transition: 1.3s;
}
@media (min-width: 1921px) {
  .wazadan__games .features__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazadan__games .features__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazadan__games .features__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .features__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__games .features__wrapper {
    padding: 60px 28px;
  }
}
.wazadan__games .features__wrapper .heading {
  margin-bottom: 52px;
}
.wazadan__games .features__wrapper .heading h4 {
  text-align: center;
}
.wazadan__games .features__wrapper .heading h4 span {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .wazadan__games .features__wrapper .heading h4 span {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__games .features__wrapper .heading h4 span {
  color: #191919;
}
.wazadan__games .features__wrapper .features__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 24px;
  margin-bottom: 52px;
  max-width: 1440px;
  margin: auto;
}
.wazadan__games .features__wrapper .features__list .feature {
  font-size: 24px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 120px;
  color: #E23535;
  padding: 16px 32px;
  transition: 0.2s ease-out;
  margin-bottom: 0;
}
.wazadan__games .features__wrapper .features__list .feature:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #fff;
}
.wazadan__games .features__wrapper .features__list .feature:active {
  background: #C43131;
}
.wazadan__games .features__wrapper .more {
  width: 100%;
  margin-bottom: 80px;
  margin-top: 52px;
}
.wazadan__games .features__wrapper .more p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__games .features__wrapper .more p {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazadan__games .features__wrapper .more p {
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.wazadan__games .features__wrapper .content .desc {
  max-width: 616px;
  margin: auto;
}
.wazadan__games .features__wrapper .content .desc h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__games .features__wrapper .content .desc h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__games .features__wrapper .content .desc h5 {
  color: #191919;
  text-align: center;
  margin-bottom: 32px;
  opacity: 0;
  transition: 1.3s;
}
.wazadan__games .features__wrapper .content .button__wrapper {
  display: flex;
  justify-content: center;
}
.wazadan__games .features__wrapper .content .button__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazadan__games .features__wrapper .content .button__wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__games .modal-dialog {
  width: auto;
  max-width: 960px;
}
.wazadan__games .modal-body {
  padding: 0;
}
.wazadan__games .modal-body button.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 50px;
  z-index: 9;
  color: #fff;
}
.wazadan__games .modal-body .container-fluid.playGame, .wazadan__games .modal-body .playGame.container-sm, .wazadan__games .modal-body .playGame.container-md, .wazadan__games .modal-body .playGame.container-lg, .wazadan__games .modal-body .playGame.container-xl {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .wazadan__games .modal-body .container-fluid.playGame, .wazadan__games .modal-body .playGame.container-sm, .wazadan__games .modal-body .playGame.container-md, .wazadan__games .modal-body .playGame.container-lg, .wazadan__games .modal-body .playGame.container-xl {
    background-color: #050505;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wazadan__games .modal-body .section div.modal__iframe img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
@media screen and (max-width: 1400px) {
  .wazadan__games .modal-body .section div.modal__iframe img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
}
.wazadan__games .modal-body .section .modal__game-player {
  height: 600px !important;
}
.wazadan__games .modal-body .section .modal__game-player .button {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__games .modal-body .section .modal__game-player .button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__games .modal-body .section .modal__game-player .button:focus {
  border: none;
}
.wazadan__games .modal-body .section .modal__game-player .button:focus-visible {
  border: none;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe, .wazadan__games .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background: #000;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--mobile .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--landscape .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--mobile img {
  display: none;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--landscape img {
  display: none;
}
.wazadan__games .modal-body .section .modal_iframe_age_veryfication {
  display: none;
}
.wazadan__games .modal-body .section .modal__iframe {
  position: relative;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--desktop, .wazadan__games .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--desktop, .wazadan__games .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe, .wazadan__games .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication {
  z-index: 8 !important;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication p {
  color: #fff;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication .modal_iframe_age_veryfication_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a {
  cursor: pointer;
  display: block;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus {
  border: none;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus-visible {
  border: none;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.modal__close {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.modal__close:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.modal__close:focus {
  border: none;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.modal__close:focus-visible {
  border: none;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.modal__close:before {
  content: "";
}
.wazadan__games .section__boosting__features .boosting__features__wrapper {
  max-width: 1650px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 16px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wazadan__games .section__boosting__features .boosting__features__wrapper {
    margin: 16px;
    flex-wrap: wrap;
  }
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features {
  padding: 52px;
  padding-top: 0;
  min-width: 930px;
  text-align: center;
}
@media (max-width: 1024px) {
  .wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features {
    min-width: 100%;
    padding: 20px;
  }
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features h3 {
  color: #191919;
  padding-bottom: 32px;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal {
  width: 100%;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .slick-slide {
  padding-bottom: 50px;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper {
  position: relative;
  padding: 0 8px;
}
@media (max-width: 1024px) {
  .wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper {
    padding: 0;
  }
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .title {
  position: absolute;
  bottom: -50px;
  left: 35%;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .title p {
  font-weight: 900;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  position: relative;
  max-width: 405px;
  width: 100%;
  border-radius: 20px;
  transition: transform 0.4s;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video:hover {
  -webkit-transform: scale(0.97, 0.97);
  transform: scale(0.97) !important;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video:hover .overlay {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video:hover .overlay a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video:hover .overlay a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video:hover .overlay a:focus {
  border: none;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video:hover .overlay a:focus-visible {
  border: none;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video:hover .overlay a {
  transition: transform 0s;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .overlay {
  position: absolute;
  width: 100%;
  max-width: 398px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .overlay .watch__video {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .overlay .watch__video:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .overlay .watch__video:focus {
  border: none;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .overlay .watch__video:focus-visible {
  border: none;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-dots {
  bottom: -50px;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-dots li button {
  height: 15px;
  width: 15px;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.wazadan__games .am-section {
  padding: 80px 120px 100px 100px;
  background-color: #F5F5F5;
}
@media (max-width: 1400px) {
  .wazadan__games .am-section {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 1024px) {
  .wazadan__games .am-section {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .am-section {
    padding: 40px 20px 40px 20px;
  }
}
.wazadan__games .am-section .heading {
  max-width: 900px;
  margin: auto;
}
.wazadan__games .am-section .heading h2 {
  font-size: 47px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1400px) {
  .wazadan__games .am-section .heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .am-section .heading h2 {
    font-size: 32px;
  }
}
.wazadan__games .am-section .team__members {
  margin-top: 82px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wazadan__games .am-section .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    margin-top: 52px;
  }
}
.wazadan__games .am-section .team__members .member {
  width: 250px;
  text-align: center;
}
.wazadan__games .am-section .team__members .member .member__image {
  position: relative;
}
.wazadan__games .am-section .team__members .member .member__image .social {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
}
.wazadan__games .am-section .team__members .member .member__image .social .mail, .wazadan__games .am-section .team__members .member .member__image .social .linkedin, .wazadan__games .am-section .team__members .member .member__image .social .skype {
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #E23535;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF3D17;
  cursor: pointer;
}
.wazadan__games .am-section .team__members .member .member__image .social .mail svg, .wazadan__games .am-section .team__members .member .member__image .social .linkedin svg, .wazadan__games .am-section .team__members .member .member__image .social .skype svg {
  width: 16px;
  fill: white;
}
.wazadan__games .am-section .team__members .member .member__image .social .mail:hover, .wazadan__games .am-section .team__members .member .member__image .social .linkedin:hover, .wazadan__games .am-section .team__members .member .member__image .social .skype:hover {
  background-color: white;
}
.wazadan__games .am-section .team__members .member .member__image .social .mail:hover svg, .wazadan__games .am-section .team__members .member .member__image .social .linkedin:hover svg, .wazadan__games .am-section .team__members .member .member__image .social .skype:hover svg {
  fill: #FF3D17;
}
.wazadan__games .am-section .team__members .member .member__image .social .mail:active, .wazadan__games .am-section .team__members .member .member__image .social .linkedin:active, .wazadan__games .am-section .team__members .member .member__image .social .skype:active {
  background-color: #C43131;
  border: 1px solid #C43131;
}
.wazadan__games .am-section .team__members .member .member__image .social .mail:active svg, .wazadan__games .am-section .team__members .member .member__image .social .linkedin:active svg, .wazadan__games .am-section .team__members .member .member__image .social .skype:active svg {
  fill: white;
}
.wazadan__games .am-section .team__members .member .member__image img.person__image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wazadan__games .am-section .team__members .member .member__name {
  margin-top: 30px;
}
.wazadan__games .am-section .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__games .am-section .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__games .am-section .team__members .member .member__name p {
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .wazadan__games .am-section .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.wazadan__games .am-section .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .wazadan__games .am-section .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}

.why__wazdan__page .details__section {
  background: #FAFAFA;
}
.why__wazdan__page .details__section__wrapper {
  width: 100%;
  margin: auto;
  max-width: 1450px;
  margin-top: 84px;
  padding: 80px 96px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .details__section__wrapper {
    margin-top: 60px;
    padding: 60px 20px;
  }
}
@media (max-width: 1400px) {
  .why__wazdan__page .details__section__wrapper .heading {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .why__wazdan__page .details__section__wrapper .heading {
    margin-bottom: 30px;
  }
}
.why__wazdan__page .details__section__wrapper .heading h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .details__section__wrapper .heading h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
.why__wazdan__page .details__section__wrapper .heading h1 {
  color: #191919;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .details__section__wrapper .heading h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.why__wazdan__page .details__section__wrapper .heading h2 {
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .details__section__wrapper .heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.why__wazdan__page .details__section__wrapper .heading h2 {
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  max-width: 960px;
  margin: auto;
}
.why__wazdan__page .menu__section {
  margin: auto;
}
.why__wazdan__page .menu__section .menu__wrapper {
  padding: 52px 96px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .menu__section .menu__wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .why__wazdan__page .menu__section .menu__wrapper {
    padding: 52px 20px;
  }
}
.why__wazdan__page .menu__section .menu__wrapper .menu__button {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.why__wazdan__page .menu__section .menu__wrapper .menu__button:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.why__wazdan__page .menu__section .menu__wrapper .menu__button:active {
  border-color: #C43131;
  background-color: #C43131;
}
.why__wazdan__page .menu__section .menu__wrapper .menu__button {
  color: #191919;
  border-color: #191919;
  font-size: 22px;
  padding: 16px 50px;
  border-radius: 120px;
  line-height: 32px;
  width: 300px;
}
.why__wazdan__page .menu__section .menu__wrapper .menu__button:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
.why__wazdan__page .section__title {
  max-width: 1250px;
  background: #FAFAFA;
  border-radius: 20px;
  margin: auto;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__title {
    margin: 20px;
  }
}
.why__wazdan__page .section__title .more__title {
  padding: 24px;
}
.why__wazdan__page .section__title .more__title h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__title .more__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__title .more__title h2 {
  color: #FF3D17;
  line-height: 50px !important;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.why__wazdan__page .section__freshness {
  margin-bottom: 80px;
}
.why__wazdan__page .section__freshness .section__freshness__row {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 16px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__freshness .section__freshness__row {
    flex-wrap: wrap;
    margin: 16px;
    flex-direction: column;
  }
}
.why__wazdan__page .section__freshness .section__freshness__row .freshness__counter {
  padding: 52px;
  background: #FAFAFA;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 52px;
}
.why__wazdan__page .section__freshness .section__freshness__row .freshness__counter .counter {
  text-align: center;
}
.why__wazdan__page .section__freshness .section__freshness__row .freshness__counter .counter h3 {
  font-weight: 700;
  font-size: 80px;
  line-height: 121px;
  color: #191919;
}
.why__wazdan__page .section__freshness .section__freshness__row .freshness__counter .counter .count::after {
  content: "+";
}
.why__wazdan__page .section__freshness .section__freshness__row .freshness__counter .counter h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__freshness .section__freshness__row .freshness__counter .counter h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__freshness .section__freshness__row .freshness__counter .counter h5 {
  color: #191919;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  max-width: 930px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__freshness .section__freshness__row .top__performing {
    max-width: 100%;
    padding: 30px;
  }
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__freshness .section__freshness__row .top__performing h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing h3 {
  color: #191919;
  text-align: center;
  margin-bottom: 32px;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__category {
  position: absolute;
  padding: 8px 16px;
  top: 20px;
  left: 0;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  z-index: 10;
  position: relative;
  max-width: 405px;
  width: 100%;
  border-radius: 20px;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image {
    max-width: 390px;
  }
}
@media (max-width: 1290px) {
  .why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image {
    max-width: 370px;
  }
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image:hover {
  -webkit-transform: scale(0.97, 0.97);
  transform: scale(0.97) !important;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image:hover .overlay {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image:hover .overlay a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image:hover .overlay a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image:hover .overlay a:focus {
  border: none;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image:hover .overlay a:focus-visible {
  border: none;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image:hover .overlay a {
  transition: transform 0s;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image img {
  width: 100%;
  border-radius: 20px;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .slick-dots {
  bottom: -50px;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .slick-dots li button {
  height: 15px;
  width: 15px;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.why__wazdan__page .section__freshness .section__freshness__row .mobile__design {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  min-width: 930px;
  text-align: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__freshness .section__freshness__row .mobile__design {
    min-width: 100%;
  }
}
.why__wazdan__page .section__freshness .section__freshness__row .mobile__design h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__freshness .section__freshness__row .mobile__design h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__freshness .section__freshness__row .mobile__design h3 {
  color: #191919;
  text-align: center;
  margin-bottom: 32px;
}
.why__wazdan__page .section__more__reliability {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 16px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__more__reliability {
    flex-wrap: wrap;
    margin: 16px;
    flex-direction: column;
  }
}
.why__wazdan__page .section__more__reliability .compilance__markets {
  min-width: 930px;
  padding: 52px;
  background: #FAFAFA;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__more__reliability .compilance__markets {
    min-width: 100%;
  }
}
.why__wazdan__page .section__more__reliability .compilance__markets h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__more__reliability .compilance__markets h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__more__reliability .compilance__markets h3 {
  color: #191919;
  text-align: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__more__reliability .compilance__markets h3 {
    font-size: 30px;
  }
}
.why__wazdan__page .section__more__reliability .compilance__markets .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 700px;
  width: 100%;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list .list__item {
  display: flex;
  flex-direction: column;
  max-width: 96px;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 14px 16px;
  border-radius: 8px;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list .list__item .img__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list .list__item .img__wrapper img {
  width: 68px;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list .list__item p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #3B3B3B;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list__more p {
  cursor: pointer;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list__more p:hover {
  color: #FF3D17;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list__more p:active {
  color: #C43131;
}
.why__wazdan__page .section__more__reliability .awards__winning {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 46px;
  background: #FAFAFA;
  border-radius: 20px;
  text-align: center;
}
.why__wazdan__page .section__more__reliability .awards__winning h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__more__reliability .awards__winning h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__more__reliability .awards__winning h5 {
  color: #191919;
}
.why__wazdan__page .section__more__reliability .awards__winning a {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.why__wazdan__page .section__more__reliability .awards__winning a:hover {
  color: #FF3D17;
}
.why__wazdan__page .section__more__reliability .awards__winning a:active {
  color: #C43131;
}
.why__wazdan__page .section__more__reliability .awards__winning .award__image {
  padding: 30px 0;
  max-width: 200px;
}
.why__wazdan__page .section__trusted__partner {
  max-width: 1250px;
  margin: auto;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__trusted__partner {
    margin: 16px;
  }
}
.why__wazdan__page .section__trusted__partner .trusted__partner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  gap: 52px;
  align-items: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__trusted__partner .trusted__partner {
    justify-content: center;
  }
}
.why__wazdan__page .section__trusted__partner .trusted__partner .title h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__trusted__partner .trusted__partner .title h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__trusted__partner .trusted__partner .title h3 {
  color: #191919;
}
.why__wazdan__page .section__trusted__partner .trusted__partner .years, .why__wazdan__page .section__trusted__partner .trusted__partner .partners, .why__wazdan__page .section__trusted__partner .trusted__partner .employees {
  text-align: center;
}
.why__wazdan__page .section__trusted__partner .trusted__partner .years h3, .why__wazdan__page .section__trusted__partner .trusted__partner .partners h3, .why__wazdan__page .section__trusted__partner .trusted__partner .employees h3 {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #191919;
}
.why__wazdan__page .section__trusted__partner .trusted__partner .years .count::after, .why__wazdan__page .section__trusted__partner .trusted__partner .partners .count::after, .why__wazdan__page .section__trusted__partner .trusted__partner .employees .count::after {
  content: "+";
}
.why__wazdan__page .section__trusted__partner .trusted__partner .years h5, .why__wazdan__page .section__trusted__partner .trusted__partner .partners h5, .why__wazdan__page .section__trusted__partner .trusted__partner .employees h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__trusted__partner .trusted__partner .years h5, .why__wazdan__page .section__trusted__partner .trusted__partner .partners h5, .why__wazdan__page .section__trusted__partner .trusted__partner .employees h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__trusted__partner .trusted__partner .years h5, .why__wazdan__page .section__trusted__partner .trusted__partner .partners h5, .why__wazdan__page .section__trusted__partner .trusted__partner .employees h5 {
  color: #191919;
}
.why__wazdan__page .section__effortless__partnership {
  max-width: 1250px;
  margin: auto;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__effortless__partnership {
    margin: 16px;
  }
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .team__image {
  display: flex;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .team__image img {
  border-radius: 20px;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .team__image video {
  border-radius: 20px;
  max-width: 600px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .team__image iframe {
  top: 0;
  border-radius: 20px;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 25px 96px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership {
    padding: 30px;
  }
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership h5 {
  color: #191919;
  margin-bottom: 32px;
  font-size: 40px;
  text-align: left;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership .partnership__content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership .partnership__content h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership .partnership__content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership .partnership__content h3 {
  color: #191919;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership .partnership__content img {
  max-width: 47px;
}
.why__wazdan__page .section__reviews {
  max-width: 1250px;
  margin: auto;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__reviews {
    margin: 16px;
  }
}
.why__wazdan__page .section__reviews .section__reviews__wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__reviews .section__reviews__wrapper {
    flex-wrap: wrap;
  }
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews {
  flex: 1;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  max-width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__reviews .section__reviews__wrapper .reviews {
    max-width: 100%;
  }
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper {
  overflow: hidden;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item {
  text-align: center;
  padding-bottom: 50px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item .box__wrapper .name p {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item .box__wrapper .opinion p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item .box__wrapper .opinion p {
    font-size: 20px;
    line-height: 25px;
  }
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item .box__wrapper .opinion p {
  font-weight: 700;
  margin-bottom: 24px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item .box__wrapper .author {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item .box__wrapper .author .author__name {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  border-right: 1px solid #191919;
  padding-right: 5px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item .box__wrapper .author .author__op {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 5px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .slick-dots li button {
  height: 15px;
  width: 15px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards {
  flex: 1;
  padding: 52px;
  background: #FAFAFA;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards {
    min-width: 100%;
  }
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards h3 {
  color: #191919;
  text-align: center;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 330px;
  height: 200px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list .list__item {
  display: flex;
  flex-wrap: wrap;
  height: 70px;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list .list__item .img__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list .list__item .img__wrapper img {
  width: 68px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list .list__item .bigger img {
  width: 140px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list .list__item .smaller img {
  width: 45px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list .list__item p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #3B3B3B;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .gaming__list__more p {
  cursor: pointer;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .gaming__list__more p:hover {
  color: #FF3D17;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .gaming__list__more p:active {
  color: #C43131;
}
.why__wazdan__page .section__impressive__growth {
  max-width: 1250px;
  margin: auto;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__impressive__growth {
    margin: 16px;
  }
}
.why__wazdan__page .section__impressive__growth .impressive__growth {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: center;
  gap: 50px;
  align-items: center;
}
.why__wazdan__page .section__impressive__growth .impressive__growth:nth-child(3) {
  content: "";
}
.why__wazdan__page .section__impressive__growth .impressive__growth .title h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__impressive__growth .impressive__growth .title h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__impressive__growth .impressive__growth .title h3 {
  color: #191919;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__impressive__growth .impressive__growth .title h3 {
    text-align: center;
  }
}
.why__wazdan__page .section__impressive__growth .impressive__growth .years, .why__wazdan__page .section__impressive__growth .impressive__growth .partners, .why__wazdan__page .section__impressive__growth .impressive__growth .employees {
  text-align: center;
}
.why__wazdan__page .section__impressive__growth .impressive__growth .years h3, .why__wazdan__page .section__impressive__growth .impressive__growth .partners h3, .why__wazdan__page .section__impressive__growth .impressive__growth .employees h3 {
  font-weight: 700;
  font-size: 85px;
  line-height: 121px;
  color: #191919;
}
.why__wazdan__page .section__impressive__growth .impressive__growth .years .count::after, .why__wazdan__page .section__impressive__growth .impressive__growth .partners .count::after, .why__wazdan__page .section__impressive__growth .impressive__growth .employees .count::after {
  content: "%";
}
.why__wazdan__page .section__impressive__growth .impressive__growth .years h5, .why__wazdan__page .section__impressive__growth .impressive__growth .partners h5, .why__wazdan__page .section__impressive__growth .impressive__growth .employees h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__impressive__growth .impressive__growth .years h5, .why__wazdan__page .section__impressive__growth .impressive__growth .partners h5, .why__wazdan__page .section__impressive__growth .impressive__growth .employees h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__impressive__growth .impressive__growth .years h5, .why__wazdan__page .section__impressive__growth .impressive__growth .partners h5, .why__wazdan__page .section__impressive__growth .impressive__growth .employees h5 {
  color: #191919;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 16px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__boosting__features .boosting__features__wrapper {
    margin: 16px;
    flex-wrap: wrap;
  }
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  min-width: 930px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features {
    min-width: 100%;
    padding: 20px;
  }
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features h3 {
  color: #191919;
  padding-bottom: 32px;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider {
  max-width: 826px;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .slick-slide {
  padding-bottom: 50px;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper {
  position: relative;
  padding: 0 8px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper {
    padding: 0;
    max-width: 300px;
    width: 100%;
  }
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .title {
  position: absolute;
  bottom: -50px;
  left: 35%;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .title p {
  font-weight: 900;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  position: relative;
  max-width: 405px;
  width: 100%;
  border-radius: 20px;
  transition: transform 0.4s;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video:hover {
  -webkit-transform: scale(0.97, 0.97);
  transform: scale(0.97) !important;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video:hover .overlay {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video:hover .overlay a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video:hover .overlay a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video:hover .overlay a:focus {
  border: none;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video:hover .overlay a:focus-visible {
  border: none;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video:hover .overlay a {
  transition: transform 0s;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .overlay {
  position: absolute;
  width: 100%;
  max-width: 398px;
  border-radius: 20px;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .overlay .watch__video {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .overlay .watch__video:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .overlay .watch__video:focus {
  border: none;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .overlay .watch__video:focus-visible {
  border: none;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-dots {
  bottom: -50px;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-dots li button {
  height: 15px;
  width: 15px;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .info__box {
  padding: 52px 32px;
  background: #FAFAFA;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .info__box h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__boosting__features .boosting__features__wrapper .info__box h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .info__box h5 {
  color: #191919;
  text-align: center;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .info__box a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .info__box a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 16px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper {
    margin: 16px;
    flex-wrap: wrap;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .info__box {
  padding: 52px 32px;
  background: #FAFAFA;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .info__box {
    width: 100%;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .info__box h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .info__box h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .info__box h5 {
  color: #191919;
  text-align: center;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .info__box a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .info__box a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  min-width: 930px;
  text-align: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite {
    min-width: 100%;
    padding: 52px 10px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite h3 {
  color: #191919;
  padding-bottom: 32px;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider {
  max-width: 826px;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes {
  position: relative;
  padding: 0 8px;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box {
  max-width: 405px;
  min-height: 304px;
  width: 100%;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box {
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding: 8px;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 405px;
  min-height: 304px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-inner {
    transform-style: flat;
    flex-direction: column;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front, .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-back {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front, .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-back {
    -webkit-perspective: none;
    position: relative;
    height: auto;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front h4, .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-back h4 {
  font-weight: 600;
  margin: 10px;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front p, .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-back p {
  text-align: center;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .see_more, .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-back .see_more {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration-line: underline;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .see_more:hover, .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-back .see_more:hover {
  color: 191919;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  max-width: 405px;
  min-height: 340px;
  width: 100%;
  margin: auto;
  padding: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  border: 2px solid transparent;
  transition: 0.2s;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box:hover {
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transform: scale(0.97);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box {
    padding: 30px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .img__wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .img__wrapper {
    margin-bottom: 30px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .img__wrapper img {
  width: 142.59px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .img__wrapper img {
    height: 115px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .heading h6 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .heading h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .heading h6 {
  color: #191919;
  margin: 0;
  text-align: left;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .desc p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .slick-dots {
  bottom: -50px;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .slick-dots li button {
  height: 15px;
  width: 15px;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.why__wazdan__page .section__promotional__tools {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  margin: 16px auto 80px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__promotional__tools {
    margin: 16px;
  }
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px 52px 100px 52px;
  text-align: center;
  width: 100%;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__promotional__tools .promotional__tools__wrapper h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper h3 {
  color: #191919;
  padding-bottom: 54px;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .promotional__tools__slider {
  max-width: 810px;
  margin: auto;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .promotional__tools__slider .tools img {
  padding: 0 5px;
  border-radius: 20px;
  transition: 0.3s;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .promotional__tools__slider .tools img:hover {
  transform: scale(0.95);
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .slick-dots {
  bottom: -50px;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .slick-dots li button {
  height: 15px;
  width: 15px;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.why__wazdan__page .section__more__revenue {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  margin: 16px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__more__revenue {
    margin: 16px;
  }
}
.why__wazdan__page .section__more__revenue .more__revenue__wrapper {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 52px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__more__revenue .more__revenue__wrapper {
    flex-wrap: wrap;
    padding: 30px;
  }
}
.why__wazdan__page .section__more__revenue .more__revenue__wrapper .revenue__content h5 {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__more__revenue .more__revenue__wrapper .revenue__content h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
.why__wazdan__page .section__more__revenue .more__revenue__wrapper .revenue__content h5 {
  font-weight: 700;
  margin-bottom: 32px;
  text-align: left;
}
.why__wazdan__page .section__more__revenue .more__revenue__wrapper .revenue__content h3 {
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__more__revenue .more__revenue__wrapper .revenue__content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.why__wazdan__page .section__more__revenue .more__revenue__wrapper .revenue__content h3 {
  font-weight: 700;
  margin-bottom: 16px;
  text-align: left;
}
.why__wazdan__page .section__more__revenue .more__revenue__wrapper .revenue__banner {
  border-radius: 20px;
  max-width: 641px;
}
.why__wazdan__page .section__casinos {
  max-width: 1250px;
  margin: 16px auto 120px auto;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__casinos {
    margin: 16px;
  }
}
.why__wazdan__page .section__casinos .casinos__info__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__casinos .casinos__info__wrapper {
    flex-wrap: wrap;
  }
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .casinos {
  flex: 1 1 0px;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .casinos h3 {
  font-weight: 700;
  font-size: 80px;
  line-height: 121px;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .casinos h5 {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__casinos .casinos__info__wrapper .casinos h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .casinos h5 {
  font-weight: 700;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .casinos .count::after {
  content: "+";
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box {
  flex: 1 1 0px;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 52px;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .agregated h3 {
  font-weight: 700;
  font-size: 80px;
  line-height: 121px;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .agregated .count::after {
  content: "+";
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .agregated h5 {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .agregated h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .agregated h5 {
  font-weight: 700;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .integrations h3 {
  font-weight: 700;
  font-size: 80px;
  line-height: 121px;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .integrations .count::after {
  content: "+";
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .integrations h5 {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .integrations h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .integrations h5 {
  font-weight: 700;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .offer {
  flex: 1 1 0px;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .offer h5 {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__casinos .casinos__info__wrapper .offer h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .offer h5 {
  font-weight: 700;
  margin-bottom: 32px;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .offer .offer__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .offer .offer__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

.site-mighty-symbols-diamonds-betsson .breadcrumbs.breadcrumbs__game {
  display: none;
}

.site-mighty-symbols-diamonds-betsson .cashdrop__section {
  display: none;
}

.site-mighty-symbols-diamonds-betsson .game__container {
  background-color: #191919 !important;
}

.site-mighty-symbols-diamonds-betsson .game__slider {
  background-color: rgba(25, 25, 25, 0.9803921569) !important;
}

.site-mighty-symbols-diamonds-betsson .wazdan__game .game__header .game__container .game__content .game__desc, .site-mighty-symbols-diamonds-betsson .wazdan__game .game__slider .heading h4, .site-mighty-symbols-diamonds-betsson .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .title, .site-mighty-symbols-diamonds-betsson .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .desc, .site-mighty-symbols-diamonds-betsson .wazdan__game .game__header .game__container .game__content .game__title {
  color: #fff !important;
}

.prev__post, .next__post {
  height: 100vh;
  top: 0;
  position: fixed;
  width: 80px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 1;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .prev__post, .next__post {
    display: none;
  }
}
.prev__post a, .next__post a {
  font-size: 40px;
  text-decoration: none;
  color: white;
  width: 100%;
  height: 100%;
  padding: 10px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  text-align: center;
}
.prev__post a:hover, .next__post a:hover {
  text-decoration: none;
}
.prev__post:hover, .next__post:hover {
  opacity: 1;
}

.prev__post {
  left: 0;
}
.prev__post a {
  transform: rotate(180deg);
}

.next__post {
  right: 0;
}
.next__post a {
  transform: rotate(-360deg);
}

.wazdan__game {
  position: relative;
}
.wazdan__game .game__header {
  background-color: #FAFAFA;
}
@media (min-width: 1921px) {
  .wazdan__game .game__header .game__container {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .game__header .game__container {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .game__header .game__container {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .game__header .game__container {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .game__header .game__container {
    padding: 60px 28px;
  }
}
.wazdan__game .game__header .game__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wazdan__game .game__header .game__container .game__image__gamepage {
  flex: 50%;
  text-align: center;
}
.wazdan__game .game__header .game__container .game__image__gamepage img {
  max-width: 600px;
  width: 100%;
  filter: drop-shadow(0px 2px 4px rgba(25, 25, 25, 0.15));
  border-radius: 20px;
}
.wazdan__game .game__header .game__container .game__content {
  flex: 50%;
  padding: 0 30px;
  padding-left: 120px;
}
@media (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content {
    padding-left: 80px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .game__header .game__container .game__content {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content {
    flex: 100%;
    padding-left: 0;
  }
}
.wazdan__game .game__header .game__container .game__content .game__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content .game__title {
    font-size: 40px;
    line-height: 43px;
  }
}
.wazdan__game .game__header .game__container .game__content .game__title {
  color: #191919;
  max-width: 615px;
  margin: 0;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content .game__title {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
    text-align: center;
    max-width: unset;
    margin-top: 20px;
  }
}
.wazdan__game .game__header .game__container .game__content .game__desc {
  color: #FFF;
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 24px;
  max-width: 615px;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content .game__desc {
    margin-bottom: 0;
    color: #3B3B3B;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    text-align: center;
    max-width: unset;
    padding-top: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content .game__desc {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__container .game__content #countdown {
  display: none;
  opacity: 0;
  transition: 1.3s;
}
.wazdan__game .game__header .game__container .game__content #countdown ul {
  gap: 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content #countdown ul {
    gap: 12px;
    justify-content: center;
  }
}
.wazdan__game .game__header .game__container .game__content #countdown ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wazdan__game .game__header .game__container .game__content #countdown ul li .countdown__box {
  background: #000;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content #countdown ul li .countdown__box {
    font-size: 30px;
    line-height: 40px;
  }
}
.wazdan__game .game__header .game__container .game__content #countdown ul li .countdown__box {
  font-weight: 700;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.wazdan__game .game__header .game__container .game__content #countdown ul li #days {
  color: #FF3D17;
}
.wazdan__game .game__header .game__container .game__content #countdown ul li p {
  margin: 0;
  padding-top: 15px;
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content #countdown ul li p {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__container .game__content #countdown ul li p {
  font-weight: 500;
  text-align: center;
}
.wazdan__game .game__header .game__container .game__content .game__award img {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  height: 20px;
  width: 20px;
}
.wazdan__game .game__header .game__container .game__content .game__award p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content .game__award p {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__container .game__content .game__award p {
  font-weight: 500;
}
.wazdan__game .game__header .game__container .game__content .game__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 32px 0;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content .game__buttons {
    justify-content: center;
  }
}
.wazdan__game .game__header .game__container .game__content .game__buttons .play__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__game .game__header .game__container .game__content .game__buttons .play__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazdan__game .game__header .game__container .game__content .game__buttons .play__btn {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content .game__buttons .play__btn {
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content .game__buttons .play__btn {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__container .game__content .game__buttons .video__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
}
.wazdan__game .game__header .game__container .game__content .game__buttons .video__btn:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.wazdan__game .game__header .game__container .game__content .game__buttons .video__btn {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content .game__buttons .video__btn {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content .game__buttons .video__btn {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__download {
  background-color: #FF3D17;
  width: 100%;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  z-index: 11;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__download {
    height: 60px;
    justify-content: flex-start;
    padding-left: 20px;
  }
}
.wazdan__game .game__header .game__download .download__btn {
  color: #FFF;
  text-decoration: underline;
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__game .game__header .game__download .download__btn {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__download .download__btn {
  font-weight: 700;
}
.wazdan__game .game__header .game__download .download__btn:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__download .download__btn {
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .wazdan__game .game__header .game__download .download__btn {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__download .hide__download__btn {
  position: absolute;
  right: 10vw;
}
.wazdan__game .game__header .game__download .hide__download__btn:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.wazdan__game .game__header .game__download .hide__download__btn {
  filter: invert(1);
}
.wazdan__game .game__header .game__download .hide__download__btn img {
  height: 38px;
}
.wazdan__game .description__section {
  background-color: #191919;
  position: relative;
}
@media (min-width: 1921px) {
  .wazdan__game .description__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .description__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .description__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .description__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .description__section {
    padding: 60px 28px;
  }
}
.wazdan__game .description__section .description__section__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper {
    padding: 60px 0;
  }
}
.wazdan__game .description__section .description__section__wrapper .heading {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper .heading {
    margin-bottom: 40px;
  }
}
.wazdan__game .description__section .description__section__wrapper .heading h2 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .wazdan__game .description__section .description__section__wrapper .heading h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__game .description__section .description__section__wrapper .heading h2 {
  color: #FFF;
}
.wazdan__game .description__section .description__section__wrapper .box {
  z-index: 1;
}
.wazdan__game .description__section .description__section__wrapper .box .input__wrapper {
  margin: 0 auto 0 auto;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
}
.wazdan__game .description__section .description__section__wrapper .box .input__wrapper .game__description {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__game .description__section .description__section__wrapper .box .input__wrapper .game__description {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .description__section .description__section__wrapper .box .input__wrapper .game__description {
  font-weight: 500;
  text-align: left;
  margin: auto;
  padding: 0 20px;
  column-count: 2;
  gap: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 700px;
  opacity: 0;
  transition: 1.3s;
}
.wazdan__game .description__section .description__section__wrapper .box .input__wrapper .game__description p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__game .description__section .description__section__wrapper .box .input__wrapper .game__description p {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .description__section .description__section__wrapper .box .input__wrapper .game__description p {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper .box .input__wrapper .game__description {
    column-count: 1;
  }
}
.wazdan__game .description__section .description__section__wrapper .images {
  position: absolute;
  width: 100%;
  background-color: transparent;
  height: 100%;
  top: 0;
  left: 0;
}
.wazdan__game .description__section .description__section__wrapper .images .img__top img {
  position: absolute;
  width: fit-content;
  top: -220px;
  right: 0;
  max-width: 350px;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper .images .img__top img {
    width: 30%;
    top: -100px;
  }
}
.wazdan__game .description__section .description__section__wrapper .images .img__bottom img {
  position: absolute;
  width: fit-content;
  max-width: 350px;
  bottom: -170px;
  left: 0px;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper .images .img__bottom img {
    width: 30%;
    bottom: -100px;
  }
}
.wazdan__game .description__section .description__section__wrapper .flex__wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  overflow: hidden;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.wazdan__game .description__section .description__section__wrapper .flex__wrapper .img__left {
  height: 70%;
}
.wazdan__game .description__section .description__section__wrapper .flex__wrapper .img__left img {
  height: 100%;
  margin-left: auto;
  display: block;
  display: none;
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper .flex__wrapper .img__left {
    display: none;
  }
}
.wazdan__game .description__section .description__section__wrapper .flex__wrapper .img__right {
  height: 70%;
}
.wazdan__game .description__section .description__section__wrapper .flex__wrapper .img__right img {
  height: 100%;
  display: none;
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper .flex__wrapper .img__right {
    display: none;
  }
}
.wazdan__game .section__game__info {
  padding: 5%;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info {
    background: none !important;
  }
}
.wazdan__game .section__game__info .game__wrapper {
  display: block;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper:last-child .col__first {
  border-bottom: unset;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper:last-child .col__first {
    border-bottom: 1px solid #CDCDCD;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper:last-child .col__second {
  border-bottom: unset;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper p {
  margin-bottom: 0;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 20%;
  padding: 20px;
  border-bottom: 1px solid #CDCDCD;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__first {
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin-top: 30px;
    justify-content: center;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__first h3 {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__first h3 {
    text-align: center;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  padding: 20px;
  border-bottom: 1px solid #CDCDCD;
  position: relative;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second {
    width: 100%;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    justify-content: center;
    box-shadow: 0px 2px 2px rgba(25, 25, 25, 0.15);
    gap: 20px;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .clickable {
  text-decoration: underline;
  cursor: pointer;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__info {
    justify-content: center;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__info .info {
  color: #FF3D17;
  border-right: 1px solid #000;
  padding: 0 20px;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__info .info a {
  color: #191919;
  text-decoration: underline;
  font-weight: 900;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__info .info {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__info .info:last-child {
  border-right: 1px solid transparent;
  border-left: unset;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__info .info {
    margin-bottom: 0;
    color: #191919;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border-left: none;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .availability {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .availability {
    justify-content: center;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .availability span {
  border-right: 1px solid black;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .availability span:last-of-type {
  border: none;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .availability p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 20px;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper {
    justify-content: center;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  border-right: 1px solid black;
  cursor: default;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink.clickable {
  cursor: pointer;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink.unclicable {
  cursor: default;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink {
    position: static;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink img {
  width: 48px;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink p.second {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink:last-of-type {
  border: none;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .markets {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 16px;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .markets {
    width: 100%;
    justify-content: center;
    padding-bottom: 30px;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .markets img {
  max-height: 46px;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .show__markets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 20%;
}
@media (max-width: 768px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .show__markets {
    width: 30%;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .show__markets .show__more__markets {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .supported {
  display: flex;
  gap: 20px;
  padding: 0 20px;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .supported:first-child {
  border-right: 2px solid #CDCDCD;
  padding-left: 16px;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .supported:first-child {
    border-right: none;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .supported {
    padding: 0;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .supported .platform {
  text-align: center;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .supported .platform p {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .language__wrapper {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
}
@media (max-width: 768px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .language__wrapper {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .show__more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 20%;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .show__more {
    width: 100%;
    padding-top: 30px;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .show__more .show__more__btn {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .lang__text {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .wazdan__game .games_ca {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .games_ca {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .games_ca {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .games_ca {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .games_ca {
    padding: 60px 28px;
  }
}
.wazdan__game .games_ca {
  display: none;
}
.wazdan__game .games_ca h2 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .wazdan__game .games_ca h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__game .games_ca h2 {
  color: #191919;
}
.wazdan__game .games_ca .assets_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 50px;
  margin-top: 50px;
}
.wazdan__game .games_ca .assets_wrapper a {
  max-width: 300px;
  width: 100%;
}
.wazdan__game .games_ca .assets_wrapper a:hover {
  text-decoration: none;
}
.wazdan__game .games_ca .assets_wrapper .asset {
  display: flex;
  flex-direction: column;
  align-items: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.wazdan__game .games_ca .assets_wrapper .asset img {
  width: 100%;
  border-radius: 10px;
  height: auto;
}
.wazdan__game .games_ca .assets_wrapper .asset h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .wazdan__game .games_ca .assets_wrapper .asset h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__game .games_ca .assets_wrapper .asset h3 {
  color: #191919;
  font-size: 18px;
  width: 100%;
  padding-top: 25px;
  text-align: center;
  margin: 0;
}
.wazdan__game .games_ca .assets_wrapper .asset p {
  width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: center;
  margin: 0;
}
@media (min-width: 1921px) {
  .wazdan__game .game__slider {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .game__slider {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .game__slider {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .game__slider {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .game__slider {
    padding: 60px 28px;
  }
}
.wazdan__game .game__slider {
  background: #fff;
}
.wazdan__game .game__slider .heading {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .heading {
    margin-bottom: 40px;
  }
}
.wazdan__game .game__slider .heading h2 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .wazdan__game .game__slider .heading h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__game .game__slider .heading h2 {
  color: #191919;
}
.wazdan__game .game__slider .slick_container {
  width: 100%;
  margin: auto;
  position: relative;
}
@media (max-width: 1400px) {
  .wazdan__game .game__slider .slick_container {
    width: 100%;
  }
}
.wazdan__game .game__slider .slick_container .slick-current .game_feature .content {
  opacity: 0;
  -webkit-animation: fadeIn 1.3s forwards;
  animation: fadeIn 1.3s forwards;
}
.wazdan__game .game__slider .slick_container .slick-dotted.slick-slider {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slick-dots {
  bottom: -90px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slick-dots {
    margin-bottom: 10px;
    bottom: -50px;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slick-dots li button {
  width: 15px;
  height: 15px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  opacity: 0.6;
  border-radius: 50%;
  color: transparent;
}
.wazdan__game .game__slider .slick_container .single__game__slider .slick-dots li button::before {
  content: "";
}
.wazdan__game .game__slider .slick_container .single__game__slider .slick-dots li.slick-active button {
  opacity: 1;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .images {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .images {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .images img {
  width: 100%;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(25, 25, 25, 0.15));
  max-width: 500px;
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .images img.slick_image {
  max-width: 500px;
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .images .video, .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .images video {
  width: 100%;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(25, 25, 25, 0.15));
  max-width: 600px;
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  padding-left: 120px;
}
@media (max-width: 1400px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content {
    padding-left: 80px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 0 0;
    align-items: center;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .title {
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .title {
  font-weight: 700;
  overflow: hidden;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .title {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .title {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .desc {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .desc {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .desc {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .desc {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .desc {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.wazdan__game .banner__section {
  background-size: cover;
  background-position: right center;
  position: relative;
}
.wazdan__game .banner__section__wrapper {
  padding-top: 3%;
  position: absolute;
  top: 0;
  width: 50%;
  padding-top: 3%;
}
@media (max-width: 1024px) {
  .wazdan__game .banner__section__wrapper {
    width: 100%;
  }
}
.wazdan__game .banner__section__wrapper.staticBG {
  position: relative;
}
@media (min-width: 1921px) {
  .wazdan__game .banner__section__wrapper.staticBG {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .banner__section__wrapper.staticBG {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .banner__section__wrapper.staticBG {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .banner__section__wrapper.staticBG {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .banner__section__wrapper.staticBG {
    padding: 60px 28px;
  }
}
.wazdan__game .banner__section__wrapper {
  padding-left: 96px;
}
@media (max-width: 1400px) {
  .wazdan__game .banner__section__wrapper {
    padding-left: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .banner__section__wrapper {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .banner__section__wrapper {
    padding-left: 28px;
  }
}
.wazdan__game .banner__section__wrapper .content {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .wazdan__game .banner__section__wrapper .content {
    max-width: 700px;
  }
}
.wazdan__game .banner__section__wrapper .content.baner {
  background-color: transparent;
  padding: 0;
}
.wazdan__game .banner__section__wrapper .content .heading {
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .wazdan__game .banner__section__wrapper .content .heading {
    margin-bottom: calc(20px + 10 * (100vw - 576px) / 1344);
  }
}
@media screen and (min-width: 1920px) {
  .wazdan__game .banner__section__wrapper .content .heading {
    margin-bottom: 30px;
  }
}
.wazdan__game .banner__section__wrapper .content .heading h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .wazdan__game .banner__section__wrapper .content .heading h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__game .banner__section__wrapper .content .heading h3 {
  color: #FFF;
}
.wazdan__game .banner__section__wrapper .content .heading h3 {
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .wazdan__game .banner__section__wrapper .content .heading h3 {
    font-size: calc(24px + 16 * (100vw - 576px) / 1344);
    line-height: calc(24px + 16 * (100vw - 576px) / 1344 + 8px);
  }
}
@media screen and (min-width: 1920px) {
  .wazdan__game .banner__section__wrapper .content .heading h3 {
    font-size: 40px;
  }
}
.wazdan__game .banner__section__wrapper .content .heading h3 {
  line-height: calc(24px + 16 * (100vw - 576px) / 1344);
}
@media (max-width: 768px) {
  .wazdan__game .banner__section__wrapper .content .heading h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  .wazdan__game .banner__section__wrapper .content .heading h3 {
    font-size: calc(28px + 8 * (100vw - 576px) / 192);
    line-height: calc(28px + 8 * (100vw - 576px) / 192 + 8px);
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .wazdan__game .banner__section__wrapper .content .heading h3 {
    font-size: 36px;
  }
}
.wazdan__game .banner__section__wrapper .content .desc {
  margin-bottom: 20px;
}
.wazdan__game .banner__section__wrapper .content .desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .wazdan__game .banner__section__wrapper .content .desc {
    margin-bottom: calc(20px + 10 * (100vw - 576px) / 1344);
  }
}
@media screen and (min-width: 1920px) {
  .wazdan__game .banner__section__wrapper .content .desc {
    margin-bottom: 30px;
  }
}
.wazdan__game .banner__section__wrapper .content .desc p {
  margin-bottom: 0;
  color: white;
}
.wazdan__game .banner__section__wrapper .content .desc p {
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .wazdan__game .banner__section__wrapper .content .desc p {
    font-size: calc(22px + 4 * (100vw - 1024px) / 896);
    line-height: calc(22px + 4 * (100vw - 1024px) / 896 + 8px);
  }
}
@media screen and (min-width: 1920px) {
  .wazdan__game .banner__section__wrapper .content .desc p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .banner__section__wrapper .content .desc p {
    line-height: 26px;
  }
}
.wazdan__game .banner__section__wrapper .content .download__btn {
  display: flex;
}
.wazdan__game .banner__section__wrapper .content .download__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.wazdan__game .banner__section__wrapper .content .download__btn a:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.wazdan__game .banner__section__wrapper .content .download__btn a {
  cursor: pointer;
}
.wazdan__game .banner__section__wrapper .content .download__btn a {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .wazdan__game .banner__section__wrapper .content .download__btn a {
    font-size: calc(14px + 4 * (100vw - 1024px) / 896);
    line-height: calc(14px + 4 * (100vw - 1024px) / 896 + 8px);
  }
}
@media screen and (min-width: 1920px) {
  .wazdan__game .banner__section__wrapper .content .download__btn a {
    font-size: 18px;
  }
}
.wazdan__game .banner__section__wrapper .content .download__btn a {
  line-height: unset;
}
@media (min-width: 1921px) {
  .wazdan__game .cashdrop__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .cashdrop__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .cashdrop__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .cashdrop__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .cashdrop__section {
    padding: 60px 28px;
  }
}
.wazdan__game .cashdrop__section {
  background-color: white;
}
.wazdan__game .cashdrop__section__wrapper {
  display: flex;
  gap: 120px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .wazdan__game .cashdrop__section__wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.wazdan__game .cashdrop__section__wrapper .content {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  padding: 40px;
  justify-content: center;
  max-width: 700px;
}
.wazdan__game .cashdrop__section__wrapper .content.baner {
  background-color: transparent;
  padding: 0;
}
@media (max-width: 1024px) {
  .wazdan__game .cashdrop__section__wrapper .content {
    width: 100%;
    padding: 0px;
  }
}
.wazdan__game .cashdrop__section__wrapper .content .heading {
  margin-bottom: 40px;
}
.wazdan__game .cashdrop__section__wrapper .content .heading h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .wazdan__game .cashdrop__section__wrapper .content .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__game .cashdrop__section__wrapper .content .heading h4 {
  color: #191919;
}
.wazdan__game .cashdrop__section__wrapper .content .desc {
  margin-bottom: 40px;
}
.wazdan__game .cashdrop__section__wrapper .content .desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__game .cashdrop__section__wrapper .content .desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .cashdrop__section__wrapper .content .desc p {
  font-weight: 500;
}
.wazdan__game .cashdrop__section__wrapper .content .download__btn {
  display: flex;
}
.wazdan__game .cashdrop__section__wrapper .content .download__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__game .cashdrop__section__wrapper .content .download__btn a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazdan__game .cashdrop__section__wrapper .content .download__btn a {
  cursor: pointer;
}
.wazdan__game .cashdrop__section__wrapper .image__wrapper {
  width: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .wazdan__game .cashdrop__section__wrapper .image__wrapper {
    width: 100%;
  }
}
.wazdan__game .cashdrop__section__wrapper .image__wrapper img {
  border-radius: 20px;
  max-width: 600px;
}
.wazdan__game .similar__games__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #FAFAFA;
}
@media (min-width: 1921px) {
  .wazdan__game .similar__games__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .similar__games__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .similar__games__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .similar__games__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .similar__games__section {
    padding: 60px 28px;
  }
}
.wazdan__game .similar__games__section .similar__games__wrapper {
  max-width: 1300px;
}
@media (max-width: 1400px) {
  .wazdan__game .similar__games__section .similar__games__wrapper {
    max-width: 924px;
  }
}
.wazdan__game .similar__games__section .similar__games__wrapper__title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .wazdan__game .similar__games__section .similar__games__wrapper__title {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__game .similar__games__section .similar__games__wrapper__title {
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
@media (max-width: 1024px) {
  .wazdan__game .similar__games__section .similar__games__wrapper__title {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
    padding-bottom: 40px;
  }
}
.wazdan__game .similar__games__section .similar__games__wrapper .similar__games {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wazdan__game .similar__games__section .similar__games__wrapper .similar__games {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .similar__games__section .similar__games__wrapper .similar__games {
    max-width: 360px;
  }
}
.wazdan__game .similar__games__section .similar__games__wrapper .similar__games .game {
  max-width: 400px;
  width: 100%;
  padding: 10px;
  transition: 0.3s;
}
.wazdan__game .similar__games__section .similar__games__wrapper .similar__games .game a:hover {
  text-decoration: none;
}
.wazdan__game .similar__games__section .similar__games__wrapper .similar__games .game img {
  width: 100%;
  filter: drop-shadow(0px 8px 8px rgba(25, 25, 25, 0.15));
  border-radius: 20px;
}
.wazdan__game .similar__games__section .similar__games__wrapper .similar__games .game:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.wazdan__game .additional__info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1921px) {
  .wazdan__game .additional__info {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .additional__info {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .additional__info {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .additional__info {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .additional__info {
    padding: 60px 28px;
  }
}
.wazdan__game .additional__info .additional__info__wrapper {
  max-width: 1300px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  background: -webkit-linear-gradient(#333, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wazdan__game .additional__info .additional__info__wrapper h3 {
  text-align: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__game .additional__info .additional__info__wrapper h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .additional__info .additional__info__wrapper h3 {
  font-weight: 700;
  padding-bottom: 32px;
}
.wazdan__game .additional__info .additional__info__wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.wazdan__game .additional__info .open {
  -webkit-line-clamp: inherit;
  -webkit-text-fill-color: inherit;
}
.wazdan__game .additional__info .moreless__button {
  color: #FF3D17;
  cursor: pointer;
  font-weight: 700;
  padding-top: 30px;
}
.wazdan__game .modal-body {
  padding: 0;
}
.wazdan__game .modal-body button.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 50px;
  z-index: 9;
  color: #fff;
}
.wazdan__game .modal-body .container-fluid.playGame, .wazdan__game .modal-body .playGame.container-sm, .wazdan__game .modal-body .playGame.container-md, .wazdan__game .modal-body .playGame.container-lg, .wazdan__game .modal-body .playGame.container-xl {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .wazdan__game .modal-body .container-fluid.playGame, .wazdan__game .modal-body .playGame.container-sm, .wazdan__game .modal-body .playGame.container-md, .wazdan__game .modal-body .playGame.container-lg, .wazdan__game .modal-body .playGame.container-xl {
    background-color: #050505;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wazdan__game .modal-body .section div.modal__iframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .wazdan__game .modal-body .section div.modal__iframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.wazdan__game .modal-body .section .modal__game-player {
  height: 600px !important;
  width: 80vw !important;
}
.wazdan__game .modal-body .section .modal__game-player .button {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazdan__game .modal-body .section .modal__game-player .button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazdan__game .modal-body .section .modal__game-player .button:focus {
  border: none;
}
.wazdan__game .modal-body .section .modal__game-player .button:focus-visible {
  border: none;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe, .wazdan__game .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background: #000;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--mobile .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--landscape .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--mobile img {
  display: none;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--landscape img {
  display: none;
}
.wazdan__game .modal-body .section .modal_iframe_age_veryfication {
  display: none;
}
.wazdan__game .modal-body .section .modal__iframe {
  position: relative;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--desktop, .wazdan__game .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--desktop, .wazdan__game .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe, .wazdan__game .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication {
  z-index: 8 !important;
  text-align: center;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication p {
  color: #fff;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication .modal_iframe_age_veryfication_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px;
  border-radius: 25px;
  width: 500px;
  transition: 1s;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a {
  cursor: pointer;
  display: block;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus {
  border: none;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus-visible {
  border: none;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.modal__close {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.modal__close:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.modal__close:focus {
  border: none;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.modal__close:focus-visible {
  border: none;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.modal__close:before {
  content: "";
}

#wazadan__awards {
  transition: width 0.5s;
}

.wazadan__awards .awards__container {
  max-width: 1400px;
  width: 100%;
  display: block;
  margin: auto;
  max-width: 1440px;
}
.wazadan__awards .awards__header {
  background-color: #FAFAFA;
  min-height: 650px;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header {
    min-height: fit-content;
  }
}
.wazadan__awards .awards__header .wrapper {
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header .wrapper {
    margin-top: 0px;
  }
}
.wazadan__awards .awards__header .wrapper .desc {
  width: 50%;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header .wrapper .desc {
    width: 100%;
  }
}
.wazadan__awards .awards__header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header .wrapper .card__wrapper {
    display: none;
  }
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack {
  transform: translateY(100px);
  max-height: 250px;
  max-width: 405px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box {
  position: relative;
  transform: translateY(-100px);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card {
  background-color: #fff;
  width: 405px;
  height: 304px;
  border-radius: 20px;
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
  cursor: pointer;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card.hide {
  visibility: hidden;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"] {
  transform: translate(calc(0 * 35px), calc(0 * -35px)) scale(calc(1 - 0.05 * 0));
  z-index: calc(6 - 0);
  opacity: calc(1 - 0.1 * 0);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="1"] {
  transform: translate(calc(1 * 35px), calc(1 * -35px)) scale(calc(1 - 0.05 * 1));
  z-index: calc(6 - 1);
  opacity: calc(1 - 0.1 * 1);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="2"] {
  transform: translate(calc(2 * 35px), calc(2 * -35px)) scale(calc(1 - 0.05 * 2));
  z-index: calc(6 - 2);
  opacity: calc(1 - 0.1 * 2);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="3"] {
  transform: translate(calc(3 * 35px), calc(3 * -35px)) scale(calc(1 - 0.05 * 3));
  z-index: calc(6 - 3);
  opacity: calc(1 - 0.1 * 3);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="4"] {
  transform: translate(calc(4 * 35px), calc(4 * -35px)) scale(calc(1 - 0.05 * 4));
  z-index: calc(6 - 4);
  opacity: calc(1 - 0.1 * 4);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card img {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card .award__name {
  margin-top: -35px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-weight: 700;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .dot__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot:not(.active) {
  background: #EF9090;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot.active {
  background-color: #FF3D17;
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__header {
    padding: 100px 96px;
    padding-bottom: 125px;
  }
}
@media (max-width: 1920px) {
  .wazadan__awards .awards__header {
    padding: 80px 96px;
    padding-bottom: 125px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header {
    padding: 60px 60px;
    margin-top: 58px;
  }
}
@media (max-width: 768px) {
  .wazadan__awards .awards__header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__awards .awards__header {
    padding: 40px 28px;
  }
}
.wazadan__awards .awards__header .games__header__title {
  padding-bottom: 15px;
  max-width: 670px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__header .games__header__title {
    font-size: 40px;
    line-height: 43px;
  }
}
.wazadan__awards .awards__header .games__header__title {
  color: #191919;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header .games__header__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #191919;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .wazadan__awards .awards__header .games__header__title {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__awards .awards__header h2 {
  max-width: 670px;
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wazadan__awards .awards__header h2 {
  font-weight: 500;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__header h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
.wazadan__awards .awards__header h2 {
  margin-bottom: 32px;
}
.wazadan__awards .awards__header .games__counter .typewrite {
  height: 61px;
}
.wazadan__awards .awards__header .games__counter .typewrite .wrap {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header .games__counter .typewrite .wrap {
    font-size: 30px;
    line-height: 40px;
  }
}
.wazadan__awards .awards__header .games__counter .typewrite .wrap {
  font-weight: 700;
}
.wazadan__awards .awards__list {
  transition: width 0.5s;
}
.wazadan__awards .awards__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-items: start;
  list-style: none;
  justify-content: center;
  gap: 32px 16px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 80px;
}
.wazadan__awards .awards__list ul .no-result {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list ul {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .wazadan__awards .awards__list ul li {
    width: 100%;
  }
}
.wazadan__awards .awards__list ul li .award {
  position: relative;
  width: 400px;
  min-height: 330px;
  height: 100%;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 32px;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list ul li .award {
    min-height: 350px;
    width: 100%;
  }
}
.wazadan__awards .awards__list ul li .award .imgWrapper {
  max-width: 130px;
  margin: auto;
  width: 100%;
}
.wazadan__awards .awards__list ul li .award .awardContent {
  width: 100%;
}
.wazadan__awards .awards__list ul li .award .kind {
  position: absolute;
  top: 32px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 5px 0px 0px 5px;
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-size: 14px;
}
.wazadan__awards .awards__list ul li .award .nominee {
  background: #191919;
}
.wazadan__awards .awards__list ul li .award .winner {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
.wazadan__awards .awards__list ul li .award .awardTitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list ul li .award .awardTitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__awards .awards__list ul li .award .awardTitle {
  color: #191919;
  margin-bottom: 12px;
  width: 100%;
}
.wazadan__awards .awards__list ul li .award .awardYear {
  margin: 12px 0;
  width: 100%;
}
.wazadan__awards .awards__list ul li .award .awardDonor {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list ul li .award .awardDonor {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__awards .awards__list ul li .award .awardDonor {
  color: #191919;
  margin: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list ul li .award .awardDonor {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list ul li .award {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wazadan__awards .awards__list ul li .award .awardTitle, .wazadan__awards .awards__list ul li .award .awardYear, .wazadan__awards .awards__list ul li .award .awardDonor {
    text-align: center;
  }
}
.wazadan__awards .awards__list .show__more__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazadan__awards .awards__list .show__more__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .show__more__btn:hover {
  background-color: #FF3D17;
  color: #fff;
}
.wazadan__awards .awards__list .show__more__btn:active {
  background-color: #C43131;
  color: #fff;
}
.wazadan__awards .awards__list .show__more__btn {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1920px) {
  .wazadan__awards .awards__list .show__more__btn {
    margin-top: 52px;
    margin-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .show__more__btn {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .wazadan__awards .awards__list .show__more__btn {
    margin-top: 36px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__list .show__more__btn {
    margin-top: 68px;
    margin-bottom: 80px;
  }
}
.wazadan__awards .awards__list .awards__filter {
  background-color: #fff;
  padding: 24px 96px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  z-index: 999;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .awards__filter {
    justify-content: center;
  }
}
.wazadan__awards .awards__list .awards__filter__button {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  top: -3px;
}
.wazadan__awards .awards__list .awards__filter__button i {
  font-size: 30px;
  line-height: 1rem;
  color: black;
  padding: 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -3px;
}
.wazadan__awards .awards__list .awards__filter__button:hover {
  transition: 0.3s;
}
.wazadan__awards .awards__list .awards__filter__button:hover i {
  color: #FF3D17;
}
.wazadan__awards .awards__list .awards__filter__button:active i {
  color: #C43131;
}
.wazadan__awards .awards__list .awards__filter p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  width: fit-content;
}
.wazadan__awards .awards__list .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.wazadan__awards .awards__list .awards__filter__sidebar.open {
  right: 0;
}
.wazadan__awards .awards__list .awards__filter__sidebar {
  height: 100%;
  width: 30vw;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -30vw;
  background-color: #FAFAFA;
  overflow-x: hidden;
  transition: 0.5s;
  background: #FAFAFA;
}
.wazadan__awards .awards__list .awards__filter__sidebar::-webkit-scrollbar {
  width: 5px;
}
.wazadan__awards .awards__list .awards__filter__sidebar::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 3px solid #191919;
}
@media (max-width: 991.98px) {
  .wazadan__awards .awards__list .awards__filter__sidebar {
    width: 100%;
    right: -100%;
  }
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top {
  display: flex;
  flex-wrap: wrap;
  padding: 36px 96px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CDCDCD;
  position: sticky;
  z-index: 1;
  top: 0;
  background-color: #191919;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top {
    padding: 32px;
  }
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top h3 {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .count, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .count {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .close__txt, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .close__txt {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  text-decoration: underline;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .close__txt:hover, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .close__txt:hover {
  text-decoration: underline;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .close__icon, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .close__icon {
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .close__icon i, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .close__icon i {
  font-size: 26px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  position: relative;
  top: 3px;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .close__icon i:hover, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .close__icon i:hover {
  color: #C43131;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .close__icon i:active, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .close__icon i:active {
  color: #C43131;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn:hover, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn:hover {
  color: #FF3D17;
  cursor: pointer;
  text-decoration: none;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn:active, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn:active {
  color: #C43131;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom {
  padding: 52px 96px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom {
    padding: 32px;
  }
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .awards__category {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .awards__category {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .awards__category {
  color: #191919;
  margin: 32px 0 16px 0;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter .selected__element a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter .selected__element a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter .selected__element a {
  color: #fff;
  background-color: #191919;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter label {
  margin: 0;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter label:hover {
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter label #inlineCheckbox1 a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter label #inlineCheckbox1 a:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter label #inlineCheckbox1 a:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a:hover {
  color: #fff;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a {
  color: #fff;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter:focus {
  border: none;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter:focus-visible {
  border: none;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter {
  color: #191919;
  bottom: 34px;
  left: 10px;
  position: relative;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter:hover {
  color: #FF3D17;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter i {
  position: absolute;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter p {
  margin: 0;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end {
  display: none;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .reset_btn {
  color: #191919;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .close_btn, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .results {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .close_btn:hover, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .results:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .close_btn:focus, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .results:focus {
  border: none;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .close_btn:focus-visible, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .results:focus-visible {
  border: none;
}
.wazadan__awards .awards__list {
  transition: width 0.5s;
}
.wazadan__awards .awards__list .button_filter_winner {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.wazadan__awards .awards__list .button_filter_winner:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .button_filter_winner:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__awards .awards__list .button_filter_winner {
  color: #fff;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%) !important;
}
.wazadan__awards .awards__list .button_filter_winner.active {
  color: #FFF;
  background-color: #C43131;
  color: #fff;
}
.wazadan__awards .awards__list .button_filter {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__awards .awards__list .button_filter:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__awards .awards__list .button_filter {
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .button_filter {
    margin-right: 0;
  }
}
.wazadan__awards .awards__list .button_filter.active {
  color: #FFF;
  background-color: #3B3B3B;
}
.wazadan__awards .awards__list .awards__filter {
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  z-index: 999;
  padding: 24px 5% 24px 5%;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .awards__filter {
    padding: 40px;
  }
}
.wazadan__awards .awards__list .awards__filter .button_filter_winner {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.wazadan__awards .awards__list .awards__filter .button_filter_winner:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter .button_filter_winner:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__awards .awards__list .awards__filter .button_filter_winner {
  color: #fff;
  padding: 12px 24px;
  font-size: 16px !important;
}
.wazadan__awards .awards__list .awards__filter .button_filter_winner.active {
  color: #fff;
}
.wazadan__awards .awards__list .awards__filter .button_filter {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__awards .awards__list .awards__filter .button_filter:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter .button_filter {
  padding: 12px 24px;
  font-size: 16px !important;
}
.wazadan__awards .awards__list .awards__filter .button_filter.country {
  border: 0.5px solid #FF3D17;
  color: #FF3D17;
}
.wazadan__awards .awards__list .awards__filter .button_filter.country:hover {
  background-color: #FF3D17;
  color: white;
}
.wazadan__awards .awards__list .awards__filter .button_filter.country.active {
  background-color: #FF3D17;
  color: white;
  border: 1px solid #FF3D17;
}
.wazadan__awards .awards__list .awards__filter .button_filter.country:active {
  background-color: #FF3D17;
  color: white;
  border: 1px solid #FF3D17;
}
.wazadan__awards .awards__list .awards__filter .button_filter.country:focus {
  border: 1px solid #FF3D17;
}
.wazadan__awards .awards__list .awards__filter .button_filter.country:disabled {
  background-color: #FF3D17;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
  pointer-events: none;
}
.wazadan__awards .awards__list .awards__filter .button_filter:disabled {
  background-color: gray;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
  pointer-events: none;
}
.wazadan__awards .awards__list .awards__filter .button_filter.active {
  border: 1px solid black;
  background-color: black;
  color: white;
}
.wazadan__awards .awards__list .awards__filter .button_filter:focus {
  border: 1px solid black;
}
.wazadan__awards .awards__list .awards__filter .wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wazadan__awards .awards__list .awards__filter .wrapper p {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.wazadan__awards .awards__list .awards__filter .wrapper p:hover {
  text-decoration: underline;
}
.wazadan__awards .awards__list .awards__filter .wrapper .games__filter__button {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  top: -3px;
}
.wazadan__awards .awards__list .awards__filter .wrapper .games__filter__button i {
  font-size: 30px;
  line-height: 1rem;
  color: black;
  padding: 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wazadan__awards .awards__list .awards__filter .wrapper .games__filter__button:hover {
  background-color: #FAFAFA;
  transition: 0.3s;
}
.wazadan__awards .awards__list .awards__filter .wrapper .games__filter__button:hover i {
  color: #C43131;
}
.wazadan__awards .awards__list .awards__filter .wrapper .games__filter__button:active {
  border: 1px solid #C43131;
  background-color: #C43131;
}
.wazadan__awards .awards__list .awards__filter .wrapper .games__filter__button:active i {
  color: #FFF;
}
.wazadan__awards .awards__list .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
}
.wazadan__awards .awards__list .games__filter__sidebar.open {
  right: 0;
}
.wazadan__awards .awards__list .games__filter__sidebar {
  height: 100%;
  width: 30vw;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -30vw;
  background-color: #FAFAFA;
  transition: 0.5s;
  background: #FAFAFA;
  box-shadow: 0px 8px 8px rgba(25, 25, 25, 0.15);
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .games__filter__sidebar {
    width: 100%;
    right: -100%;
  }
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CDCDCD;
  position: sticky;
  z-index: 1;
  top: 0;
  background-color: #FF3D17;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .reset__wrapper {
  position: relative;
  text-decoration: none;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .reset__wrapper .reset_btn {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .reset__wrapper .reset_btn:hover {
  text-decoration: underline;
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .reset__wrapper .selected__filter {
  background-color: #FF3D17;
  padding: 11px;
  border-radius: 50%;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  top: -8px;
  right: -20px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper a {
  text-decoration: none;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt:hover {
  text-decoration: underline;
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__icon {
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__icon i {
  font-size: 24px;
  color: #FF3D17;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #FFF;
  border-radius: 50%;
  transform: rotate(180deg);
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  width: 34px;
  height: 34px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__icon i:hover {
  color: #C43131;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__icon i:active {
  border: 1px solid #C43131;
  background-color: #C43131;
  color: #FFF;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom {
  padding: 47px 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow-x: scroll;
  height: 90vh;
  align-content: flex-start;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom::-webkit-scrollbar {
  width: 5px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 3px solid #191919;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom {
    padding: 28px;
  }
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter a {
    padding: 12px 24px;
  }
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter input:disabled a {
  background-color: gray;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter input:disabled + label a {
  background-color: gray;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a {
  color: #fff;
  background-color: #191919;
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a {
    padding: 12px 24px;
  }
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter label {
  margin-bottom: 0;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter label:hover {
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .category__name {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: 16px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter:focus {
  border: none;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter:focus-visible {
  border: none;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter {
  color: #191919;
  bottom: 34px;
  left: 10px;
  position: relative;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter:hover {
  color: #FF3D17;
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter i {
  position: absolute;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter p {
  margin: 0;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end {
  display: none;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .games__filter__sidebar__wrapper__end {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #CDCDCD;
    position: sticky;
    z-index: 1;
    bottom: 0;
    background-color: #fafafa;
  }
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .reset__wrapper {
  position: relative;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .reset__wrapper .reset_btn {
  color: #191919;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .reset__wrapper .reset_btn:hover {
  color: #FF3D17;
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .reset__wrapper .selected__filter {
  background-color: #FF3D17;
  padding: 15px;
  border-radius: 50%;
  font-size: 15px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  top: -15px;
  right: -30px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .close_btn, .wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .results {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .close_btn:hover, .wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .results:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .close_btn:focus, .wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .results:focus {
  border: none;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .close_btn:focus-visible, .wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .results:focus-visible {
  border: none;
}
@media (max-width: 1920px) {
  .wazadan__awards .awards__list .tab .gamesWrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .tab .gamesWrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__awards .awards__list .tab .gamesWrapper {
    padding-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .wazadan__awards .awards__list .tab .gamesWrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__list .tab .gamesWrapper {
    padding-bottom: 100px;
  }
}
.wazadan__awards .awards__list .tab .gamesWrapper .no-result {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-items: start;
  list-style: none;
  justify-content: center;
  gap: 44px 16px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
@media (max-width: 991.98px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    gap: 28px 16px;
  }
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul li {
    max-width: 296px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul li {
    max-width: 320px;
  }
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .not-active img {
  opacity: 0.7;
  -webkit-filter: brightness(50%);
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .not-active .gameTitle, .wazadan__awards .awards__list .tab .gamesWrapper ul li .not-active .gameTeaser, .wazadan__awards .awards__list .tab .gamesWrapper ul li .not-active .releaseDate {
  opacity: 0.7;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper {
  position: relative;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper .gameCategory {
  position: absolute;
  padding: 8px 16px;
  top: 12px;
  left: 0;
  background: #FF3D17;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper .upcomingLabel {
  position: absolute;
  padding: 8px 16px;
  top: 12px;
  left: 0;
  background: #FAFAFA;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper img {
  border-radius: 10px;
  width: 100%;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper {
  transition: 0.3s;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper .playGame {
  display: none;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper:hover img {
  -webkit-filter: brightness(50%);
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper:hover a.playGame {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper:hover a.playGame:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper:hover a.playGame {
  width: fit-content;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul p {
  line-height: 1rem;
  padding-top: 12px;
  margin: 0;
  color: #191919;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul p {
    padding-top: 8px;
  }
}
.wazadan__awards .awards__list .tab .gamesWrapper ul a {
  text-decoration: none;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul .gameTitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul .gameTitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__awards .awards__list .tab .gamesWrapper ul .gameTitle {
  color: #191919;
  padding-top: 16px;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul .releaseDate {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul .releaseDate {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazadan__awards .awards__list .tab .gamesWrapper ul .releaseDate {
  font-weight: 700;
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul .gameTeaser {
    margin-bottom: 0;
    color: #191919;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media (max-width: 1920px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul .gameTeaser {
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}
.wazadan__awards .awards__list .tab .gamesWrapper ul .exploreGame {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul .exploreGame:hover {
  text-decoration: underline;
  color: #C43131;
}
.wazadan__awards .awards__list .tab .gamesWrapper .show__more__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
}
.wazadan__awards .awards__list .tab .gamesWrapper .show__more__btn:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .tab .gamesWrapper .show__more__btn {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1920px) {
  .wazadan__awards .awards__list .tab .gamesWrapper .show__more__btn {
    margin-top: 52px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .tab .gamesWrapper .show__more__btn {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .wazadan__awards .awards__list .tab .gamesWrapper .show__more__btn {
    margin-top: 36px;
  }
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__list .tab .gamesWrapper .show__more__btn {
    margin-top: 68px;
  }
}

.privacy__wazdan__page {
  background-color: #fafafa;
  margin: 0 5%;
}
@media (max-width: 1024px) {
  .privacy__wazdan__page {
    padding-top: 50px;
  }
}
.privacy__wazdan__page .privacy__wazdan__wrapper {
  padding: 200px 0;
  max-width: 616px;
  margin: auto;
}
@media (max-width: 1024px) {
  .privacy__wazdan__page .privacy__wazdan__wrapper {
    padding: 50px 20px;
  }
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy h1 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .privacy__wazdan__page .privacy__wazdan__wrapper .privacy h1 {
    font-size: 34px;
    line-height: 36px;
  }
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy h1 {
  color: #191919;
  margin-bottom: 52px;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .privacy__wazdan__page .privacy__wazdan__wrapper .privacy h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy h4 {
  color: #191919;
  margin-bottom: 24px;
  margin-top: 52px;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy p {
  font-size: 18px;
  line-height: 27px;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy ol li {
  font-size: 18px;
  line-height: 27px;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy__title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .privacy__wazdan__page .privacy__wazdan__wrapper .privacy__title {
    font-size: 34px;
    line-height: 36px;
  }
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy__title {
  color: #191919;
  padding-bottom: 52px;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy__subtitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .privacy__wazdan__page .privacy__wazdan__wrapper .privacy__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy__subtitle {
  color: #191919;
  padding-bottom: 24px;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy__bold__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 52px;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 52px;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy a {
  color: #3B3B3B;
  text-decoration: underline;
  font-weight: 900;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy a:hover {
  color: #FF3D17;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy a:active {
  color: #C43131;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
  position: relative;
}

.wpforms-error {
  width: 100% !important;
}

.modal__message {
  font-family: "DIN 2014";
}
.modal__message .modal-dialog {
  max-width: 826px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  .modal__message .modal-dialog {
    max-width: 100vw;
  }
}
.modal__message .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FAFAFA;
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.modal__message .dismiss__button i {
  pointer-events: none;
  font-size: 1.5rem;
  color: #FF3D17;
}
.modal__message .modal__content__message {
  margin: auto;
  border: 2px solid #191919;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  overflow: hidden;
  margin-top: 120px;
}
.modal__message .modal__content__message .modal__body__message {
  padding: 52px 100px;
  position: relative;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message {
    padding: 15px;
  }
}
.modal__message .modal__content__message .modal__body__message .content .heading {
  margin-bottom: 16px;
}
.modal__message .modal__content__message .modal__body__message .content .heading h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .modal__message .modal__content__message .modal__body__message .content .heading h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.modal__message .modal__content__message .modal__body__message .content .heading h4 {
  color: #191919;
  text-align: center;
  margin: 0;
}
.modal__message .modal__content__message .modal__body__message .content .desc {
  margin-bottom: 32px;
}
.modal__message .modal__content__message .modal__body__message .content .desc p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #3B3B3B;
  margin: 0;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .content .desc p {
    margin-top: 30px;
  }
}
.modal__message .modal__content__message .modal__body__message ul.nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message ul.nav {
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
    justify-content: space-evenly;
  }
}
.modal__message .modal__content__message .modal__body__message ul.nav .nav-item a {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  text-align: center;
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.modal__message .modal__content__message .modal__body__message ul.nav .nav-item a:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.modal__message .modal__content__message .modal__body__message ul.nav .nav-item a {
  text-transform: none;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a {
    flex-direction: column;
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #12102B;
    background-color: #D4ECFF;
  }
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a:hover {
    cursor: pointer;
    border-color: #6127FF;
    background: #6127FF;
    text-decoration: none;
    color: #fff;
    transition: 0.2s ease-in;
  }
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a:focus {
    border: none;
  }
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a:focus-visible {
    border: none;
  }
}
.modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active:focus {
    border: none;
  }
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active:focus-visible {
    border: none;
  }
}
.modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .desc {
  margin-bottom: 10px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .desc p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #191919;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .contact__person .img__wrapper {
  margin: auto;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 232px;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .contact__person .img__wrapper:hover {
  transform: scale(0.97);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .contact__person .button__wrapper {
  display: flex;
  justify-content: center;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .contact__person .button__wrapper a {
  color: #FF3D17;
  text-decoration: underline;
  font-weight: 700;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .reset {
  position: absolute;
  top: 20px;
  transform: translateY(-50%);
  right: 75px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .reset {
    transform: inherit;
    top: 40px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .wpforms-field, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .wpforms-field {
  padding: 0px;
  margin-bottom: 16px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form {
  margin: auto;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  word-break: normal;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form label.wpforms-error, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form label.wpforms-error {
  font-size: 10px;
  line-height: 14px;
  color: #FF3D17 !important;
  padding: 6px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .wpforms-required-label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .wpforms-required-label {
  display: none !important;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name {
  display: inline-flex;
  align-items: center;
  gap: 0 24px;
  position: relative;
  max-width: 50%;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .reset {
  right: 45px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .reset {
    right: 20px;
    top: 44px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small {
  display: flex;
  max-width: 75%;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small {
    gap: 0;
    row-gap: 20px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half {
  width: auto;
  margin-left: 0;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half {
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half:nth-child(2), .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half:nth-child(2) {
  margin-right: 24px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half:nth-child(2), .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half:nth-child(2) {
    margin-right: 0px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  width: 220px;
  height: 45px;
  margin-right: 24px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name input {
    width: 100%;
    margin-right: 0px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name input::placeholder, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name input:focus, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name input:active, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name input:active {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea {
  padding: 0;
  position: relative;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea .reset {
  right: 24px;
  top: 45%;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea .reset {
    right: 20px;
    top: 50px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea label {
  margin-bottom: 20px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea textarea, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea textarea {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  max-width: 780px;
  height: 100px;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 15px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea textarea::placeholder, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea textarea::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea textarea:focus, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea textarea:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from {
  display: inline-flex;
  align-items: center;
  column-gap: 24px;
  position: relative;
  flex-wrap: wrap;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from .reset {
  right: 20px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from .wpforms-field-small {
  display: flex;
  max-width: 80%;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from .wpforms-field-small {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from .bmd-form-group, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from .bmd-form-group {
    display: block;
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  width: 238px;
  height: 45px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from input {
    width: 515px;
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from input {
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from input::placeholder, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from input:focus, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form label[for=wpforms-42643-field_12], .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form label[for=wpforms-42643-field_12] {
  margin-bottom: 20px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=radio], .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox], .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio], .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  cursor: pointer;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=radio] + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio] + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] + label {
  background: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  pointer-events: none;
  height: 100%;
  display: block;
  padding: 10px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=radio]:checked + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox]:checked + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=radio]:checked + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=radio] + label:hover, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] + label:hover, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio]:checked + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox]:checked + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio]:checked + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio] + label:hover, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] + label:hover {
  background-color: #FF3D17 !important;
  color: #ffffff !important;
  cursor: pointer !important;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 li, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 li {
  position: relative;
  border: 0.5px solid #FF3D17 !important;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  overflow: hidden !important;
  color: #FF3D17;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date {
  padding-top: 0px;
  display: flex;
  align-items: center;
  column-gap: 44px;
  flex-wrap: wrap;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date label {
  margin-bottom: 0px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small {
  display: flex;
  max-width: unset;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
  width: auto;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
  margin-left: 0;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half:nth-child(2) input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half:nth-child(2) input {
  margin-right: 0;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half:nth-child(1) input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half:nth-child(1) input {
    margin-right: 0;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  width: 316px;
  height: 45px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date input {
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date input::placeholder, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date input:focus, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat {
    display: block;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat .reset {
  right: 170px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat .reset {
    right: 20px;
    top: 34px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat .wpforms-field-small {
  display: flex;
  max-width: 350px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  height: 45px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat input {
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat input::placeholder, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat input:focus, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .leave_email .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .leave_email .reset {
  right: 145px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .leave_email .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .leave_email .reset {
    right: 20px;
    top: 32px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message .wpforms-submit-container, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message .wpforms-submit-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message .wpforms-submit-container .form__message__submit, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message .wpforms-submit-container .form__message__submit:hover, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .privace__link, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .privace__link {
  font-size: 13px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .privace__link a, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .privace__link a {
  color: black;
  font-weight: 700;
  text-decoration: underline;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .privace__link a:hover, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .privace__link a:hover {
  color: #FF3D17;
}

#modalWazCatalog .modal-dialog {
  max-width: 80vw;
}
@media (max-width: 1024px) {
  #modalWazCatalog .modal-dialog {
    max-width: 100%;
  }
}
#modalWazCatalog .modal-dialog .modal-content {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
#modalWazCatalog .modal-dialog .modal-body {
  padding: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  #modalWazCatalog .modal-dialog .modal-body {
    padding: 10px;
  }
}
#modalWazCatalog .modal-dialog .modal-body .catalogue__height {
  width: 100%;
  height: 80vh;
}
@media (max-width: 1024px) {
  #modalWazCatalog .modal-dialog .modal-body .catalogue__height {
    height: 300px;
  }
}
#modalWazCatalog .modal-dialog .modal-body .catalogue__height .gorilla {
  background-color: #fff;
}
#modalWazCatalog .modal-dialog .modal-body .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FAFAFA;
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
#modalWazCatalog .modal-dialog .modal-body .dismiss__button i {
  pointer-events: none;
  font-size: 1.5rem;
  color: #FF3D17;
}
#modalWazCatalog .modal-dialog .modal-body .button__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#modalWazCatalog .modal-dialog .modal-body .button__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#modalWazCatalog .modal-dialog .modal-body .button__wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #modalWazCatalog .modal-dialog .modal-body .button__wrapper a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #modalWazCatalog .modal-dialog .modal-body .button__wrapper a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #modalWazCatalog .modal-dialog .modal-body .button__wrapper a:focus {
    border: none;
  }
  #modalWazCatalog .modal-dialog .modal-body .button__wrapper a:focus-visible {
    border: none;
  }
}

#modalCatalog .modal-dialog {
  max-width: 900px;
}
#modalCatalog .modal-dialog .modal-content {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
#modalCatalog .modal-dialog .modal-body {
  padding: 40px;
}
@media (max-width: 1024px) {
  #modalCatalog .modal-dialog .modal-body {
    padding: 15px;
  }
}
#modalCatalog .modal-dialog .modal-body {
  position: relative;
}
#modalCatalog .modal-dialog .modal-body .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #191919;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
#modalCatalog .modal-dialog .modal-body .dismiss__button i {
  pointer-events: none;
  font-size: 1.2rem;
  color: white;
}
#modalCatalog .modal-dialog .modal-body .heading {
  margin-bottom: 45px;
  margin-top: 40px;
}
#modalCatalog .modal-dialog .modal-body .heading h4 {
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
}
@media (max-width: 1024px) {
  #modalCatalog .modal-dialog .modal-body .heading h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
#modalCatalog .modal-dialog .modal-body .desc {
  margin-bottom: 45px;
}
#modalCatalog .modal-dialog .modal-body .desc p {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  #modalCatalog .modal-dialog .modal-body .desc p {
    font-size: 15px;
    line-height: 19px;
  }
}
#modalCatalog .modal-dialog .modal-body .button__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#modalCatalog .modal-dialog .modal-body .button__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#modalCatalog .modal-dialog .modal-body .button__wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #modalCatalog .modal-dialog .modal-body .button__wrapper a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #modalCatalog .modal-dialog .modal-body .button__wrapper a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #modalCatalog .modal-dialog .modal-body .button__wrapper a:focus {
    border: none;
  }
  #modalCatalog .modal-dialog .modal-body .button__wrapper a:focus-visible {
    border: none;
  }
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background-color: white !important;
  border: none !important;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}

#promoToolsForm .modal-dialog {
  max-width: 826px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  #promoToolsForm .modal-dialog {
    max-width: 100vw;
  }
}
#promoToolsForm .modal-dialog .modal-content {
  border-radius: 20px;
}
#promoToolsForm .modal-dialog .modal-content .modal-body {
  padding: 52px;
}
@media (max-width: 1024px) {
  #promoToolsForm .modal-dialog .modal-content .modal-body {
    padding: 25px;
  }
}
#promoToolsForm .modal-dialog .modal-content .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FAFAFA;
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
#promoToolsForm .modal-dialog .modal-content .dismiss__button i {
  pointer-events: none;
  font-size: 1.5rem;
  color: #FF3D17;
}
#promoToolsForm .modal-dialog .modal-content .heading {
  margin-bottom: 45px;
  margin-top: 40px;
}
#promoToolsForm .modal-dialog .modal-content .heading h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #promoToolsForm .modal-dialog .modal-content .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
#promoToolsForm .modal-dialog .modal-content .heading h4 {
  color: #191919;
  text-align: center;
}
#promoToolsForm .modal-dialog .modal-content .heading .tell__about {
  text-align: center;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .reset {
  position: absolute;
  top: 20px;
  transform: translateY(-50%);
  right: 75px;
}
@media (max-width: 768px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .reset {
    transform: inherit;
    top: 40px;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .wpforms-field {
  padding: 0px;
  margin-bottom: 16px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  height: 45px;
  margin-right: 24px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message input {
    width: 100%;
    margin-right: 0px;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message input:active {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form {
  margin: auto;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  word-break: normal;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form label.wpforms-error {
  font-size: 10px;
  line-height: 14px;
  color: #FF3D17 !important;
  padding: 6px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .wpforms-required-label {
  display: none !important;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_name {
  position: relative;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_name .reset {
  right: 45px;
}
@media (max-width: 768px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_name .reset {
    right: 20px;
    top: 44px;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea {
  padding: 0;
  position: relative;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea .reset {
  right: 24px;
  top: 45%;
}
@media (max-width: 768px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea .reset {
    right: 20px;
    top: 50px;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea label {
  margin-bottom: 20px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea textarea {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 15px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea textarea::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea textarea:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_from {
  position: relative;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_from .reset {
  right: 20px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_repeat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 24px;
  position: relative;
}
@media (max-width: 1024px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_repeat {
    display: block;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_repeat .reset {
  right: 170px;
}
@media (max-width: 768px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_repeat .reset {
    right: 20px;
    top: 34px;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_repeat .wpforms-field-small {
  display: flex;
  max-width: 350px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .leave_email .reset {
  right: 145px;
}
@media (max-width: 768px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .leave_email .reset {
    right: 20px;
    top: 32px;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message .wpforms-submit-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit {
  display: none;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .privace__link {
  max-width: 616px;
  margin: auto;
  font-size: 13px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .privace__link a {
  color: black;
  font-weight: 700;
  text-decoration: underline;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .privace__link a:hover {
  color: #FF3D17;
}
#promoToolsForm .modal-dialog .modal-content #promoButtonModal {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#promoToolsForm .modal-dialog .modal-content #promoButtonModal:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#promoToolsForm .modal-dialog .modal-content #promoButtonModal {
  margin: auto;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F3F8FC;
  width: 100%;
  opacity: 0;
  z-index: 999999;
}
.cookie__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 5%;
}
@media (max-width: 1024px) {
  .cookie__policy {
    width: 100%;
  }
}
.cookie__policy p {
  margin-bottom: 0;
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cookie__policy p {
    text-align: center;
    font-size: 12px;
  }
}
.cookie__buttons {
  display: flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .cookie__buttons {
    width: 100%;
    order: -1;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.cookie__buttons > * {
  color: #3B3B3B;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  font-size: 12px;
}
.cookie__buttons--accept {
  margin-right: 10px;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}
.cookie__buttons--accept:hover {
  color: #FF3D17;
}
@media (max-width: 1024px) {
  .cookie__buttons--accept {
    font-size: 12px;
  }
}
.cookie__buttons--more {
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .cookie__buttons--more {
    font-size: 12px;
  }
}
.cookie__buttons--more:hover {
  color: #FF3D17;
}

.container-drop {
  overflow: hidden;
}
.container-drop * html {
  scroll-behavior: smooth;
}
.container-drop *::selection {
  background: unset;
  color: #FF3D17;
}
.container-drop .welcome__section {
  min-height: 100vh;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("./../../../../uploads/main_background_triangles_on_white.png");
  background-size: cover;
  padding: 5% 5%;
  display: flex;
  padding-top: 280px;
}
@media (max-width: 1024px) {
  .container-drop .welcome__section {
    background-image: unset;
    padding: 5% 0;
    padding-top: 200px;
  }
}
.container-drop .welcome__section .baner_column .logo {
  margin: auto;
  margin-bottom: 1.66rem;
}
.container-drop .welcome__section .baner_column .computer img {
  width: 100%;
  height: 100%;
}
.container-drop .welcome__section .heading h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 1024px) {
  .container-drop .welcome__section .heading h2 {
    font-size: 2rem;
  }
}
.container-drop .welcome__section .heading p {
  margin-top: 1.38rem;
  font-size: 1.15rem;
  line-height: 1;
}
.container-drop .welcome__section .explore h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
.container-drop .welcome__section .explore p {
  margin-top: 1.38rem;
  font-size: 1.15rem;
  line-height: 1;
}
.container-drop .welcome__section .welcome_chart img {
  max-width: 400px;
  margin: auto;
  display: block;
  width: 100%;
}
.container-drop .benefits_section {
  background-color: #FF3D17;
  padding: 5% 0;
  background-size: cover;
  margin: 0;
  background-image: url("../../assets/images/main_background_triangles_on_red.png");
}
@media (max-width: 1024px) {
  .container-drop .benefits_section {
    background-size: contain;
  }
}
.container-drop .benefits_section *::selection {
  background: unset;
  color: #191919;
}
.container-drop .benefits_section .logo img {
  display: block;
  margin: auto;
}
.container-drop .benefits_section .heading h3 {
  text-align: center;
  font-weight: 800;
  font-size: 2.2rem;
  color: white;
  margin-top: 1.66rem;
}
.container-drop .benefits_section .paragraph {
  margin-bottom: 2.22rem;
}
.container-drop .benefits_section .paragraph p {
  text-align: center;
  color: white;
  font-size: 1.3rem;
  line-height: 1;
}
.container-drop .benefits_section .benefits_wrapper {
  max-width: 90%;
}
@media (max-width: 1024px) {
  .container-drop .benefits_section .benefits_wrapper {
    max-width: 100%;
  }
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(1) img {
  animation-delay: 0.25s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(2) img {
  animation-delay: 0.5s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(3) img {
  animation-delay: 0.75s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(4) img {
  animation-delay: 1s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(5) img {
  animation-delay: 1.25s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(6) img {
  animation-delay: 1.5s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(7) img {
  animation-delay: 1.75s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(8) img {
  animation-delay: 2s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(9) img {
  animation-delay: 2.25s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(10) img {
  animation-delay: 2.5s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(11) img {
  animation-delay: 2.75s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item img {
  max-width: 150px;
  width: 100%;
  display: block;
  margin: auto;
  animation: 5s infinite linear anim-loadingDot;
  transition: 1s;
}
@keyframes anim-loadingDot {
  20%, 100% {
    transform: scale(1);
  }
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
}
.container-drop .benefits_section .benefits_wrapper .benefits_item p {
  color: white;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
}
.container-drop .game_section {
  background-color: #191919;
  min-height: 50vh;
  background-size: cover;
  padding: 5% 0 3% 0;
  background-image: url("../../assets/images/triangles/triangles_background.png");
}
@media (max-width: 1024px) {
  .container-drop .game_section {
    background-image: unset;
  }
}
.container-drop .game_section .heading h2 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1;
}
.container-drop .game_section .paragraph {
  margin-bottom: 3%;
}
.container-drop .game_section .paragraph p {
  font-size: 1.2rem;
  color: white;
  text-align: center;
  line-height: 1;
}
.container-drop .game_section .games_wraper {
  width: 100%;
  gap: 20px;
  margin: 50px 0;
}
.container-drop .game_section .games_wraper .games_item .item {
  max-width: 369px;
  max-height: 277px;
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  margin: 1.1rem 0;
}
.container-drop .game_section .games_wraper .games_item .item:hover .play_button {
  display: block;
}
.container-drop .game_section .games_wraper .games_item:hover .material-icons {
  display: block !important;
}
.container-drop .game_section .games_wraper .games_item .play_button {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 369px;
  max-height: 277px;
  text-decoration: none;
  color: white;
}
.container-drop .game_section .games_wraper .games_item .play_button .icon_wraper {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.container-drop .game_section .games_wraper .games_item .play_button .icon_wraper .material-icons {
  color: #fff;
  transform: matrix(1, 0, 0, 1, 0, 0);
  position: absolute;
  font-size: 4rem;
  line-height: 1rem;
  display: none;
  transition: all 0.2s ease-in-out;
}
.container-drop .game_section .games_wraper .games_item .play_button .icon_wraper .material-icons:hover {
  color: #FF3D17 !important;
  transform: scale(1.2);
}
.container-drop .game_section .games_wraper .games_item .play_button .icon_wraper .icon {
  font-size: 50px;
  font-family: "wazdan-icons";
  transition: 0.5s;
}
.container-drop .game_section .games_wraper .games_item .play_button .icon_wraper .icon:hover {
  color: #FF3D17;
}
.container-drop .game_section .button_section {
  margin-bottom: 50px;
}
.container-drop .game_section .button_section a::selection {
  background: unset;
  color: #191919;
}
.container-drop .game_section .button_section a {
  color: white;
  pointer-events: all;
  cursor: pointer;
  transition: 0.5s;
  box-shadow: 0px 5px 10px black;
  background-color: #FF3D17;
  font-size: 1.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  border: 3px solid #FF3D17;
  font-weight: 600;
  margin: auto;
  display: block;
  max-width: 230px;
  text-align: center;
}
.container-drop .game_section .button_section a:hover {
  text-decoration: none;
  color: #FF3D17;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .container-drop .row {
    margin: 0;
  }
}

.container_hold_the_jackpot .container-fluid, .container_hold_the_jackpot .container-sm, .container_hold_the_jackpot .container-md, .container_hold_the_jackpot .container-lg, .container_hold_the_jackpot .container-xl {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: 0rem;
  margin-left: 0rem;
}
.container_hold_the_jackpot .banner__section {
  margin-bottom: 1.1rem;
}
.container_hold_the_jackpot .banner__section .banner__section_container {
  margin-top: 85px;
}
@media (max-width: 1024px) {
  .container_hold_the_jackpot .banner__section .banner__section_container {
    margin-top: 60px;
  }
}
.container_hold_the_jackpot .banner__section img {
  width: 100%;
}
.container_hold_the_jackpot .game__section {
  margin: 30px 0;
  background: url("../images/hold_the_jackpot/main_background_triangles_on_white.png");
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
  max-width: 1800px;
  margin: auto;
}
.container_hold_the_jackpot .game__section .game__wrapper {
  gap: 25px;
  margin: 60px auto;
}
.container_hold_the_jackpot .game__section__column {
  padding: 0;
}
.container_hold_the_jackpot .game__section__column .game {
  width: 310px;
  overflow: hidden;
}
.container_hold_the_jackpot .game__section__column__img__container {
  position: relative;
  overflow: hidden;
  margin: auto;
  border-radius: 20px;
}
.container_hold_the_jackpot .game__section__column__img__container .game_label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.container_hold_the_jackpot .game__section__column__img__container .game_label img:hover {
  transform: scale(1.1);
}
.container_hold_the_jackpot .game__section__column__img__container .game_image_img {
  transition: 0.8s;
  margin: auto;
  display: block;
}
.container_hold_the_jackpot .game__section__column__img__container .game_image_img:hover {
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .container_hold_the_jackpot .game__section__column__img__container .game_image_img:hover {
    transform: scale(1);
  }
}
.container_hold_the_jackpot .game__section__column .game_name {
  text-decoration: none;
}
.container_hold_the_jackpot .game__section__column .game_name h3 {
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  color: #000;
  margin: 10px 0;
  font-weight: 800;
  transition: 0.8s;
  white-space: nowrap;
}
@media (max-width: 1550px) {
  .container_hold_the_jackpot .game__section__column .game_name h3 {
    font-size: 1.2rem;
  }
}
.container_hold_the_jackpot .game__section__column .game_name h3:hover {
  color: #FF3D17;
}
.container_hold_the_jackpot .game__section__column .game_button_readMore {
  background-color: #FF3D17;
  padding: 0.2rem 0.4rem;
  color: #fff;
  font-size: 1rem;
  margin: 0.55rem auto;
  border-radius: 10px;
  display: block;
  max-width: 160px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  border: 2px solid #FF3D17;
}
.container_hold_the_jackpot .game__section__column .game_button_readMore:hover {
  text-decoration: none;
  background-color: #fff;
  color: #FF3D17;
}
@media (orientation: landscape) {
  .container_hold_the_jackpot .hide-on-landscape {
    display: none;
  }
}
@media (orientation: portrait) {
  .container_hold_the_jackpot .hide-on-portrait {
    display: none;
  }
}

.container-lp p {
  color: #fff;
}
.container-lp ::selection {
  color: #FF3D17;
  background: transparent;
}
.container-lp .text {
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #fff;
}
.container-lp .text a {
  color: #FF3D17;
}
.container-lp .text-below-logo {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}
.container-lp .text-below-logo p {
  text-align: justify;
}
.container-lp .section-second {
  padding: 5rem 0;
  min-height: 100vh;
}
@media (max-width: 991.98px) {
  .container-lp .section-second {
    min-height: 50vh;
  }
}
.container-lp .section-second .slider_htj .slide {
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .container-lp .section-second .slider_htj .slide {
    padding: 0;
  }
}
.container-lp .section-second .slider_htj .slide .title {
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .container-lp .section-second .slider_htj .slide .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.container-lp .section-second .slider_htj .slide .title {
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 40px;
  text-align: center;
  width: 200%;
  transform: translate(-25%);
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
  .container-lp .section-second .slider_htj .slide .title {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) {
  .container-lp .section-second .slider_htj .slide .title {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .container-lp .section-second .slider_htj .slide .title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .container-lp .section-second .slider_htj .slide .title {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .container-lp .section-second .slider_htj .slide .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.container-lp .section-second .slider_htj .slide .video {
  width: 100%;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(25, 25, 25, 0.15));
}
.container-lp .section-second .slider_htj .slide .desc {
  display: none;
}
.container-lp .section-second .slider_htj .slick-slide {
  opacity: 0.5;
  z-index: 1;
  position: relative;
  height: auto;
  margin: 0 10px;
}
.container-lp .section-second .slider_htj .slick-slide .title, .container-lp .section-second .slider_htj .slick-slide .subtitle, .container-lp .section-second .slider_htj .slick-slide .desc {
  color: #FFF;
  text-align: center;
}
.container-lp .section-second .slider_htj .slick-slide .title {
  font-weight: 700;
}
.container-lp .section-second .slider_htj .slick-slide .subtitle {
  font-size: 1.2rem;
}
.container-lp .section-second .slider_htj .slick-slide video, .container-lp .section-second .slider_htj .slick-slide img {
  width: 100%;
  margin: auto;
  display: block;
  border-radius: 10px;
}
@media (max-width: 1400px) {
  .container-lp .section-second .slider_htj .slick-slide video, .container-lp .section-second .slider_htj .slick-slide img {
    width: 100%;
  }
}
.container-lp .section-second .slider_htj .slick-slide.slick-center {
  opacity: 1;
  z-index: 2;
}
.container-lp .section-second .slider_htj .slick-slide.slick-center .desc {
  display: block;
  margin: auto;
  margin-top: 5rem;
  text-align: center;
  width: 200%;
  transform: translateX(-25%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .container-lp .section-second .slider_htj .slick-slide.slick-center .desc {
    font-size: 20px;
    line-height: 25px;
  }
}
.container-lp .section-second .slider_htj .slick-slide.slick-center .desc {
  font-weight: 500;
}
@media only screen and (min-width: 1024px) and (max-width: 1350px) {
  .container-lp .section-second .slider_htj .slick-slide.slick-center .desc {
    width: 100%;
    transform: translateX(0%);
  }
}
@media (max-width: 1024px) {
  .container-lp .section-second .slider_htj .slick-slide.slick-center .desc {
    margin-top: 1rem;
    width: 100%;
    transform: translateX(0%);
  }
}
.container-lp .content-box {
  min-height: 100vh;
  padding: 2% 0;
}
.container-lp .section-third {
  min-height: 100vh;
}
.container-lp .section {
  background-size: cover;
}
.container-lp .section .video {
  height: 100vh;
  display: grid;
  align-items: center;
}
.container-lp .section .video #teaser-video {
  width: 100%;
  margin-top: 2rem;
}
.container-lp .section .video .btn-mute {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
}
.container-lp .section .video .btn-mute .btn-mute-txt {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
}
.container-lp .section .video .btn-mute .material-icons {
  font-size: 2rem;
}
.container-lp .section .video .btn-mute .material-icons:hover {
  color: #FF3D17;
}
.container-lp .section .video .custom-play-button {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border-color: transparent;
  color: #fff;
  margin: 3rem 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
}
.container-lp .section .video .custom-play-button:hover {
  color: #FF3D17;
}
.container-lp .section .triangle-background {
  background: url(./../../../../uploads/main_background_triangles.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  background-position: center;
}
@media (max-width: 991.98px) {
  .container-lp .section .triangle-background {
    background: none;
  }
}
.container-lp .section .column-right img {
  display: block;
  margin: 0 auto;
  max-height: 200px;
}
.container-lp .section .column-left {
  text-align: center;
}
.container-lp .section .column-left .game-image {
  padding: 5%;
}
.container-lp .section .property {
  display: inline-flex;
  align-items: center;
}
.container-lp .section .property .property-icon-box {
  display: flex;
  justify-content: flex-end;
}
.container-lp .section .property .property-icon {
  max-width: 65px;
}
.container-lp .section .property .text > p {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0;
}
.container-lp .section .text-below-property {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}
.container-lp .section .column-right-play {
  text-align: center;
}
.container-lp .section .column-right-play .header-play-now {
  color: #fff;
  font-weight: 900;
}
.container-lp .section .column-right-play .desc-play-now {
  color: #fff;
}
.container-lp .section .column-right-play .btn-play {
  display: inline-flex;
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #FF3D17;
  background-color: #FF3D17;
  border-radius: 10px;
  padding: 0.5rem 3rem;
  font-size: 2.5rem;
  font-weight: 600;
  cursor: pointer;
  pointer-events: all;
  transition: 0.5s;
  box-shadow: 0px 5px 10px #191919;
  text-decoration: none;
}
.container-lp .section .column-right-play .btn-play:hover {
  background-color: transparent;
  color: #FF3D17;
}
@media (max-width: 991.98px) {
  .container-lp .property-icon-box {
    justify-content: center !important;
  }
  .container-lp .custom-play-button {
    font-size: 1rem !important;
  }
  .container-lp .property {
    margin: 2% 0;
    padding: 0 5px 0 0;
  }
  .container-lp .text-below-logo p {
    padding: 10px;
  }
  .container-lp .btn-play {
    font-size: 1.5rem !important;
  }
  .container-lp .title {
    font-size: 1.5rem;
  }
  .container-lp .subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .container-lp .header-play-now {
    font-size: 2rem;
  }
  .container-lp .desc-play-now {
    font-size: 1rem;
  }
  .container-lp .text p {
    text-align: left;
  }
  .container-lp .section .column-right {
    margin-top: 1rem;
  }
  .container-lp .section .video {
    height: 100%;
  }
}

.site-header-landing {
  background: black;
}
.site-header-landing nav {
  display: flex;
  justify-content: center;
}
.site-header-landing nav img {
  max-width: 220px;
}

.site-total-casino .header-main, .site-total-casino #footer {
  display: none !important;
}

.wazadan__games__total__casino {
  background-color: #fff;
}
.wazadan__games__total__casino .games__header {
  padding: 60px 60px;
}
@media (max-width: 1024px) {
  .wazadan__games__total__casino .games__header {
    margin-top: 58px;
  }
}
@media (max-width: 768px) {
  .wazadan__games__total__casino .games__header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__games__total__casino .games__header {
    padding: 40px 28px;
  }
}
.wazadan__games__total__casino .games__header {
  background-color: #141436;
  color: #fff;
  text-align: center;
}
.wazadan__games__total__casino .games__header h1 {
  padding-top: 40px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .wazadan__games__total__casino .games__header h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
.wazadan__games__total__casino .games__header h1 {
  color: #FFF;
}
@media (max-width: 1400px) {
  .wazadan__games__total__casino .games__header h1 {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #FFF;
  }
}
@media (max-width: 1400px) and (max-width: 1400px) {
  .wazadan__games__total__casino .games__header h1 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__games__total__casino .games__header .total-casino-img {
  max-width: 300px;
}
.wazadan__games__total__casino .games__header .logo-box {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wazadan__games__total__casino .games__header .logo {
  height: 35px;
  margin-top: 37px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .wazadan__games__total__casino .games__header .logo {
    height: 21px;
    margin-top: 0px;
    margin-left: 0px;
  }
}
.wazadan__games__total__casino .games__section .game__list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-items: start;
  list-style: none;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 44px 16px;
  width: 100%;
  padding: 60px 20px;
}
.wazadan__games__total__casino .games__section .game__list .game {
  max-width: 400px;
  transition: 0.3s;
}
.wazadan__games__total__casino .games__section .game__list .game .game__image {
  position: relative;
}
.wazadan__games__total__casino .games__section .game__list .game .game__image:hover img {
  -webkit-filter: brightness(50%);
}
.wazadan__games__total__casino .games__section .game__list .game .game__image:hover a.playGame {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazadan__games__total__casino .games__section .game__list .game .game__image:hover a.playGame:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__games__total__casino .games__section .game__list .game .game__image:hover a.playGame {
  width: fit-content;
}
.wazadan__games__total__casino .games__section .game__list .game .gameTitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__games__total__casino .games__section .game__list .game .gameTitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__games__total__casino .games__section .game__list .game .gameTitle {
  color: #191919;
  padding-top: 16px;
}
.wazadan__games__total__casino .games__section .game__list .game .gameTeaser {
  padding-top: 10px;
}
@media (max-width: 1920px) {
  .wazadan__games__total__casino .games__section .game__list .game .gameTeaser {
    margin-bottom: 0;
    color: #191919;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1921px) {
  .wazadan__games__total__casino .games__section .game__list .game .gameTeaser {
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}
.wazadan__games__total__casino .games__section .game__list .game img {
  border-radius: 10px;
}
.wazadan__games__total__casino .games__section .game__list .game .playGame {
  display: none;
}
.wazadan__games__total__casino .games__section .game__list .game a:hover {
  text-decoration: none;
}

#ice2023 {
  width: 100vw;
  height: 100vh;
}

.mystery__container .mystery__header {
  background-color: #f9f5f4;
}
@media (min-width: 1921px) {
  .mystery__container .mystery__header .mystery__container {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .mystery__container .mystery__header .mystery__container {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .mystery__container .mystery__header .mystery__container {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .mystery__header .mystery__container {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .mystery__container .mystery__header .mystery__container {
    padding: 60px 28px;
  }
}
.mystery__container .mystery__header .mystery__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mystery__container .mystery__header .mystery__container .mystery__image__gamepage {
  flex: 50%;
  text-align: center;
  margin-top: -70px;
}
@media (max-width: 768px) {
  .mystery__container .mystery__header .mystery__container .mystery__image__gamepage {
    margin-top: 0px;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__image__gamepage img {
  max-width: 700px;
  width: 100%;
}
.mystery__container .mystery__header .mystery__container .mystery__content {
  flex: 50%;
  padding: 0 30px;
  padding-left: 120px;
}
@media (max-width: 1400px) {
  .mystery__container .mystery__header .mystery__container .mystery__content {
    padding-left: 80px;
  }
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .mystery__header .mystery__container .mystery__content {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content {
    flex: 100%;
    padding-left: 0;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__title {
    font-size: 40px;
    line-height: 43px;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__title {
  color: #191919;
  max-width: 615px;
  margin: 0;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__title {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
    text-align: center;
    max-width: unset;
    margin-top: 20px;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__desc {
  color: #FFF;
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 24px;
  max-width: 615px;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__desc {
    margin-bottom: 0;
    color: #3B3B3B;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    text-align: center;
    max-width: unset;
    padding-top: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__desc {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 32px 0;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons {
    justify-content: center;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .claim__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .claim__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .claim__btn {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .claim__btn {
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .claim__btn {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .terms__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .terms__btn:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .terms__btn {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .terms__btn {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .terms__btn {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .mystery__game {
  min-height: 100vh;
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__game {
    min-height: fit-content;
    padding: 50px 20px;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper {
  position: relative;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .ice__end__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper .ice__end__title {
    font-size: 40px;
    line-height: 43px;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper .ice__end__title {
  color: #191919;
  text-align: center;
  padding-bottom: 20px;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .ice__end__subtitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper .ice__end__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper .ice__end__subtitle {
  color: #191919;
  text-align: center;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .ice__button__end {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .ice__button__end:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .ice__button__end {
  width: fit-content;
  margin: auto;
  margin-top: 30px;
}
.mystery__container .mystery__game .mystery__game__form__wrapper input[data-key=code] {
  display: none !important;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .mystery__video {
  width: 100%;
}
.mystery__container .mystery__game .mystery__game__form__wrapper h2.ice_code {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper h2.ice_code {
    font-size: 40px;
    line-height: 43px;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper h2.ice_code {
  color: #FFF;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -54%);
}
@media (max-width: 1024px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper h2.ice_code {
    min-height: fit-content;
    padding: 50px 20px;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper {
    gap: 10px;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper h2.ice_code_black, .mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper .congrats__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper h2.ice_code_black, .mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper .congrats__title {
    font-size: 40px;
    line-height: 43px;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper h2.ice_code_black, .mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper .congrats__title {
  color: #191919;
  margin-top: 20px;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper .congrats__button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper .congrats__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper .congrats__button {
  width: fit-content;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper p {
  text-align: center;
}
.mystery__container .mystery__game .mystery__game__form__wrapper__wazdan {
  background-color: #fff;
  margin: auto;
  width: 100%;
  background-image: url(https://wazdan.wazdanep.com/wp-content/uploads/dropbg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper__wazdan {
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper__wazdan {
    background-image: unset;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper__wazdan .mystery__iframe {
  width: 100%;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  max-height: 90vh;
  border-radius: 20px;
  display: block;
  margin: auto;
  background: transparent;
}
.mystery__container .mystery__game .mystery__game__form__wrapper__wazdan .mystery__iframe body {
  background-color: transparent;
}
.mystery__container .mystery__game .mystery__game__form__wrapper {
  width: fit-content;
  padding: 5%;
  background: white;
  border-radius: 20px;
  margin: auto;
}
.mystery__container .mystery__game .form__banner {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .mystery__container .mystery__game .form__banner {
    font-size: 34px;
    line-height: 36px;
  }
}
.mystery__container .mystery__game .form__banner {
  color: #191919;
  text-align: center;
  margin-bottom: 50px;
}
.mystery__container .mystery__game .form__banner__button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.mystery__container .mystery__game .form__banner__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .mystery__game .form__banner__button {
  width: fit-content;
  margin: auto;
}
.mystery__container .mystery__game .mystery__game__form {
  text-align: center;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register {
  max-width: fit-content;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-col-alt .um-center input[type=submit].um-button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-col-alt .um-center input[type=submit].um-button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .term__text {
  text-align: center;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .term__text .term__link {
  color: black;
  font-weight: 700;
  text-decoration: underline;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .term__text .term__link:hover {
  color: #FF3D17;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text {
    display: block;
  }
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text .um-field-label {
  margin: 0;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B !important;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15) !important;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15) !important;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text .um-field-error {
  width: 100%;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-user_email .um-field-area {
  width: 100%;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-label label {
  margin: 0;
  white-space: nowrap;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B !important;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15) !important;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15) !important;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form .term__link {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form .wpforms-submit {
  width: fit-content;
  margin: auto;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form label.wpforms-error {
  background-color: #FF3D17;
  color: #fff;
  padding: 6px;
  border-radius: 5px;
  font-size: 14px;
  margin: 5px 0;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form .wpforms-field-label {
  text-align: left;
}
.mystery__container .banner__section {
  background-size: cover;
  background-position: right center;
  position: relative;
}
@media (max-width: 768px) {
  .mystery__container .banner__section {
    min-height: 80vh;
  }
}
.mystery__container .banner__section.banerBG {
  background-image: url("https://wazdan.com/wp-content/uploads/MysteryBox_banner.jpg");
}
@media (max-width: 768px) {
  .mystery__container .banner__section.banerBG {
    background-image: url("https://wazdan.com/wp-content/uploads/MysteryBox_banner_mobile.jpg");
  }
}
.mystery__container .banner__section__wrapper {
  padding-top: 3%;
  position: absolute;
  top: 0;
  width: 50%;
  padding-top: 3%;
}
@media (max-width: 1024px) {
  .mystery__container .banner__section__wrapper {
    width: 100%;
  }
}
.mystery__container .banner__section__wrapper.staticBG {
  position: relative;
}
@media (min-width: 1921px) {
  .mystery__container .banner__section__wrapper.staticBG {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .mystery__container .banner__section__wrapper.staticBG {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .mystery__container .banner__section__wrapper.staticBG {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .banner__section__wrapper.staticBG {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .mystery__container .banner__section__wrapper.staticBG {
    padding: 60px 28px;
  }
}
.mystery__container .banner__section__wrapper {
  padding-left: 96px;
}
@media (max-width: 1400px) {
  .mystery__container .banner__section__wrapper {
    padding-left: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .banner__section__wrapper {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .mystery__container .banner__section__wrapper {
    padding-left: 28px;
  }
}
.mystery__container .banner__section__wrapper .content {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .mystery__container .banner__section__wrapper .content {
    max-width: 700px;
  }
}
.mystery__container .banner__section__wrapper .content.baner {
  background-color: transparent;
  padding: 0;
}
.mystery__container .banner__section__wrapper .content .heading {
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .mystery__container .banner__section__wrapper .content .heading {
    margin-bottom: calc(20px + 10 * (100vw - 576px) / 1344);
  }
}
@media screen and (min-width: 1920px) {
  .mystery__container .banner__section__wrapper .content .heading {
    margin-bottom: 30px;
  }
}
.mystery__container .banner__section__wrapper .content .heading h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .mystery__container .banner__section__wrapper .content .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.mystery__container .banner__section__wrapper .content .heading h4 {
  color: #FFF;
}
.mystery__container .banner__section__wrapper .content .heading h4 {
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .mystery__container .banner__section__wrapper .content .heading h4 {
    font-size: calc(24px + 16 * (100vw - 576px) / 1344);
    line-height: calc(24px + 16 * (100vw - 576px) / 1344 + 8px);
  }
}
@media screen and (min-width: 1920px) {
  .mystery__container .banner__section__wrapper .content .heading h4 {
    font-size: 40px;
  }
}
.mystery__container .banner__section__wrapper .content .heading h4 {
  line-height: calc(24px + 16 * (100vw - 576px) / 1344);
}
@media (max-width: 768px) {
  .mystery__container .banner__section__wrapper .content .heading h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  .mystery__container .banner__section__wrapper .content .heading h4 {
    font-size: calc(28px + 8 * (100vw - 576px) / 192);
    line-height: calc(28px + 8 * (100vw - 576px) / 192 + 8px);
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mystery__container .banner__section__wrapper .content .heading h4 {
    font-size: 36px;
  }
}
.mystery__container .banner__section__wrapper .content .desc {
  margin-bottom: 20px;
}
.mystery__container .banner__section__wrapper .content .desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .mystery__container .banner__section__wrapper .content .desc {
    margin-bottom: calc(20px + 10 * (100vw - 576px) / 1344);
  }
}
@media screen and (min-width: 1920px) {
  .mystery__container .banner__section__wrapper .content .desc {
    margin-bottom: 30px;
  }
}
.mystery__container .banner__section__wrapper .content .desc p {
  margin-bottom: 0;
  color: white;
}
.mystery__container .banner__section__wrapper .content .desc p {
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .mystery__container .banner__section__wrapper .content .desc p {
    font-size: calc(22px + 4 * (100vw - 1024px) / 896);
    line-height: calc(22px + 4 * (100vw - 1024px) / 896 + 8px);
  }
}
@media screen and (min-width: 1920px) {
  .mystery__container .banner__section__wrapper .content .desc p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .mystery__container .banner__section__wrapper .content .desc p {
    line-height: 26px;
  }
}
.mystery__container .banner__section__wrapper .content .contact__btn {
  display: flex;
}
.mystery__container .banner__section__wrapper .content .contact__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
}
.mystery__container .banner__section__wrapper .content .contact__btn a:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .banner__section__wrapper .content .contact__btn a {
  cursor: pointer;
}
.mystery__container .banner__section__wrapper .content .contact__btn a {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .mystery__container .banner__section__wrapper .content .contact__btn a {
    font-size: calc(14px + 4 * (100vw - 1024px) / 896);
    line-height: calc(14px + 4 * (100vw - 1024px) / 896 + 8px);
  }
}
@media screen and (min-width: 1920px) {
  .mystery__container .banner__section__wrapper .content .contact__btn a {
    font-size: 18px;
  }
}
.mystery__container .banner__section__wrapper .content .contact__btn a {
  line-height: unset;
}
@media (min-width: 1921px) {
  .mystery__container .visit__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .mystery__container .visit__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .mystery__container .visit__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .visit__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .mystery__container .visit__section {
    padding: 60px 28px;
  }
}
.mystery__container .visit__section {
  background-color: white;
}
.mystery__container .visit__section__wrapper {
  display: flex;
  gap: 120px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .mystery__container .visit__section__wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.mystery__container .visit__section__wrapper .content {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  padding: 40px;
  justify-content: center;
  max-width: 700px;
}
.mystery__container .visit__section__wrapper .content.baner {
  background-color: transparent;
  padding: 0;
}
@media (max-width: 1024px) {
  .mystery__container .visit__section__wrapper .content {
    width: 100%;
    padding: 0px;
  }
}
.mystery__container .visit__section__wrapper .content .heading {
  margin-bottom: 40px;
}
.mystery__container .visit__section__wrapper .content .heading h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .mystery__container .visit__section__wrapper .content .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.mystery__container .visit__section__wrapper .content .heading h4 {
  color: #191919;
}
.mystery__container .visit__section__wrapper .content .desc {
  margin-bottom: 40px;
}
.mystery__container .visit__section__wrapper .content .desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .mystery__container .visit__section__wrapper .content .desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .visit__section__wrapper .content .desc p {
  font-weight: 500;
}
.mystery__container .visit__section__wrapper .content .wrapper__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 32px 0;
}
.mystery__container .visit__section__wrapper .content .wrapper__btn .lets__talk__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.mystery__container .visit__section__wrapper .content .wrapper__btn .lets__talk__btn a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .visit__section__wrapper .content .wrapper__btn .lets__talk__btn a {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mystery__container .visit__section__wrapper .content .wrapper__btn .lets__talk__btn a {
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .mystery__container .visit__section__wrapper .content .wrapper__btn .lets__talk__btn a {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .visit__section__wrapper .content .wrapper__btn .download__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
}
.mystery__container .visit__section__wrapper .content .wrapper__btn .download__btn a:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .visit__section__wrapper .content .wrapper__btn .download__btn a {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mystery__container .visit__section__wrapper .content .wrapper__btn .download__btn a {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .mystery__container .visit__section__wrapper .content .wrapper__btn .download__btn a {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .visit__section__wrapper .image__wrapper {
  width: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .mystery__container .visit__section__wrapper .image__wrapper {
    width: 100%;
  }
}
.mystery__container .visit__section__wrapper .image__wrapper img {
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
}
.mystery__container .description__section {
  background-color: #191919;
  position: relative;
}
@media (min-width: 1921px) {
  .mystery__container .description__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .mystery__container .description__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .mystery__container .description__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .description__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .mystery__container .description__section {
    padding: 60px 28px;
  }
}
.mystery__container .description__section .description__section__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper {
    padding: 60px 0;
  }
}
.mystery__container .description__section .description__section__wrapper .heading {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper .heading {
    margin-bottom: 40px;
  }
}
.mystery__container .description__section .description__section__wrapper .heading h4 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .mystery__container .description__section .description__section__wrapper .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.mystery__container .description__section .description__section__wrapper .heading h4 {
  color: #FFF;
}
.mystery__container .description__section .description__section__wrapper .box {
  z-index: 1;
}
.mystery__container .description__section .description__section__wrapper .box .input__wrapper {
  margin: 0 auto 0 auto;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
}
.mystery__container .description__section .description__section__wrapper .box .input__wrapper .game__description {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .mystery__container .description__section .description__section__wrapper .box .input__wrapper .game__description {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .description__section .description__section__wrapper .box .input__wrapper .game__description {
  font-weight: 500;
  text-align: left;
  margin: auto;
  padding: 0 20px;
  column-count: 2;
  gap: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 700px;
  opacity: 0;
  transition: 1.3s;
}
.mystery__container .description__section .description__section__wrapper .box .input__wrapper .game__description p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .mystery__container .description__section .description__section__wrapper .box .input__wrapper .game__description p {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .description__section .description__section__wrapper .box .input__wrapper .game__description p {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper .box .input__wrapper .game__description {
    column-count: 1;
  }
}
.mystery__container .description__section .description__section__wrapper .images {
  position: absolute;
  width: 100%;
  background-color: transparent;
  height: 100%;
  top: 0;
  left: 0;
}
.mystery__container .description__section .description__section__wrapper .images .img__top img {
  position: absolute;
  width: 24%;
  top: -220px;
  right: 0;
  max-width: 350px;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper .images .img__top img {
    width: 30%;
    top: -100px;
  }
}
.mystery__container .description__section .description__section__wrapper .images .img__bottom img {
  position: absolute;
  width: 24%;
  max-width: 400px;
  bottom: -170px;
  left: 0px;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper .images .img__bottom img {
    width: 30%;
    bottom: -100px;
  }
}
.mystery__container .description__section .description__section__wrapper .flex__wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  overflow: hidden;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.mystery__container .description__section .description__section__wrapper .flex__wrapper .img__left {
  height: 70%;
}
.mystery__container .description__section .description__section__wrapper .flex__wrapper .img__left img {
  height: 100%;
  margin-left: auto;
  display: block;
  display: none;
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper .flex__wrapper .img__left {
    display: none;
  }
}
.mystery__container .description__section .description__section__wrapper .flex__wrapper .img__right {
  height: 70%;
}
.mystery__container .description__section .description__section__wrapper .flex__wrapper .img__right img {
  height: 100%;
  display: none;
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper .flex__wrapper .img__right {
    display: none;
  }
}
.mystery__container .see__us__section {
  background-color: #FF3D17;
}
@media (min-width: 1921px) {
  .mystery__container .see__us__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .mystery__container .see__us__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .mystery__container .see__us__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .see__us__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .mystery__container .see__us__section {
    padding: 60px 28px;
  }
}
.mystery__container .see__us__section .see__us__section__wrapper .heading {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .mystery__container .see__us__section .see__us__section__wrapper .heading {
    margin-bottom: 30px;
  }
}
.mystery__container .see__us__section .see__us__section__wrapper .heading h4 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .mystery__container .see__us__section .see__us__section__wrapper .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.mystery__container .see__us__section .see__us__section__wrapper .heading h4 {
  color: #FFF;
}
.mystery__container .see__us__section .see__us__section__wrapper .box {
  z-index: 1;
}
.mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper {
  margin: 0 auto 0 auto;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
}
.mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper .see__us__description {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper .see__us__description {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper .see__us__description {
  font-weight: 500;
  text-align: left;
  margin: auto;
  padding: 0 20px;
  column-count: 2;
  gap: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 700px;
  opacity: 0;
  transition: 1.3s;
}
.mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper .see__us__description p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper .see__us__description p {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper .see__us__description p {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper .see__us__description {
    column-count: 1;
  }
}

.sbc__container > * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.sbc__container .sbc__header .wrapper {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header .wrapper {
    margin-top: 0px;
  }
}
.sbc__container .sbc__header .wrapper .content {
  width: 50%;
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header .wrapper .content {
    width: 100%;
  }
}
.sbc__container .sbc__header .wrapper .content .heading {
  margin-bottom: 24px;
}
.sbc__container .sbc__header .wrapper .content .heading h2 {
  color: #191919;
  font-weight: 700;
  font-size: 48px;
  line-height: 61px;
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header .wrapper .content .heading h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.sbc__container .sbc__header .wrapper .content .desc {
  margin-bottom: 32px;
}
.sbc__container .sbc__header .wrapper .content .desc p {
  font-weight: 400;
  font-size: 31px;
  line-height: 40px;
  color: #3B3B3B;
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header .wrapper .content .desc p {
    font-size: 26px;
    line-height: 36px;
  }
}
.sbc__container .sbc__header .wrapper .content .date p {
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: #E23535;
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header .wrapper .content .date p {
    font-size: 26px;
    line-height: 36px;
  }
}
.sbc__container .sbc__header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header .wrapper .card__wrapper {
    display: none;
  }
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack {
  max-height: 270px;
  max-width: 405px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box {
  position: relative;
  transform: translateY(-100px);
}
@media (max-width: 1400px) {
  .sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box {
    transform: translate(-70px, -100px);
  }
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card {
  background: #f7fffd;
  width: 405px;
  height: 304px;
  border-radius: 20px;
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
  cursor: pointer;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card.hide {
  visibility: hidden;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"] {
  transform: translate(calc(0 * 35px), calc(0 * -35px)) scale(calc(1 - 0.05 * 0));
  z-index: calc(6 - 0);
  opacity: calc(1 - 0.1 * 0);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"]:hover {
  transform: scale(0.95);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="1"] {
  transform: translate(calc(1 * 35px), calc(1 * -35px)) scale(calc(1 - 0.05 * 1));
  z-index: calc(6 - 1);
  opacity: calc(1 - 0.1 * 1);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="2"] {
  transform: translate(calc(2 * 35px), calc(2 * -35px)) scale(calc(1 - 0.05 * 2));
  z-index: calc(6 - 2);
  opacity: calc(1 - 0.1 * 2);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="3"] {
  transform: translate(calc(3 * 35px), calc(3 * -35px)) scale(calc(1 - 0.05 * 3));
  z-index: calc(6 - 3);
  opacity: calc(1 - 0.1 * 3);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="4"] {
  transform: translate(calc(4 * 35px), calc(4 * -35px)) scale(calc(1 - 0.05 * 4));
  z-index: calc(6 - 4);
  opacity: calc(1 - 0.1 * 4);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot:not(.active) {
  background: #EF9090;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot.active {
  background-color: #FF3D17;
}
@media (min-width: 1921px) {
  .sbc__container .sbc__header {
    padding: 100px 96px;
    padding-bottom: 140px;
  }
}
@media (max-width: 1920px) {
  .sbc__container .sbc__header {
    padding: 80px 96px;
    padding-bottom: 145px;
  }
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header {
    padding: 60px 60px;
    margin-top: 78px;
  }
}
@media (max-width: 768px) {
  .sbc__container .sbc__header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .sbc__container .sbc__header {
    padding: 40px 28px;
  }
}
.sbc__container .video__section .sectionWrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .sbc__container .video__section .sectionWrapper {
    margin: 20px;
  }
}
.sbc__container .video__section .sectionWrapper .videoWrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1400px) {
  .sbc__container .video__section .sectionWrapper .videoWrapper {
    width: 80%;
    margin: auto;
    border-radius: 26px 26px 0 0;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .sbc__container .video__section .sectionWrapper .videoWrapper {
    width: 100%;
  }
}
.sbc__container .video__section .sectionWrapper .videoWrapper:hover .pause_sbc {
  opacity: 1;
}
.sbc__container .video__section .sectionWrapper .videoWrapper .play_sbc, .sbc__container .video__section .sectionWrapper .videoWrapper .pause_sbc {
  position: absolute;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.75);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sbc__container .video__section .sectionWrapper .videoWrapper .pause_sbc {
  display: none;
  opacity: 0;
  font-size: 40px;
}
.sbc__container .video__section .sectionWrapper .videoWrapper video[poster] {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.sbc__container .video__section .sectionWrapper .content {
  width: 50%;
}
@media (max-width: 1400px) {
  .sbc__container .video__section .sectionWrapper .content {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .sbc__container .video__section .sectionWrapper .content {
    width: 100%;
  }
}
.sbc__container .video__section .sectionWrapper .content {
  background: #FFFDEB;
  padding: 66px;
  position: relative;
}
@media (max-width: 1024px) {
  .sbc__container .video__section .sectionWrapper .content {
    padding: 20px;
  }
}
.sbc__container .video__section .sectionWrapper .content .greetings {
  margin-bottom: 24px;
}
.sbc__container .video__section .sectionWrapper .content .greetings p {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sbc__container .video__section .sectionWrapper .content .greetings p {
    font-size: 28px;
    line-height: 30px;
  }
}
.sbc__container .video__section .sectionWrapper .content .desc p {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .sbc__container .video__section .sectionWrapper .content .desc p {
    font-size: 16px;
    line-height: 20px;
  }
}
.sbc__container .video__section .sectionWrapper .content .desc p span {
  font-weight: 700;
  color: #E23535;
}
.sbc__container .video__section .sectionWrapper .content .signature p {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sbc__container .video__section .sectionWrapper .content .signature p {
    font-size: 32px;
    line-height: 34px;
  }
}
.sbc__container .video__section .sectionWrapper .content .parote {
  position: absolute;
  bottom: -60px;
  right: 50px;
}
@media (max-width: 1024px) {
  .sbc__container .video__section .sectionWrapper .content .parote {
    right: 0;
  }
}
@media (max-width: 768px) {
  .sbc__container .video__section .sectionWrapper .content .parote img {
    width: 150px;
  }
}
.sbc__container .gallery__section {
  padding: 20px;
}
.sbc__container .gallery__section .heading {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 70px auto 70px auto;
}
.sbc__container .gallery__section .heading h3 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
}
@media (max-width: 1024px) {
  .sbc__container .gallery__section .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg-container.bwg-border-box {
  gap: 24px;
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg-container.bwg-border-box .bwg-item {
  position: relative;
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg-container.bwg-border-box .bwg-item .plus {
  position: absolute;
  bottom: 0%;
  right: 0%;
  font-size: 30px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) scale(1);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 1;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  animation: scaleAnimation linear 1s;
  z-index: 999;
}
@keyframes scaleAnimation {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg-container.bwg-border-box .bwg-item .bwg-item0 {
  border-radius: 30px !important;
  overflow: hidden;
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg-container.bwg-border-box .bwg-item .bwg-item0 img {
  object-fit: cover;
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg_nav_cont_0 #bwg_load_0 {
  margin-top: 56px !important;
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg_nav_cont_0 #bwg_load_0 .bwg-a.bwg_load_btn {
  background: #FAFAFA !important;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15) !important;
  border-radius: 5px !important;
  border: 1px solid #FAFAFA !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #E23535 !important;
  padding: 12px 24px !important;
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg_nav_cont_0 #bwg_load_0 .bwg-a.bwg_load_btn:hover {
  border: 1px solid #E23535;
}
.sbc__container .share__section .sectionWrapper .heading {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 30px auto 70px auto;
}
.sbc__container .share__section .sectionWrapper .heading h3 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
  text-align: center;
}
@media (max-width: 1024px) {
  .sbc__container .share__section .sectionWrapper .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.sbc__container .share__section .sectionWrapper .buttonsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: center;
  margin-bottom: 70px;
}
.sbc__container .share__section .sectionWrapper .buttonsWrapper a {
  background: #FFFFFF;
  border: 1px solid #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 120px;
  font-size: 24px;
  line-height: 31px;
  padding: 16px 32px;
  color: #E23535;
  text-decoration: none;
}
.sbc__container .share__section .sectionWrapper .buttonsWrapper a.fat {
  font-weight: 700;
}
.sbc__container .crew__section {
  margin-bottom: 162px;
}
.sbc__container .crew__section .crewWrapper {
  margin: 0px 20px;
}
.sbc__container .crew__section .crewWrapper .heading {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 30px auto 60px auto;
  max-width: 1300px;
}
.sbc__container .crew__section .crewWrapper .heading h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
}
@media (max-width: 1024px) {
  .sbc__container .crew__section .crewWrapper .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.sbc__container .crew__section .crewWrapper .boxsWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box {
  display: flex;
  gap: 10px;
  overflow: hidden;
  flex-direction: column;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .imgWrapper {
  position: relative;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .imgWrapper a {
  position: absolute;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  padding: 10px;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .imgWrapper a:hover {
  background-color: #E23535;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .imgWrapper a.sbcContactForm {
  bottom: 10px;
  right: 60px;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box img {
  width: 250px;
  height: 250px;
  border-radius: 30px;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px 0px;
}
@media (max-width: 768px) {
  .sbc__container .crew__section .crewWrapper .boxsWrapper .box .content {
    width: 100%;
    padding: 0px;
  }
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .desc {
  text-align: center;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .desc .name p {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .desc .name p {
    font-size: 26px;
    line-height: 36px;
  }
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .desc .occupation p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .social {
  display: flex;
  gap: 10px;
  flex-direction: column;
  text-align: center;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .social a {
  text-decoration: none;
  color: black;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .social .mail {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #E23535;
}
.spider_popup_wrap .bwg_toggle_container {
  background-color: transparent;
}
.spider_popup_wrap .bwg_toggle_container i.bwg_toggle_btn {
  color: black;
}
.spider_popup_wrap .bwg_ctrl_btn_container {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spider_popup_wrap .bwg_ctrl_btn_container .linkedIn {
  margin-bottom: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.spider_popup_wrap .bwg_ctrl_btn_container .bwg_ctrl_btn {
  color: black;
  font-size: 24px;
}
.spider_popup_wrap .bwg_ctrl_btn_container .bwg_facebook, .spider_popup_wrap .bwg_ctrl_btn_container .bwg_twitter, .spider_popup_wrap .bwg_ctrl_btn_container .bwg_pinterest, .spider_popup_wrap .bwg_ctrl_btn_container .bwg_tumblr {
  color: black;
}
.spider_popup_wrap {
  background-color: transparent !important;
}
.spider_popup_wrap .bwg_image_wrap {
  background-color: rgba(0, 0, 0, 0.4);
}

.casino__beats__container .header__section {
  min-height: 100vh;
}
@media only screen and (min-width: 1920px) {
  .casino__beats__container .header__section {
    min-height: auto;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section {
    min-height: auto;
  }
}
.casino__beats__container .header__section .header__section__wrapper {
  background-image: url("https://wazdan.com/wp-content/uploads/lp_bg_sea_1920_webp.webp");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 90px;
}
.casino__beats__container .header__section .header__section__wrapper .column__text {
  flex: 50%;
  text-align: center;
}
.casino__beats__container .header__section .header__section__wrapper .column__text .casino__beats__wrapper h2 {
  font-weight: 700;
  font-size: 74px;
  line-height: 94px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 13px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__text .casino__beats__wrapper h2 {
    font-size: 34px;
    line-height: 54px;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__text .casino__beats__wrapper img {
    max-width: 80%;
  }
}
.casino__beats__container .header__section .header__section__wrapper .column__image {
  flex: 50%;
  text-align: center;
  margin-bottom: -150px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image {
    flex: 100%;
  }
}
.casino__beats__container .header__section .header__section__wrapper .column__image img {
  max-height: 940px;
  max-width: 500px;
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image img {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image img {
    max-width: 200px;
    padding-top: 50px;
  }
}
.casino__beats__container .header__section .join__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding-bottom: 100px;
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .join__wrapper {
    width: auto;
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .header__section .join__wrapper {
    padding-bottom: 60px;
  }
}
.casino__beats__container .header__section .join__wrapper h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 82px;
  color: #000;
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .join__wrapper h2 {
    font-size: 44px;
    line-height: 48px;
    text-align: center;
    padding-bottom: 20px;
  }
}
.casino__beats__container .header__section .join__wrapper h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 55px;
  color: #D60000;
  margin: 0;
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .join__wrapper h3 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
}
.casino__beats__container .header__section .join__wrapper .date__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .join__wrapper .date__wrapper {
    flex-wrap: wrap;
  }
}
.casino__beats__container .form__section {
  display: flex;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap;
}
.casino__beats__container .form__section .form__wrapper {
  display: none;
  flex-direction: column;
  justify-content: center;
  flex: 50%;
  padding: 100px;
  background-color: #D60000;
  background-image: url("https://wazdan.com/wp-content/uploads/lp_bg_letter_774_webp.webp");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1620px) {
  .casino__beats__container .form__section .form__wrapper {
    flex: 100%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .form__wrapper {
    padding: 60px 20px;
    background: #f3f3f3;
    order: 2;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 765px) {
  .casino__beats__container .form__section .form__wrapper {
    order: 2;
  }
}
.casino__beats__container .form__section .form__wrapper form {
  margin-bottom: 0;
}
.casino__beats__container .form__section .form__wrapper .wpforms-confirmation-container-full {
  background: #f3f3f3 !important;
  max-width: 350px;
}
@media only screen and (max-width: 1200px) and (min-width: 765px) {
  .casino__beats__container .form__section .form__wrapper .wpforms-confirmation-container-full {
    background: transparent !important;
  }
}
.casino__beats__container .form__section .form__wrapper label.wpforms-error {
  display: none !important;
}
.casino__beats__container .form__section .form__wrapper .form__header {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  text-align: center;
  padding-bottom: 20px;
}
.casino__beats__container .form__section .form__wrapper .wpforms-container {
  max-width: 600px;
  width: 100%;
}
.casino__beats__container .form__section .form__wrapper .wpforms-container label {
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 1600px) {
  .casino__beats__container .form__section .form__wrapper .wpforms-container {
    padding: 0;
  }
}
.casino__beats__container .form__section .form__wrapper .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
  display: grid;
  grid-template-columns: 105px auto;
  gap: 20px;
}
.casino__beats__container .form__section .form__wrapper .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field:last-child {
  display: block;
}
.casino__beats__container .form__section .form__wrapper #formApiErros {
  margin-top: 25px;
}
.casino__beats__container .form__section .form__wrapper #formApiErros p {
  font-weight: normal;
  font-style: italic;
  text-rendering: optimizeLegibility;
  color: red;
  font-size: 14px;
  line-height: 0.4;
  text-align: center;
  text-transform: capitalize;
}
.casino__beats__container .form__section .form__wrapper #sendTripButton {
  margin-top: 20px;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  background: #D60000;
  border-radius: 20px;
  width: 231px;
  height: 67px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
}
.casino__beats__container .form__section .form__wrapper #sendTripButton:hover {
  background-color: #fff;
  color: #d60000;
  border: 2px solid #d60000;
}
.casino__beats__container .form__section .form__wrapper .wpforms-submit-container {
  text-align: center;
  display: none;
}
.casino__beats__container .form__section .form__wrapper .wpforms-submit-container .wpforms-submit {
  margin-top: 20px;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  background: #D60000;
  border-radius: 20px;
  width: 231px;
  height: 67px;
  color: #fff;
}
.casino__beats__container .form__section .form__wrapper .wpforms-submit-container .wpforms-submit:hover {
  background-color: #fff;
  color: #d60000;
  border: 2px solid #d60000;
}
.casino__beats__container .form__section .form__wrapper .agree__txt {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #AFAFAF;
}
.casino__beats__container .form__section .counter__wrapper {
  flex: 50%;
  display: flex;
  flex-direction: column;
}
.casino__beats__container .form__section .counter__wrapper .counter {
  padding: 37px 100px;
  background: #EBEBEB;
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .counter {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter {
    background: #FFF;
    order: 2;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter .counter__text {
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  padding-bottom: 34px;
  margin: 0;
  text-align: center;
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul {
    gap: 20px 30px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul {
    gap: 10px 10px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li {
  text-align: center;
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li .countdown__box {
  font-weight: 700;
  font-size: 63px;
  line-height: 80px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li .countdown__box {
    font-size: 30px;
    line-height: 40px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #days {
  background: #D60000;
  border-radius: 5px;
  padding: 5px 15px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #days {
    padding: 10px 15px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #hours, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #minutes, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #seconds {
  background: #191919;
  border-radius: 5px;
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #hours, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #minutes, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #seconds {
    padding: 10px 15px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li p {
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
  margin: 0;
  padding-top: 13px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li p {
    font-size: 20px;
    line-height: 25px;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info {
  padding: 70px 80px;
  background: #FFFDEB;
  text-align: center;
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .text__info {
    padding: 70px 20px;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info p {
  font-size: 24px;
  line-height: 28px;
  text-align: justify;
  max-width: 668px;
  margin: auto;
}
@media (max-width: 1400px) {
  .casino__beats__container .form__section .counter__wrapper .text__info p {
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .text__info p {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info h4 {
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 47px;
}
@media (max-width: 1400px) {
  .casino__beats__container .form__section .counter__wrapper .text__info h4 {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .text__info h4 {
    text-align: left;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info h4:first-child {
  padding-bottom: 20px;
}
.casino__beats__container .form__section .counter__wrapper .text__info .image__wrapper {
  display: flex;
  justify-content: flex-end;
}
.casino__beats__container .form__section .counter__wrapper .text__info .image__wrapper img {
  margin-bottom: -120px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .text__info .image__wrapper img {
    margin-bottom: -50px;
    max-width: 140px;
  }
}
@media (min-width: 1921px) {
  .casino__beats__container .gallery__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .casino__beats__container .gallery__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .gallery__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .gallery__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .casino__beats__container .gallery__section {
    padding: 60px 28px;
  }
}
.casino__beats__container .gallery__section .gallery__wrapper {
  display: flex;
  gap: 33px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.casino__beats__container .gallery__section .gallery__wrapper img {
  max-width: 385px;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media (min-width: 1921px) {
  .casino__beats__container .contact__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .casino__beats__container .contact__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .contact__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .contact__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .casino__beats__container .contact__section {
    padding: 60px 28px;
  }
}
.casino__beats__container .contact__section {
  background: #F5F5F5;
}
.casino__beats__container .contact__section .contact__wrapper h2 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
  text-align: center;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper h2 {
    font-size: 33px;
    line-height: 38px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person {
    gap: 20px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .image__wrapper img {
  width: 225px;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper {
    text-align: center;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h4 {
  font-weight: 600;
  font-size: 37px;
  line-height: 47px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h4 {
    font-size: 27px;
    line-height: 37px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h5 {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h5 {
    font-size: 22px;
    line-height: 22px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper .social__wrapper {
  padding-top: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper .social__wrapper {
    justify-content: center;
  }
}

main .headingSection {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
main .headingSection .top {
  position: relative;
}
main .headingSection .top .mainImage {
  width: 100vw;
  min-height: 100vh;
  object-fit: cover;
  object-position: left;
}
@media (max-width: 1024px) {
  main .headingSection .top .mainImage {
    object-position: center bottom;
  }
}
main .headingSection .top .sceondaryImage {
  position: absolute;
  bottom: 5%;
  right: 5%;
  max-height: 90%;
  max-width: 50%;
}
main .headingSection .top .line {
  position: absolute;
  height: 5px;
  background-color: #E23535;
  bottom: 5%;
  left: 34%;
  width: 60%;
}
@media (max-width: 1024px) {
  main .headingSection .top .line {
    left: 0%;
    width: 90%;
  }
}
main .headingSection .top .line .dotWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
main .headingSection .top .line .dotWrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #E23535;
  position: absolute;
  right: 0;
  transform: translate(50%, -50%);
  top: 50%;
}
main .headingSection .top .desc {
  max-width: 824px;
  position: absolute;
  top: 25%;
  left: 15%;
  padding-right: 50px;
  width: 100%;
}
@media (max-width: 1400px) {
  main .headingSection .top .desc {
    top: 150px;
    left: 60px;
  }
}
@media (max-width: 1024px) {
  main .headingSection .top .desc {
    top: 100px;
    left: 30px;
  }
}
@media (max-width: 768px) {
  main .headingSection .top .desc {
    left: 20px;
  }
}
main .headingSection .top .desc h1 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  main .headingSection .top .desc h1 {
    margin-bottom: 30px;
  }
}
main .headingSection .top .desc h1, main .headingSection .top .desc .big {
  color: white;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  main .headingSection .top .desc h1, main .headingSection .top .desc .big {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  main .headingSection .top .desc h1, main .headingSection .top .desc .big {
    font-size: 30px;
  }
}
main .headingSection .top .desc h1 span, main .headingSection .top .desc .big span {
  color: #E23535;
}
@media (max-width: 1024px) {
  main .headingSection .top .desc .big {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  main .headingSection .top .desc .big {
    margin-top: 30px;
  }
}
main .headingSection .top .desc .small {
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  color: white;
  position: relative;
  max-width: 459px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  main .headingSection .top .desc .small {
    line-height: 44px;
  }
}
main .headingSection .top .desc .small .ordinary {
  position: relative;
  z-index: 2;
}
main .headingSection .top .desc .small .fancy {
  background: url("https://wazdan.com/wp-content/uploads/line-1.png");
  background-size: cover;
  display: block;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 60px;
  transform: rotate(-3deg) translateX(45%);
  max-width: 327px;
  width: 100%;
  z-index: 1;
  font-family: "Handlee", cursive;
  font-size: 35px;
  background-position: left;
  text-align: left;
  padding: 0;
}
@media (max-width: 1024px) {
  main .headingSection .top .desc .small .fancy {
    position: static;
    transform: translateX(0);
    padding-left: 0;
  }
}
main .headingSection .top .desc a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
main .headingSection .top .desc a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
main .headingSection .top .desc a {
  width: fit-content;
  margin-top: 70px;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  padding: 18px 21px;
}
@media (max-width: 1400px) {
  main .headingSection .top .desc a {
    font-size: 22px;
    line-height: 28px;
    padding: 10px 17px;
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  main .headingSection .top .desc a {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  main .headingSection .top .desc a {
    margin-top: 20px;
  }
}
main .headingSection .bottom {
  display: flex;
  position: relative;
  top: -10vh;
}
@media (max-width: 1400px) {
  main .headingSection .bottom {
    top: 0vh;
  }
}
@media (max-width: 1024px) {
  main .headingSection .bottom {
    flex-wrap: wrap;
  }
}
main .headingSection .bottom .mapWrapper {
  width: 50%;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .mapWrapper {
    width: 100%;
  }
}
main .headingSection .bottom .mapWrapper .map {
  width: 80%;
  left: 15%;
  position: relative;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .mapWrapper .map {
    left: unset;
    margin: auto;
    display: block;
    max-width: 600px;
    width: 100%;
  }
}
main .headingSection .bottom .desc {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 20px;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .desc {
    width: 100%;
    margin-bottom: 50px;
  }
}
main .headingSection .bottom .desc .standWrapper {
  text-align: center;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
main .headingSection .bottom .desc .standWrapper .stand {
  font-weight: 800;
  font-size: 60px;
  line-height: 77px;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .desc .standWrapper .stand {
    font-size: 50px;
    line-height: 67px;
  }
}
@media (max-width: 1024px) {
  main .headingSection .bottom .desc .standWrapper .stand {
    font-size: 45px;
    line-height: 62px;
  }
}
main .headingSection .bottom .desc .standWrapper .stand img {
  margin-bottom: 10px;
  margin-right: 30px;
}
main .headingSection .bottom .desc .standWrapper .stand span {
  color: #E23535;
}
main .headingSection .bottom .desc .standWrapper .line {
  position: absolute;
  bottom: 0;
  width: 70%;
  height: 4px;
  background: black;
  margin: auto;
  transform: translateX(-50%);
  left: 50%;
}
main .headingSection .bottom .desc .standWrapper .line .squareWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
main .headingSection .bottom .desc .standWrapper .line .squareWrapper .square {
  background-color: black;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
}
main .headingSection .bottom .desc .standWrapper .line .squareWrapper .square:nth-child(1) {
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
main .headingSection .bottom .desc .standWrapper .line .squareWrapper .square:nth-child(2) {
  right: 0;
  transform: translate(50%, -50%) rotate(45deg);
}
main .headingSection .bottom .desc .date {
  font-weight: 800;
  font-size: 70px;
  line-height: 89px;
  text-align: center;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .desc .date {
    font-size: 50px;
    line-height: 67px;
  }
}
@media (max-width: 1024px) {
  main .headingSection .bottom .desc .date {
    font-size: 45px;
    line-height: 62px;
  }
}
main .headingSection .bottom .desc .place {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  color: #E23535;
  max-width: 535px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .desc .place {
    font-size: 33px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  main .headingSection .bottom .desc .place {
    font-size: 30px;
    line-height: 40px;
  }
}
main .headingSection .bottom .desc .place .flag {
  margin-bottom: 10px;
  margin-left: 20px;
}
main .headingSection .bottom .arrowWrapper {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-20%);
  width: 80%;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .arrowWrapper {
    display: none;
  }
}
main .why_u_need_us {
  background-color: #F5F5F5;
  background-image: url("https://wazdan.com/wp-content/uploads/okl_line-2.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
main .why_u_need_us_wrapper {
  max-width: 1344px;
  margin: auto;
  padding: 140px 20px;
}
@media (max-width: 1400px) {
  main .why_u_need_us_wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1024px) {
  main .why_u_need_us_wrapper {
    padding: 80px 20px;
  }
}
main .why_u_need_us_wrapper .desc h4 {
  font-weight: 700;
  color: #E23535;
  margin-bottom: 40px;
  font-size: 32px;
}
main .why_u_need_us_wrapper .desc p {
  margin-bottom: 40px;
  font-size: 30px;
}
@media (max-width: 1024px) {
  main .why_u_need_us_wrapper .desc p {
    font-size: 26px;
  }
}
main .why_u_need_us_wrapper .desc p span.fancy {
  font-family: "Handlee", cursive;
}
main .why_u_need_us_wrapper .desc p span.bold {
  font-weight: 700;
}
main .why_u_need_us_wrapper .desc p span.red {
  color: #E23535;
}
main .what_is_integations {
  position: relative;
}
main .what_is_integations .headingWrapper {
  position: relative;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
main .what_is_integations .headingWrapper h3 {
  font-weight: 400;
  font-size: 64px;
  line-height: 85px;
  text-align: center;
}
@media (max-width: 1400px) {
  main .what_is_integations .headingWrapper h3 {
    font-size: 45px;
    line-height: 62px;
  }
}
@media (max-width: 1024px) {
  main .what_is_integations .headingWrapper h3 {
    font-size: 39px;
    line-height: 45px;
  }
}
main .what_is_integations .headingWrapper h3 span.red {
  color: #E23535;
}
main .what_is_integations .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  justify-content: center;
  align-items: center;
  margin-bottom: 110px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  main .what_is_integations .box_wrapper {
    margin-bottom: 60px;
  }
}
main .what_is_integations .box_wrapper .box {
  max-width: 264px;
  min-height: 275px;
  width: 100%;
  padding: 29px;
  background-color: #F5F5F5;
  border: 1px solid #E23535;
  border-radius: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  main .what_is_integations .box_wrapper .box {
    min-height: 230px;
  }
}
main .what_is_integations .box_wrapper .box img {
  margin-bottom: 31px;
}
main .what_is_integations .box_wrapper .box p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
main .what_is_integations .box_wrapper .box p span {
  font-weight: 700;
}
main .what_is_integations .box_wrapper .arrow {
  background-image: url("https://wazdan.com/wp-content/uploads/vectorBox.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 99px;
  height: 46px;
}
@media (max-width: 1550px) {
  main .what_is_integations .box_wrapper .arrow {
    display: none;
  }
}
main .what_is_integations .box_wrapper .arrow.roate {
  transform: rotate(180deg) scaleX(-1);
}
main .what_is_integations .outro {
  text-align: center;
  margin: 0 auto 120px auto;
  position: relative;
  max-width: 1400px;
  width: 100%;
}
@media (max-width: 1024px) {
  main .what_is_integations .outro {
    margin: 0 auto 60px auto;
  }
}
main .what_is_integations .outro h4 {
  font-size: 46px;
  line-height: 64px;
  padding: 20px;
}
@media (max-width: 1400px) {
  main .what_is_integations .outro h4 {
    font-size: 45px;
    line-height: 62px;
  }
}
@media (max-width: 1024px) {
  main .what_is_integations .outro h4 {
    font-size: 39px;
    line-height: 45px;
  }
}
main .what_is_integations .outro span.red {
  color: #E23535;
}
main .what_is_integations .outro .arrow {
  position: absolute;
  top: 100%;
  left: 73%;
  z-index: 1;
}
@media (max-width: 1024px) {
  main .what_is_integations .outro .arrow {
    display: none;
  }
}
main .formSection .formSectionWrapper .top {
  display: flex;
  flex-wrap: wrap;
  padding-top: 118px;
  padding-bottom: 118px;
  padding-right: 109px;
  background-color: #F5F5F5;
  position: relative;
}
@media (max-width: 1400px) {
  main .formSection .formSectionWrapper .top {
    padding-bottom: 100px;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .top {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
main .formSection .formSectionWrapper .top .tickets {
  width: 40%;
}
@media (max-width: 1400px) {
  main .formSection .formSectionWrapper .top .tickets {
    width: 100%;
  }
}
main .formSection .formSectionWrapper .top .tickets img {
  position: absolute;
  z-index: 1;
  max-width: 45%;
  top: -10vh;
}
@media (max-width: 1400px) {
  main .formSection .formSectionWrapper .top .tickets img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    width: 100%;
    top: -5%;
  }
}
main .formSection .formSectionWrapper .top .formWrapper {
  width: 60%;
}
@media (max-width: 1400px) {
  main .formSection .formSectionWrapper .top .formWrapper {
    width: 100%;
  }
}
main .formSection .formSectionWrapper .top .formWrapper .desc {
  max-width: 1110px;
}
main .formSection .formSectionWrapper .top .formWrapper .desc p {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}
main .formSection .formSectionWrapper .top .formWrapper .desc p span.red {
  color: #E23535;
}
main .formSection .formSectionWrapper .top .formWrapper .desc p span.bold {
  font-weight: 700;
}
main .formSection .formSectionWrapper .top .formWrapper .form {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .top .formWrapper .form {
    flex-wrap: wrap;
    justify-content: center;
  }
}
main .formSection .formSectionWrapper .top .formWrapper .form #torontoButton {
  padding: 12px 24px;
  margin: 0;
  color: white;
  background: #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  border: 1px solid #E23535;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .top .formWrapper .form #torontoButton {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container {
  width: 100%;
  margin-bottom: 0;
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form {
  gap: 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form {
    flex-direction: column;
    gap: 0;
    max-width: 600px;
    width: 90%;
    margin: auto;
  }
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-field-container {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-field-container {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100% !important;
    gap: 0;
  }
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-field-container .wpforms-field {
  width: 25% !important;
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-field-container .wpforms-field {
    width: 100% !important;
  }
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-field-container input {
  width: 100%;
  display: block;
  max-width: 100%;
  background: #FFFFFF;
  height: 44px;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-submit-container {
  display: none;
  padding-top: 22px;
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-submit-container button {
  padding: 12px 24px;
  margin: 0;
  color: white;
  background: #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  border: 1px solid #E23535;
  font-weight: 700;
}
main .formSection .formSectionWrapper .top .formWrapper #formApiErros {
  display: flex;
  flex-wrap: wrap;
}
main .formSection .formSectionWrapper .top .formWrapper #formApiErros p {
  color: #E23535;
  font-family: "Handlee", cursive;
  font-size: 14px;
  line-height: 17px;
}
main .formSection .formSectionWrapper .top .formWrapper .privacy {
  font-family: "Handlee", cursive;
  color: #AFAFAF;
  font-size: 14px;
  line-height: 17px;
}
main .formSection .formSectionWrapper .bottom {
  background-color: #fff;
}
main .formSection .formSectionWrapper .bottom .steps {
  width: 100%;
  position: relative;
  top: -45px;
}
@media (max-width: 1621px) {
  main .formSection .formSectionWrapper .bottom .steps {
    top: -10px;
  }
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper {
  background-color: #EDEDED;
  box-shadow: 5px -5px 14px rgba(0, 0, 0, 0.1);
  border-radius: 34px;
  margin: 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper {
    margin: 0 20px;
  }
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step {
  padding: 110px;
  width: calc(33.3333333333% - 1px);
  position: relative;
  font-size: 18px;
  line-height: 23px;
  min-width: 500px;
}
@media (max-width: 1621px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step {
    padding: 60px;
    width: calc(50% - 1px);
    max-width: 600px;
  }
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step {
    width: 100%;
    padding: 60px 60px;
    min-width: unset;
  }
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(1) {
  background-image: url("https://wazdan.com/wp-content/uploads/1-1.png");
  background-repeat: no-repeat;
  background-position: 90px 60px;
}
@media (max-width: 1621px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(1) {
    background-position: 20px 60px;
  }
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(1)::before {
  content: "*";
  position: absolute;
  font-size: 34px;
  top: 50px;
  left: 70px;
  color: #7A7A7A;
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(3) {
  background-image: url("https://wazdan.com/wp-content/uploads/2-1.png");
  background-repeat: no-repeat;
  background-position: 90px 60px;
}
@media (max-width: 1621px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(3) {
    background-position: 20px 60px;
  }
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(5) {
  background-image: url("https://wazdan.com/wp-content/uploads/3.png");
  background-repeat: no-repeat;
  background-position: 90px 60px;
}
@media (max-width: 1621px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(5) {
    background-position: 20px 60px;
  }
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .separator {
  background-color: #CACACA;
  width: 1px;
  display: block;
  margin: 46px 0;
}
@media (max-width: 1620px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .separator {
    display: none;
  }
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .separator {
    display: block;
    width: 80%;
    margin: 0px;
    height: 1px;
  }
}
main .undecided .undecidedWrapper {
  margin: auto;
  padding: 0 20px;
}
main .undecided .undecidedWrapper .heading {
  margin-bottom: 70px;
}
main .undecided .undecidedWrapper .heading h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
}
main .undecided .undecidedWrapper .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 72px;
  row-gap: 72px;
  align-items: center;
  justify-content: center;
  margin-bottom: 160px;
  position: relative;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper {
    margin-bottom: 60px;
    column-gap: 100px;
    row-gap: 100px;
  }
}
main .undecided .undecidedWrapper .box_wrapper .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: revert;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .box {
    max-width: 400px;
  }
}
main .undecided .undecidedWrapper .box_wrapper .box .imgWrapper {
  width: 365px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .box .imgWrapper {
    width: 100%;
    max-width: 365px;
  }
}
main .undecided .undecidedWrapper .box_wrapper .box .imgWrapper img {
  width: 100%;
  margin: auto;
  display: block;
}
main .undecided .undecidedWrapper .box_wrapper .box .content {
  position: relative;
  padding: 47px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  min-height: 243px;
  border-radius: 24px;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .box .content {
    padding: 20px;
    margin: 0 10px;
    max-width: 400px;
    width: 100%;
    position: static;
  }
}
main .undecided .undecidedWrapper .box_wrapper .box .content .logo {
  position: absolute;
  top: -20px;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .box .content .logo {
    bottom: -20px;
    top: unset;
  }
}
main .undecided .undecidedWrapper .box_wrapper .box .content .desc {
  width: 366px;
  font-size: 23px;
  line-height: 29px;
}
main .undecided .undecidedWrapper .box_wrapper .box .content .desc span {
  font-weight: 700;
}
main .undecided .undecidedWrapper .box_wrapper .box .content .label {
  position: absolute;
  color: #E23535;
  transform: rotate(7deg);
  font-family: "Handlee", cursive;
  font-size: 33px;
  top: -10px;
  right: 2px;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .box .content .label {
    bottom: -30px;
    top: unset;
  }
}
main .undecided .undecidedWrapper .box_wrapper .box .content .extra {
  position: absolute;
  bottom: -50px;
  font-size: 18px;
  line-height: 23px;
  width: 270px;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .box .content .extra {
    bottom: -80px;
  }
}
main .undecided .undecidedWrapper .box_wrapper .arrow {
  position: absolute;
  bottom: -110px;
  left: 48%;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .arrow {
    display: none;
  }
}
main .undecided .undecidedWrapper .box_wrapper .arrow .arrowWrapper {
  background-image: url("https://wazdan.com/wp-content/uploads/vectorBox.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 46px;
  transform: rotate(200deg) scaleX(-1);
}
main .undecided .undecidedWrapper .box_wrapper .arrow .messageWrapper p {
  font-size: 23px;
  line-height: 31px;
  color: #E23535;
  font-family: "Handlee", cursive;
}
main .undecided .undecidedWrapper .line {
  margin: 56px;
  border: 1px solid #000000;
  margin-bottom: 98px;
}
main .talksection {
  margin: 0 20px;
}
main .talksection .heading {
  max-width: 1200px;
  margin: 0 auto 81px;
}
main .talksection .heading h3 {
  text-align: center;
  font-size: 53px;
  line-height: 68px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  main .talksection .heading h3 {
    font-size: 45px;
    line-height: 62px;
  }
}
@media (max-width: 1024px) {
  main .talksection .heading h3 {
    font-size: 39px;
    line-height: 45px;
  }
}
main .talksection .heading h3 span {
  color: #E23535;
  font-weight: 600;
}
main .talksection .boxWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 92px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 96px auto;
  max-width: 1600px;
}
@media (max-width: 1400px) {
  main .talksection .boxWrapper {
    margin: 20px 60px;
    gap: 60;
  }
}
@media (max-width: 1024px) {
  main .talksection .boxWrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    margin: 20px;
  }
}
main .talksection .boxWrapper .box {
  display: flex;
  align-items: center;
  gap: 51px;
  width: calc(50% - 51px);
}
@media (max-width: 1024px) {
  main .talksection .boxWrapper .box {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 24px;
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  main .talksection .boxWrapper .box {
    width: auto;
  }
}
main .talksection .boxWrapper .box .imgWrapper {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  main .talksection .boxWrapper .box .imgWrapper {
    width: 100%;
  }
}
main .talksection .boxWrapper .box .imgWrapper img {
  width: 224px;
}
@media (max-width: 1024px) {
  main .talksection .boxWrapper .box .imgWrapper img {
    max-width: 300px;
    display: block;
    margin: auto;
    width: 100%;
  }
}
main .talksection .boxWrapper .box .content {
  max-width: 420px;
  width: 100%;
}
@media (max-width: 1024px) {
  main .talksection .boxWrapper .box .content {
    max-width: 300px;
    height: 100%;
  }
}
main .talksection .boxWrapper .box .content .name {
  font-weight: 700;
  font-size: 37px;
  margin-bottom: 0;
  line-height: 47px;
}
@media (max-width: 1400px) {
  main .talksection .boxWrapper .box .content .name {
    font-size: 30px;
    line-height: 40px;
  }
}
main .talksection .boxWrapper .box .content .ocupacy {
  color: #E23535;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 47px;
}
@media (max-width: 1400px) {
  main .talksection .boxWrapper .box .content .ocupacy {
    font-size: 20px;
    line-height: 23px;
  }
}
main .talksection .boxWrapper .box .content .social {
  display: flex;
  gap: 26px;
  margin-top: 27px;
}
main .talksection .boxWrapper .box .content .social .email, main .talksection .boxWrapper .box .content .social .linkedin {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.cgs__container {
  padding-top: 83px;
}
.cgs__container .cgs__header {
  height: 364px;
  background: url("https://wazdan.com/wp-content/uploads/okl_line-2-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .cgs__container .cgs__header {
    min-height: 200px;
    padding: 50px 20px;
    background-size: cover;
  }
}
.cgs__container .cgs__header h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .cgs__container .cgs__header h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
.cgs__container .cgs__header h1 {
  color: #191919;
}
.cgs__container .cgs__header h1 .red__txt {
  color: #FF3D17;
}
.cgs__container .cgs__header h1 .bold__txt {
  font-weight: 600;
}
.cgs__container .cgs__form {
  margin: auto;
  max-width: 1360px;
  padding: 100px 20px;
}
@media (max-width: 1024px) {
  .cgs__container .cgs__form {
    padding: 50px 20px;
  }
}
.cgs__container .cgs__form .cgs__content .fill__txt {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.cgs__container .cgs__form .cgs__content .form__txt {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .cgs__container .cgs__form .cgs__content .form__txt {
    font-size: 20px;
    line-height: 25px;
  }
}
.cgs__container .cgs__form .cgs__content .form__txt {
  font-weight: 500;
}
.cgs__container .cgs__form h3.contact__text {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
}
.cgs__container .cgs__form .cgs__form__wrapper {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .cgs__container .cgs__form .cgs__form__wrapper {
    padding-top: 20px;
  }
}
.cgs__container .cgs__form .cgs__form__wrapper .wpforms-field .wpforms-field-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  padding-bottom: 21px;
}
.cgs__container .cgs__form .cgs__form__wrapper .wpforms-field ::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #808080;
}
.cgs__container .cgs__form .cgs__form__wrapper .wpforms-field input, .cgs__container .cgs__form .cgs__form__wrapper .wpforms-field select {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.cgs__container .cgs__form .cgs__form__wrapper .wpforms-submit-container {
  display: none;
}
.cgs__container .cgs__form .cgs__form__wrapper #cgsIntegrationButton, .cgs__container .cgs__form .cgs__form__wrapper #cgsIntegrationButtonEs {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.cgs__container .cgs__form .cgs__form__wrapper #cgsIntegrationButton:hover, .cgs__container .cgs__form .cgs__form__wrapper #cgsIntegrationButtonEs:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.cgs__container .cgs__form .cgs__form__wrapper .wpforms-confirmation-container-full {
  border: 3px dashed #1CAF19 !important;
}
.cgs__container .cgs__form .cgs__form__wrapper .wpforms-confirmation-container-full p {
  color: #1CAF19;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
}
.cgs__container .cgs__form #cgsFormApiErros, .cgs__container .cgs__form #cgsFormApiErrosEs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 20px;
  padding: 20px 0;
}
.cgs__container .cgs__form #cgsFormApiErros p, .cgs__container .cgs__form #cgsFormApiErrosEs p {
  margin-bottom: 0;
  color: #E23535;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .cgs__container .cgs__form #cgsFormApiErros p, .cgs__container .cgs__form #cgsFormApiErrosEs p {
    font-size: 16px;
    line-height: 20px;
  }
}

.site-igb-2023-diamond-adventure .globalAward {
  display: none;
}

.AMsterdam * {
  margin-bottom: 0;
  padding: 0;
  box-sizing: border-box;
}
.AMsterdam * h1, .AMsterdam * h2, .AMsterdam * h3, .AMsterdam * h4, .AMsterdam * h5, .AMsterdam * p, .AMsterdam * span {
  line-height: 1.2;
}
.AMsterdam * h1.red, .AMsterdam * h2.red, .AMsterdam * h3.red, .AMsterdam * h4.red, .AMsterdam * h5.red, .AMsterdam * p.red, .AMsterdam * span.red {
  color: #E23535;
}
.AMsterdam * h1.bold, .AMsterdam * h2.bold, .AMsterdam * h3.bold, .AMsterdam * h4.bold, .AMsterdam * h5.bold, .AMsterdam * p.bold, .AMsterdam * span.bold {
  font-weight: 700;
}
.AMsterdam .heading__section {
  position: relative;
  width: 100vw;
  min-height: 100vh;
}
@media (min-width: 1921px) {
  .AMsterdam .heading__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .AMsterdam .heading__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .AMsterdam .heading__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .heading__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .AMsterdam .heading__section {
    padding: 60px 28px;
  }
}
.AMsterdam .heading__section {
  padding-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .AMsterdam .heading__section {
    margin-top: 50px;
  }
}
.AMsterdam .heading__section .bg_wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 90%;
  object-position: center;
}
.AMsterdam .heading__section .content {
  position: relative;
  z-index: 1;
  margin: 5%;
}
@media (max-width: 1024px) {
  .AMsterdam .heading__section .content {
    margin: 0 0 40px 0;
  }
}
.AMsterdam .heading__section .content .content__wrapper {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1024px) {
  .AMsterdam .heading__section .content .content__wrapper {
    flex-direction: column;
  }
}
.AMsterdam .heading__section .content .content__wrapper .box.pngwing {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1024px) {
  .AMsterdam .heading__section .content .content__wrapper .box.pngwing {
    margin: auto;
  }
}
.AMsterdam .heading__section .content .content__wrapper .box.pngwing .imgWrapper {
  position: relative;
}
.AMsterdam .heading__section .content .content__wrapper .box.pngwing .imgWrapper img {
  max-height: 78vh;
}
@media (max-width: 1024px) {
  .AMsterdam .heading__section .content .content__wrapper .box.pngwing .imgWrapper img {
    max-height: 50vh;
    margin-top: 50px;
    display: block;
    margin: 50px auto 0 auto;
  }
}
.AMsterdam .heading__section .content .content__wrapper .box.pngwing .imgWrapper .sparkles {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translateX(-100%);
}
.AMsterdam .heading__section .content .content__wrapper .box.pngwing .imgWrapper .sparkles .starShine {
  position: absolute;
}
.AMsterdam .heading__section .content .content__wrapper .box.text {
  max-width: 880px;
}
.AMsterdam .heading__section .content .content__wrapper .box.text .heading {
  margin-bottom: 17px;
}
.AMsterdam .heading__section .content .content__wrapper .box.text .heading h2 {
  font-size: 47px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .AMsterdam .heading__section .content .content__wrapper .box.text .heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .heading__section .content .content__wrapper .box.text .heading h2 {
    font-size: 32px;
  }
}
.AMsterdam .heading__section .content .content__wrapper .box.text .desc {
  margin-bottom: 47px;
}
.AMsterdam .heading__section .content .content__wrapper .box.text .desc p {
  font-size: 40px;
}
@media (max-width: 1400px) {
  .AMsterdam .heading__section .content .content__wrapper .box.text .desc p {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .heading__section .content .content__wrapper .box.text .desc p {
    font-size: 30px;
  }
}
.AMsterdam .heading__section .content .content__wrapper .box.text .button {
  display: flex;
}
.AMsterdam .heading__section .content .content__wrapper .box.text .button a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.AMsterdam .heading__section .content .content__wrapper .box.text .button a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.AMsterdam .heading__section .content .content__wrapper .box.text .button a {
  font-size: 25px;
  line-height: 36px;
  padding: 15px 26px;
}
@media (max-width: 768px) {
  .AMsterdam .heading__section .content .content__wrapper .box.text .button a {
    font-size: 20px;
    padding: 10px;
  }
}
@keyframes shine {
  from {
    opacity: 1;
    rotate: 30deg;
  }
  to {
    opacity: 0;
    rotate: 180deg;
  }
}
.AMsterdam .date_section {
  padding: 0 20px;
}
.AMsterdam .date_section .wrapper {
  max-width: 1600px;
  margin: auto;
}
.AMsterdam .date_section .wrapper .date {
  margin-bottom: 82px;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .date {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .date_section .wrapper .date {
    margin-bottom: 20px;
  }
}
.AMsterdam .date_section .wrapper .date span {
  display: flex;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .AMsterdam .date_section .wrapper .date .space {
    display: none;
  }
}
.AMsterdam .date_section .wrapper .date h3 {
  display: flex;
  font-weight: 700;
  font-size: 46px;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .date h3 {
    gap: 40px;
    font-size: 40px;
  }
  .AMsterdam .date_section .wrapper .date h3 img {
    max-width: 70px;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .date_section .wrapper .date h3 {
    gap: 20px;
    font-size: 36px;
  }
  .AMsterdam .date_section .wrapper .date h3 img {
    max-width: 50px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .date_section .wrapper .date h3 {
    gap: 5px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
  }
  .AMsterdam .date_section .wrapper .date h3 img {
    max-width: 40px;
  }
}
.AMsterdam .date_section .wrapper .timetable {
  display: flex;
  gap: 50px;
  padding-top: 80px;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable {
    padding-top: 20px;
    gap: 20px;
  }
}
.AMsterdam .date_section .wrapper .timetable .box {
  gap: 27px;
  width: calc(25% - 54px);
  display: flex;
  position: relative;
}
.AMsterdam .date_section .wrapper .timetable .box:nth-last-of-type(1) .hour_wrapper .arrow {
  display: none;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box:nth-last-of-type(1) .hour_wrapper .arrow {
    display: flex;
  }
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box {
    width: calc(50% - 27px);
  }
}
@media (max-width: 1024px) {
  .AMsterdam .date_section .wrapper .timetable .box {
    width: 100%;
    gap: 0px;
    justify-content: center;
  }
}
.AMsterdam .date_section .wrapper .timetable .box .details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box .details {
    justify-content: flex-start;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .date_section .wrapper .timetable .box .details {
    gap: 10px;
  }
}
.AMsterdam .date_section .wrapper .timetable .box .details p {
  font-size: 22px;
  font-weight: 700;
  color: #D60000;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box .details p {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box .details {
    order: 1;
    position: static;
    align-items: center;
    margin-bottom: 0px;
  }
}
.AMsterdam .date_section .wrapper .timetable .box .details img {
  width: 60px;
}
.AMsterdam .date_section .wrapper .timetable .box .hour_wrapper {
  display: flex;
  width: 100%;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box .hour_wrapper {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .date_section .wrapper .timetable .box .hour_wrapper {
    margin-right: 15px;
    width: 300px;
  }
}
.AMsterdam .date_section .wrapper .timetable .box .hour_wrapper .hour {
  font-size: 46px;
  text-align: center;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box .hour_wrapper .hour {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .date_section .wrapper .timetable .box .hour_wrapper .hour {
    font-size: 30px;
  }
}
.AMsterdam .date_section .wrapper .timetable .box .hour_wrapper .arrow {
  background-color: #D60000;
  height: 4px;
  max-width: 164px;
  width: 100%;
  position: relative;
  display: flex;
}
.AMsterdam .date_section .wrapper .timetable .box .hour_wrapper .arrow::before {
  content: "";
  border-radius: 50px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #D60000;
}
.AMsterdam .date_section .wrapper .timetable .box .hour_wrapper .arrow::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #D60000;
}
.AMsterdam .date_section .wrapper .extra {
  position: relative;
  max-width: 1153px;
  margin: auto;
  margin-bottom: 128px;
}
@media (max-width: 1024px) {
  .AMsterdam .date_section .wrapper .extra {
    margin-bottom: 20px;
  }
}
.AMsterdam .date_section .wrapper .extra .starWrapper {
  position: absolute;
  left: -60px;
  top: -10px;
  transform: rotate(-5deg);
}
@media (max-width: 1024px) {
  .AMsterdam .date_section .wrapper .extra .starWrapper {
    left: 0px;
    top: -40px;
  }
}
.AMsterdam .date_section .wrapper .extra .starWrapper .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #D60000;
  border-left: 0.3em solid transparent;
  font-size: 24px;
}
.AMsterdam .date_section .wrapper .extra .starWrapper .star:before, .AMsterdam .date_section .wrapper .extra .starWrapper .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #D60000;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.AMsterdam .date_section .wrapper .extra .starWrapper .star:after {
  transform: rotate(35deg);
}
.AMsterdam .date_section .wrapper .extra p {
  font-size: 25px;
  text-align: center;
}
@media (max-width: 1024px) {
  .AMsterdam .date_section .wrapper .extra p {
    font-size: 18px;
  }
}
.AMsterdam .decription__section .sectionWrapper {
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .AMsterdam .decription__section .sectionWrapper {
    flex-wrap: wrap;
  }
}
.AMsterdam .decription__section .sectionWrapper .background {
  background-color: #F5F5F5;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 94%;
  transform: translate(0, -50%);
}
.AMsterdam .decription__section .sectionWrapper .content {
  position: relative;
  z-index: 1;
  width: 65%;
  padding: 114px 114px 114px 172px;
}
@media (max-width: 1400px) {
  .AMsterdam .decription__section .sectionWrapper .content {
    width: 100%;
    padding: 114px 114px 114px 60px;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .decription__section .sectionWrapper .content {
    padding: 120px 20px 20px 20px;
  }
}
.AMsterdam .decription__section .sectionWrapper .content .desc {
  max-width: 862px;
}
@media (max-width: 1400px) {
  .AMsterdam .decription__section .sectionWrapper .content .desc {
    width: 100%;
    max-width: unset;
  }
}
.AMsterdam .decription__section .sectionWrapper .content .desc h4 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .AMsterdam .decription__section .sectionWrapper .content .desc h4 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .decription__section .sectionWrapper .content .desc h4 {
    font-size: 26px;
  }
}
.AMsterdam .decription__section .sectionWrapper .content .desc p {
  font-size: 28px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .AMsterdam .decription__section .sectionWrapper .content .desc p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .decription__section .sectionWrapper .content .desc p {
    font-size: 22px;
  }
}
.AMsterdam .decription__section .sectionWrapper .sidebar {
  z-index: 1;
  height: 105%;
  width: 35%;
  top: -3%;
  right: 0;
  position: absolute;
  transition: 0.6s;
}
@media (max-width: 1400px) {
  .AMsterdam .decription__section .sectionWrapper .sidebar {
    width: 33vw;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .decription__section .sectionWrapper .sidebar {
    width: 100%;
    position: relative;
    padding: 25px;
  }
}
.AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 27px;
}
@media (max-width: 1024px) {
  .AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox {
  height: 33%;
  border-radius: 50px 0 0 50px;
  background-size: cover;
  background-position: left;
  position: relative;
}
@media (max-width: 1400px) {
  .AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox {
    right: -85%;
    transition: 0.3s;
  }
  .AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox:hover {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox {
    background-position: center;
    border-radius: 50px;
    background-size: cover;
    background-position: left;
    max-width: 450px;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    right: 0;
  }
}
.AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox:nth-child(1) {
  background-image: url("https://wazdan.com/wp-content/uploads/wide-shot-boats-body-water-near-buildings-christianshavn-copenhagen-denmark-1.jpg");
}
.AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox:nth-child(2) {
  background-image: url("https://wazdan.com/wp-content/uploads/creative-woman-is-holding-pliers-crystal-clear-quartz-it-1.png");
}
.AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox:nth-child(3) {
  background-image: url("https://wazdan.com/wp-content/uploads/cropped-woman-taking-snack-from-buffet-table.jpg");
}
.AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox .label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox .label {
    top: -20px;
    left: -20px;
    max-width: 71px;
    transform: translate(0, 0);
  }
}
.AMsterdam .stand__section {
  margin-top: 70px;
  margin-bottom: 40px;
}
.AMsterdam .stand__section .section__wrapper {
  padding: 20px 60px 20px 0;
}
@media (max-width: 1024px) {
  .AMsterdam .stand__section .section__wrapper {
    padding: 20px;
  }
}
.AMsterdam .stand__section .section__wrapper .heading {
  margin-bottom: 80px;
}
.AMsterdam .stand__section .section__wrapper .heading h3 {
  font-size: 47px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1400px) {
  .AMsterdam .stand__section .section__wrapper .heading h3 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .stand__section .section__wrapper .heading h3 {
    font-size: 32px;
  }
}
.AMsterdam .stand__section .section__wrapper .content {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  .AMsterdam .stand__section .section__wrapper .content {
    flex-wrap: wrap;
  }
}
.AMsterdam .stand__section .section__wrapper .content .imgWrapper {
  max-width: 800px;
}
@media (max-width: 1024px) {
  .AMsterdam .stand__section .section__wrapper .content .imgWrapper {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .stand__section .section__wrapper .content .imgWrapper img {
    max-width: 400px;
    margin: auto;
    display: block;
  }
}
.AMsterdam .stand__section .section__wrapper .content .desc {
  width: 50%;
  max-width: 941px;
}
@media (max-width: 1024px) {
  .AMsterdam .stand__section .section__wrapper .content .desc {
    width: 100%;
  }
}
.AMsterdam .stand__section .section__wrapper .content .desc p {
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .AMsterdam .stand__section .section__wrapper .content .desc p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .stand__section .section__wrapper .content .desc p {
    font-size: 22px;
  }
}
.AMsterdam .stand__section .section__wrapper .content .desc .extra {
  font-size: 27px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .AMsterdam .stand__section .section__wrapper .content .desc .extra {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .stand__section .section__wrapper .content .desc .extra {
    font-size: 20px;
  }
}
.AMsterdam .am-section {
  padding: 80px 120px 100px 100px;
  background-color: #F5F5F5;
}
@media (max-width: 1400px) {
  .AMsterdam .am-section {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .am-section {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .am-section {
    padding: 40px 20px 40px 20px;
  }
}
.AMsterdam .am-section .heading {
  max-width: 900px;
  margin: auto;
}
.AMsterdam .am-section .heading h2 {
  font-size: 47px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1400px) {
  .AMsterdam .am-section .heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .am-section .heading h2 {
    font-size: 32px;
  }
}
.AMsterdam .am-section .team__members {
  margin-top: 82px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .AMsterdam .am-section .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    margin-top: 52px;
  }
}
.AMsterdam .am-section .team__members .member {
  width: 250px;
  text-align: center;
}
.AMsterdam .am-section .team__members .member .member__image {
  position: relative;
}
.AMsterdam .am-section .team__members .member .member__image .social {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
}
.AMsterdam .am-section .team__members .member .member__image .social .mail, .AMsterdam .am-section .team__members .member .member__image .social .linkedin, .AMsterdam .am-section .team__members .member .member__image .social .skype {
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #E23535;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF3D17;
  cursor: pointer;
}
.AMsterdam .am-section .team__members .member .member__image .social .mail svg, .AMsterdam .am-section .team__members .member .member__image .social .linkedin svg, .AMsterdam .am-section .team__members .member .member__image .social .skype svg {
  width: 16px;
  fill: white;
}
.AMsterdam .am-section .team__members .member .member__image .social .mail:hover, .AMsterdam .am-section .team__members .member .member__image .social .linkedin:hover, .AMsterdam .am-section .team__members .member .member__image .social .skype:hover {
  background-color: white;
}
.AMsterdam .am-section .team__members .member .member__image .social .mail:hover svg, .AMsterdam .am-section .team__members .member .member__image .social .linkedin:hover svg, .AMsterdam .am-section .team__members .member .member__image .social .skype:hover svg {
  fill: #FF3D17;
}
.AMsterdam .am-section .team__members .member .member__image .social .mail:active, .AMsterdam .am-section .team__members .member .member__image .social .linkedin:active, .AMsterdam .am-section .team__members .member .member__image .social .skype:active {
  background-color: #C43131;
  border: 1px solid #C43131;
}
.AMsterdam .am-section .team__members .member .member__image .social .mail:active svg, .AMsterdam .am-section .team__members .member .member__image .social .linkedin:active svg, .AMsterdam .am-section .team__members .member .member__image .social .skype:active svg {
  fill: white;
}
.AMsterdam .am-section .team__members .member .member__image img.person__image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AMsterdam .am-section .team__members .member .member__name {
  margin-top: 30px;
}
.AMsterdam .am-section .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .AMsterdam .am-section .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
.AMsterdam .am-section .team__members .member .member__name p {
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .AMsterdam .am-section .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.AMsterdam .am-section .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .AMsterdam .am-section .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}

.site-igb-amsterdam-2023 .globalAward {
  display: none;
}

.igb_amsterdam .headingSection {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: url("https://wazdan.com/wp-content/uploads/hero-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.igb_amsterdam .headingSection .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 5%;
}
@media (max-width: 1400px) {
  .igb_amsterdam .headingSection .top {
    padding: 10% 5%;
  }
}
@media (max-width: 1024px) {
  .igb_amsterdam .headingSection .top {
    padding: 100px 5%;
  }
}
.igb_amsterdam .headingSection .top .hero_content {
  flex: 1;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1024px) {
  .igb_amsterdam .headingSection .top .hero_content {
    flex: auto;
    gap: 10px;
  }
}
.igb_amsterdam .headingSection .top .hero_content h1 {
  font-weight: 800;
  font-size: 46px;
  line-height: 119.6%;
  text-transform: uppercase;
}
.igb_amsterdam .headingSection .top .hero_content h1 span {
  color: #E23535;
}
@media (max-width: 1024px) {
  .igb_amsterdam .headingSection .top .hero_content h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.igb_amsterdam .headingSection .top .hero_content h2 {
  font-weight: 600;
  font-size: 38px;
  line-height: 119.6%;
  padding: 30px 0;
}
.igb_amsterdam .headingSection .top .hero_content h2 span {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .igb_amsterdam .headingSection .top .hero_content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.igb_amsterdam .headingSection .top .hero_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.igb_amsterdam .headingSection .top .hero_content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.igb_amsterdam .headingSection .top .hero_content a {
  width: fit-content;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .igb_amsterdam .headingSection .top .hero_content a {
    font-size: 16px;
    line-height: 20px;
  }
}
.igb_amsterdam .headingSection .top .image_wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}
.igb_amsterdam .igb_date {
  padding: 5% 0 5% 5%;
  position: relative;
}
@media (max-width: 1024px) {
  .igb_amsterdam .igb_date {
    padding: 5%;
  }
}
.igb_amsterdam .igb_date .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .igb_amsterdam .igb_date .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.igb_amsterdam .igb_date .wrapper .calendar img {
  width: 105px;
  height: 110px;
}
.igb_amsterdam .igb_date .wrapper .date_text {
  width: 100%;
}
.igb_amsterdam .igb_date .wrapper .date_text h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .igb_amsterdam .igb_date .wrapper .date_text h3 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .igb_amsterdam .igb_date .wrapper .date_text h3 {
    white-space: inherit;
    font-size: 24px;
    line-height: 27px;
  }
}
.igb_amsterdam .igb_date .wrapper .date_text h3 span {
  color: #E23535;
}
.igb_amsterdam .igb_date .wrapper .date_text .line_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .igb_amsterdam .igb_date .wrapper .date_text .line_wrapper {
    justify-content: center;
  }
}
.igb_amsterdam .igb_date .wrapper .date_text .line_wrapper .line {
  height: 4px;
  background-color: #D60000;
  width: 100%;
}
@media (max-width: 768px) {
  .igb_amsterdam .igb_date .wrapper .date_text .line_wrapper .line {
    display: none;
  }
}
.igb_amsterdam .igb_date .wrapper .date_text .line_wrapper .line .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.igb_amsterdam .igb_date .wrapper .date_text .line_wrapper .line .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  left: -20px;
  transform: translate(50%, -50%);
  top: 50%;
}
.igb_amsterdam .form_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.igb_amsterdam .form_section .form_text {
  flex: 1;
  background: #F5F5F5;
  width: 100%;
  padding: 5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .igb_amsterdam .form_section .form_text {
    flex: unset;
  }
}
.igb_amsterdam .form_section .form_text .bold {
  font-weight: 700;
}
.igb_amsterdam .form_section .form_text .italic {
  font-style: italic;
}
.igb_amsterdam .form_section .form_text .red {
  color: #E23535;
  font-weight: 700;
}
.igb_amsterdam .form_section .form_text h4 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 10px;
}
.igb_amsterdam .form_section .form_text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}
.igb_amsterdam .form_section .form_text .wazdan_sign {
  text-align: right;
}
.igb_amsterdam .form_section .form_text .diamonds_1 {
  position: absolute;
  bottom: -10%;
  left: 5%;
}
@media (max-width: 1024px) {
  .igb_amsterdam .form_section .form_text .diamonds_1 {
    display: none;
  }
}
.igb_amsterdam .form_section .form_text .diamonds_2 {
  position: absolute;
  transform: translate(50%, -50%);
  top: 50%;
  right: 5%;
}
@media (max-width: 1024px) {
  .igb_amsterdam .form_section .form_text .diamonds_2 {
    display: none;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam {
  flex: 1;
  background: #EEEEEE;
  box-shadow: -2px 0px 14px rgba(0, 0, 0, 0.25);
  border-radius: 72px 0 0 72px;
  padding: 5%;
  margin: -50px 0 -50px -50px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .igb_amsterdam .form_section .form_igb_amsterdam {
    margin: 60px 15px;
    border-radius: 30px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam h3 {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  color: #E23535;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam h5 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
.igb_amsterdam .form_section .form_igb_amsterdam .accept_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .accept_txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
    display: block;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field.instant_integration {
  display: block;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .wpforms-field {
  display: block;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour > label {
  padding-bottom: 20px;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day label {
  padding-bottom: 20px;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li {
  padding-right: 20px !important;
  border-right: 1px solid #000 !important;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li {
    border: none !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li:nth-child(4) {
  border-right: none !important;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li input {
  display: none;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li label:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li label {
    padding: 7px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul .wpforms-selected label {
  background-color: #191919;
  color: #ffffff;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour {
  display: block !important;
  opacity: 0.5;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour ul li {
  padding-right: 20px !important;
  border-right: 1px solid #e23535 !important;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour ul li {
    padding-right: 0px !important;
    border-right: none !important;
    margin-right: 0px !important;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour ul li:nth-child(4n) {
  border-right: none !important;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container {
    padding-bottom: 0px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-label, .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-label-inline {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-submit {
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .next_button {
  padding-top: 30px;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .next_button button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .next_button button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .instant_integration ul li input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul li {
    padding-right: 0px !important;
    border-right: none !important;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul li input {
  display: none;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul li label:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul li label:active {
  border-color: #C43131;
  background-color: #C43131;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul li label {
    padding: 7px 17px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
  background-color: #E23535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
    padding: 7px 17px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam #amsterdamButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.igb_amsterdam .form_section .form_igb_amsterdam #amsterdamButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.igb_amsterdam .form_section .form_igb_amsterdam #amsterdamButton {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
  display: none;
}
.igb_amsterdam .form_section .form_igb_amsterdam #formApiErros {
  display: flex;
  flex-wrap: wrap;
}
.igb_amsterdam .form_section .form_igb_amsterdam #formApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
.igb_amsterdam .discover_section {
  padding: 10% 20px 5% 20px;
}
.igb_amsterdam .discover_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .igb_amsterdam .discover_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.igb_amsterdam .discover_section h2 {
  color: #191919;
  text-align: center;
  padding-bottom: 70px;
}
.igb_amsterdam .discover_section .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 72px;
  row-gap: 72px;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .igb_amsterdam .discover_section .box_wrapper {
    margin-bottom: 50px;
  }
}
.igb_amsterdam .discover_section .box_wrapper .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .igb_amsterdam .discover_section .box_wrapper .box {
    gap: 30px;
  }
}
.igb_amsterdam .discover_section .box_wrapper .box .img_box {
  position: relative;
  width: 365px;
  z-index: 1;
}
.igb_amsterdam .discover_section .box_wrapper .box .img_box .ico {
  position: absolute;
  top: -30px;
  left: -30px;
}
@media (max-width: 768px) {
  .igb_amsterdam .discover_section .box_wrapper .box .img_box .ico {
    top: -30px;
    left: -10px;
  }
}
.igb_amsterdam .discover_section .box_wrapper .box .content {
  position: relative;
  padding: 47px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  min-height: 243px;
  border-radius: 0 26px 26px 0;
  margin-left: -10px;
}
@media (max-width: 768px) {
  .igb_amsterdam .discover_section .box_wrapper .box .content {
    margin: 10px;
    border-radius: 26px;
  }
}
.igb_amsterdam .discover_section .box_wrapper .box .content .logo {
  position: absolute;
  top: -13px;
}
.igb_amsterdam .discover_section .box_wrapper .box .content .desc {
  width: 366px;
  font-size: 21px;
  line-height: 25px;
}
.igb_amsterdam .discover_section .box_wrapper .box .content .desc p {
  margin: 0;
}
.igb_amsterdam .discover_section .box_wrapper .box .content .additional_text {
  position: absolute;
  bottom: -80px;
  font-size: 18px;
  line-height: 23px;
  width: 270px;
}
@media (max-width: 768px) {
  .igb_amsterdam .discover_section .box_wrapper .box .content .additional_text {
    bottom: 10px;
  }
}
.igb_amsterdam .contact_section .catalogue_wrapper {
  text-align: center;
  padding-bottom: 150px;
}
.igb_amsterdam .contact_section .catalogue_wrapper h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .igb_amsterdam .contact_section .catalogue_wrapper h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.igb_amsterdam .contact_section .catalogue_wrapper h2 {
  color: #191919;
  padding-bottom: 36px;
}
.igb_amsterdam .contact_section .catalogue_wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.igb_amsterdam .contact_section .catalogue_wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.igb_amsterdam .contact_section .catalogue_wrapper a {
  width: fit-content;
  margin: auto;
  text-transform: uppercase;
}
.igb_amsterdam .contact_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .igb_amsterdam .contact_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.igb_amsterdam .contact_section h2 {
  color: #191919;
  text-align: center;
  padding-bottom: 100px;
}
.igb_amsterdam .contact_section h2 .red {
  color: #E23535;
}
@media (max-width: 1024px) {
  .igb_amsterdam .contact_section h2 {
    padding-bottom: 50px;
  }
}
.igb_amsterdam .contact_section .contact__wrapper {
  max-width: 1450px;
  margin: auto;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members {
  padding-bottom: 100px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .igb_amsterdam .contact_section .contact__wrapper .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
  }
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member {
  width: 300px;
  text-align: center;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image {
  position: relative;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #E23535;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #FF3D17;
}
@media (max-width: 1024px) {
  .igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
    width: 48px;
    height: 48px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
  cursor: pointer;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .linkedin svg {
  width: 24px;
  fill: white;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .phone {
  position: absolute;
  bottom: 20px;
  right: 118px;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .phone img {
  width: 43px;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .mail {
  position: absolute;
  bottom: 20px;
  right: 70px;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .mail img {
  width: 43px;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image img.person__image {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__name {
  margin-top: 30px;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__name p {
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}

.integration__container .integration__header {
  height: 364px;
  background: url("https://wazdan.com/wp-content/uploads/okl_line-2-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  padding-left: 5%;
  padding-top: 80px;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .integration__container .integration__header {
    min-height: 200px;
    padding: 50px 20px;
    background-size: cover;
  }
}
.integration__container .integration__header h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .integration__container .integration__header h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
.integration__container .integration__header h1 {
  color: #191919;
}
.integration__container .integration__header h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .integration__container .integration__header h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.integration__container .integration__header h2 {
  color: #191919;
  font-weight: 700;
}
.integration__container .integration__header h2 .red {
  color: #E23535;
}
.integration__container .integration__form {
  padding: 0 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-end;
}
.integration__container .integration__form .integration__content {
  flex: 1;
  padding: 50px 0;
}
.integration__container .integration__form .integration__content p {
  font-size: 26px;
  line-height: 30px;
  padding-top: 30px;
}
.integration__container .integration__form .integration__content .qr_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .integration__container .integration__form .integration__content .qr_box {
    flex-direction: column;
  }
}
.integration__container .integration__form .integration__content .qr_box img {
  max-width: 250px;
}
.integration__container .integration__form .integration__content .qr_box p {
  font-weight: 700;
  font-size: 44px;
  padding: 0;
}
.integration__container .integration__form .integration__content .qr_box a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.integration__container .integration__form .integration__content .qr_box a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.integration__container .integration__form .integration__content .qr_box a {
  white-space: nowrap;
}
.integration__container .integration__form .img_tickets {
  flex: 1;
  margin-top: -400px;
  max-width: 600px;
}
@media (max-width: 1400px) {
  .integration__container .integration__form .img_tickets {
    max-width: fit-content;
  }
}
@media (max-width: 1024px) {
  .integration__container .integration__form .img_tickets {
    display: none;
  }
}

.integrationTimer__container .integration__header {
  height: 364px;
  background: url("https://wazdan.com/wp-content/uploads/okl_line-2-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  padding-top: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .integrationTimer__container .integration__header {
    min-height: 200px;
    padding: 50px 20px;
    background-size: cover;
  }
}
.integrationTimer__container .integration__header h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .integrationTimer__container .integration__header h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
.integrationTimer__container .integration__header h1 {
  color: #191919;
}
.integrationTimer__container .integration__header h1 .red {
  color: #E23535;
}
.integrationTimer__container .integration__timer {
  padding: 5%;
}
.integrationTimer__container .integration__timer h3 {
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  max-width: 1100px;
  margin: auto;
}
.integrationTimer__container .integration__timer .instantClock:before,
.integrationTimer__container .integration__timer .countInstant:after {
  content: "";
  position: absolute;
}
.integrationTimer__container .integration__timer .clock-wrap {
  margin: auto;
  width: 240px;
  height: 240px;
  margin-top: 50px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
.integrationTimer__container .integration__timer .instantClock {
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  margin-top: -64px;
  margin-left: -100px;
  background-color: #feeff4;
}
.integrationTimer__container .integration__timer .instantClock:before {
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: inherit;
  background-color: #E23535;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 3px rgba(255, 255, 255, 0.75) inset;
  /*border:1px solid rgba(255,255,255,.1);*/
}
.integrationTimer__container .integration__timer .countInstant {
  width: 100%;
  color: #fff;
  height: 100%;
  padding: 63px;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  position: absolute;
  text-align: center;
}
.integrationTimer__container .integration__timer .countInstant:after {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  position: relative;
}
.integrationTimer__container .integration__timer .countInstant.sec:after {
  content: "sec";
}
.integrationTimer__container .integration__timer .countInstant.min:after {
  content: "min";
}
.integrationTimer__container .integration__timer .action {
  margin: auto;
  max-width: 200px;
}
.integrationTimer__container .integration__timer .end_time {
  padding: 50px 20px;
}
.integrationTimer__container .integration__timer .end_time h3 {
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  max-width: 1100px;
  margin: auto;
  font-weight: 700;
}

.post-password-form {
  min-height: 100vh;
  padding: 10%;
}
.post-password-form p label {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .post-password-form p label {
    font-size: 20px;
    line-height: 25px;
  }
}
.post-password-form p label {
  font-weight: 500;
}
.post-password-form p:first-child {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .post-password-form p:first-child {
    font-size: 20px;
    line-height: 25px;
  }
}
.post-password-form p:first-child {
  font-weight: 500;
  padding-bottom: 30px;
  text-align: center;
}
.post-password-form p:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 20px;
}
.post-password-form p:nth-child(2) input[type=submit] {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.post-password-form p:nth-child(2) input[type=submit]:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}

.summer_camp__container > * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.summer_camp__container .sbc__header .wrapper {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .summer_camp__container .sbc__header .wrapper {
    margin-top: 0px;
  }
}
.summer_camp__container .sbc__header .wrapper .content {
  width: 50%;
}
@media (max-width: 1024px) {
  .summer_camp__container .sbc__header .wrapper .content {
    width: 100%;
  }
}
.summer_camp__container .sbc__header .wrapper .content .heading {
  margin-bottom: 24px;
}
.summer_camp__container .sbc__header .wrapper .content .heading h2 {
  color: #191919;
  font-weight: 700;
  font-size: 48px;
  line-height: 61px;
}
@media (max-width: 1024px) {
  .summer_camp__container .sbc__header .wrapper .content .heading h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.summer_camp__container .sbc__header .wrapper .content .desc {
  margin-bottom: 32px;
}
.summer_camp__container .sbc__header .wrapper .content .desc p {
  font-weight: 400;
  font-size: 31px;
  line-height: 40px;
  color: #3B3B3B;
}
@media (max-width: 1024px) {
  .summer_camp__container .sbc__header .wrapper .content .desc p {
    font-size: 26px;
    line-height: 36px;
  }
}
.summer_camp__container .sbc__header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .summer_camp__container .sbc__header .wrapper .card__wrapper {
    display: none;
  }
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack {
  max-height: 270px;
  max-width: 405px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box {
  position: relative;
  transform: translateY(-100px);
}
@media (max-width: 1400px) {
  .summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box {
    transform: translate(-70px, -100px);
  }
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card {
  background: transparent;
  width: 400px;
  height: 270px;
  border-radius: 20px;
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
  cursor: pointer;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card.hide {
  visibility: hidden;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"] {
  transform: translate(calc(0 * 35px), calc(0 * -35px)) scale(calc(1 - 0.05 * 0));
  z-index: calc(6 - 0);
  opacity: calc(1 - 0.1 * 0);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"]:hover {
  transform: scale(0.95);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="1"] {
  transform: translate(calc(1 * 35px), calc(1 * -35px)) scale(calc(1 - 0.05 * 1));
  z-index: calc(6 - 1);
  opacity: calc(1 - 0.1 * 1);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="2"] {
  transform: translate(calc(2 * 35px), calc(2 * -35px)) scale(calc(1 - 0.05 * 2));
  z-index: calc(6 - 2);
  opacity: calc(1 - 0.1 * 2);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="3"] {
  transform: translate(calc(3 * 35px), calc(3 * -35px)) scale(calc(1 - 0.05 * 3));
  z-index: calc(6 - 3);
  opacity: calc(1 - 0.1 * 3);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="4"] {
  transform: translate(calc(4 * 35px), calc(4 * -35px)) scale(calc(1 - 0.05 * 4));
  z-index: calc(6 - 4);
  opacity: calc(1 - 0.1 * 4);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot:not(.active) {
  background: #EF9090;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot.active {
  background-color: #FF3D17;
}
@media (min-width: 1921px) {
  .summer_camp__container .sbc__header {
    padding: 100px 96px;
    padding-bottom: 140px;
  }
}
@media (max-width: 1920px) {
  .summer_camp__container .sbc__header {
    padding: 80px 96px;
    padding-bottom: 145px;
  }
}
@media (max-width: 1024px) {
  .summer_camp__container .sbc__header {
    padding: 60px 60px;
    margin-top: 78px;
  }
}
@media (max-width: 768px) {
  .summer_camp__container .sbc__header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .summer_camp__container .sbc__header {
    padding: 40px 28px;
  }
}
.summer_camp__container .video__section {
  margin-top: 86px;
}
.summer_camp__container .video__section .sectionWrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .summer_camp__container .video__section .sectionWrapper {
    margin: 20px;
  }
}
.summer_camp__container .video__section .sectionWrapper .videoWrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1400px) {
  .summer_camp__container .video__section .sectionWrapper .videoWrapper {
    width: 80%;
    margin: auto;
    border-radius: 26px 26px 0 0;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .summer_camp__container .video__section .sectionWrapper .videoWrapper {
    width: 100%;
  }
}
.summer_camp__container .video__section .sectionWrapper .videoWrapper:hover .pause_sbc {
  opacity: 1;
}
.summer_camp__container .video__section .sectionWrapper .videoWrapper .play_sbc, .summer_camp__container .video__section .sectionWrapper .videoWrapper .pause_sbc {
  position: absolute;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.75);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.summer_camp__container .video__section .sectionWrapper .videoWrapper .pause_sbc {
  display: none;
  opacity: 0;
  font-size: 40px;
}
.summer_camp__container .video__section .sectionWrapper .videoWrapper video[poster], .summer_camp__container .video__section .sectionWrapper .videoWrapper iframe[poster] {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.summer_camp__container .video__section .sectionWrapper .content {
  width: 50%;
}
@media (max-width: 1400px) {
  .summer_camp__container .video__section .sectionWrapper .content {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .summer_camp__container .video__section .sectionWrapper .content {
    width: 100%;
  }
}
.summer_camp__container .video__section .sectionWrapper .content {
  background: #fafafa;
  padding: 66px;
  position: relative;
}
@media (max-width: 1024px) {
  .summer_camp__container .video__section .sectionWrapper .content {
    padding: 20px;
  }
}
.summer_camp__container .video__section .sectionWrapper .content .desc h2 {
  color: #191919;
  font-weight: 700;
  font-size: 48px;
  line-height: 61px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .summer_camp__container .video__section .sectionWrapper .content .desc h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.summer_camp__container .video__section .sectionWrapper .content .desc p {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .summer_camp__container .video__section .sectionWrapper .content .desc p {
    font-size: 16px;
    line-height: 20px;
  }
}
.summer_camp__container .video__section .sectionWrapper .content .desc p span {
  font-weight: 700;
  color: #E23535;
}
.summer_camp__container .video__section .sectionWrapper .content .desc .m_top {
  margin-top: 24px;
}
.summer_camp__container .video__section .sectionWrapper .content .desc a {
  background: transparent;
  border: 1px solid #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 120px;
  font-size: 20px;
  line-height: 58px;
  padding: 8px 21px;
  color: #E23535;
  text-decoration: none;
}
.summer_camp__container .video__section .sectionWrapper .content .desc a:hover {
  background-color: #E23535;
  color: #fff;
}
.summer_camp__container .video__section .sectionWrapper .content .signature p {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .summer_camp__container .video__section .sectionWrapper .content .signature p {
    font-size: 32px;
    line-height: 34px;
  }
}
.summer_camp__container .gallery__section {
  padding: 20px;
}
.summer_camp__container .gallery__section .heading {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 70px auto 70px auto;
}
.summer_camp__container .gallery__section .heading h3 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
}
@media (max-width: 1024px) {
  .summer_camp__container .gallery__section .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.summer_camp__container .gallery__section .galleryWrapper {
  max-width: 1420px;
  margin: auto;
}
.summer_camp__container .gallery__section .galleryWrapper .nav {
  gap: 30px;
}
.summer_camp__container .gallery__section .galleryWrapper .nav .nav-link {
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
  border-radius: 50px;
  border: none;
}
.summer_camp__container .gallery__section .galleryWrapper .nav .nav-link:hover {
  color: #12102B;
  background: linear-gradient(270deg, #FF8112 -63.34%, #FFDC2B 0.18%, #FF8112 100.43%, #FFDC2B 151.64%);
}
.summer_camp__container .gallery__section .galleryWrapper .nav .active {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #12102B;
}
.summer_camp__container .gallery__section .galleryWrapper .nav-tabs {
  border-bottom: none;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .yt_movie {
  padding: 50px 15px 20px 15px;
  margin: auto;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .yt_movie iframe {
  min-height: 750px;
  border-radius: 30px;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper {
  padding-top: 50px;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 30px auto 70px auto;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .heading h3 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .heading p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .heading p {
    font-size: 20px;
    line-height: 25px;
  }
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .heading p {
  font-weight: 500;
  text-align: center;
  max-width: 800px;
  padding-bottom: 30px;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .buttonsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: center;
  margin-bottom: 70px;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .buttonsWrapper a {
  background: #FFFFFF;
  border: 1px solid #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 120px;
  font-size: 24px;
  line-height: 31px;
  padding: 16px 32px;
  color: #E23535;
  text-decoration: none;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .buttonsWrapper a.fat {
  font-weight: 700;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .buttonsWrapper a:hover {
  color: #fff;
  background-color: #E23535;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg-container {
  width: 1420px !important;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg-container.bwg-border-box {
  gap: 24px;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg-container.bwg-border-box .bwg-item {
  position: relative;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg-container.bwg-border-box .bwg-item .plus {
  position: absolute;
  bottom: 0%;
  right: 0%;
  font-size: 30px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) scale(1);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 1;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  animation: scaleAnimation linear 1s;
  z-index: 999;
}
@keyframes scaleAnimation {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg-container.bwg-border-box .bwg-item .bwg-item0 {
  border-radius: 30px !important;
  overflow: hidden;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg-container.bwg-border-box .bwg-item .bwg-item0 img {
  object-fit: cover;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_0 #bwg_load_0, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_0 #bwg_load_1, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_0 #bwg_load_2, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_1 #bwg_load_0, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_1 #bwg_load_1, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_1 #bwg_load_2, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_2 #bwg_load_0, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_2 #bwg_load_1, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_2 #bwg_load_2 {
  margin-top: 56px !important;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_0 #bwg_load_0 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_0 #bwg_load_1 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_0 #bwg_load_2 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_1 #bwg_load_0 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_1 #bwg_load_1 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_1 #bwg_load_2 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_2 #bwg_load_0 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_2 #bwg_load_1 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_2 #bwg_load_2 .bwg-a.bwg_load_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%) !important;
  color: #12102B !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 12px 24px !important;
  border: none !important;
}
.summer_camp__container .download_section .sectionWrapper {
  padding-top: 50px;
}
.summer_camp__container .download_section .sectionWrapper .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 30px auto 70px auto;
}
.summer_camp__container .download_section .sectionWrapper .heading h3 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .summer_camp__container .download_section .sectionWrapper .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.summer_camp__container .download_section .sectionWrapper .heading p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .summer_camp__container .download_section .sectionWrapper .heading p {
    font-size: 20px;
    line-height: 25px;
  }
}
.summer_camp__container .download_section .sectionWrapper .heading p {
  font-weight: 500;
  text-align: center;
  max-width: 800px;
  padding-bottom: 30px;
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: center;
  margin-bottom: 70px;
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper .gallery {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 25px;
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper .gallery img {
  max-width: 350px;
  width: 100%;
  border-radius: 20px;
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper .gallery h3 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper .gallery a {
  border: none;
  border-radius: 50px;
  font-size: 24px;
  line-height: 31px;
  padding: 16px 32px;
  text-decoration: none;
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #12102B;
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper .gallery a.fat {
  font-weight: 700;
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper .gallery a:hover {
  background: linear-gradient(270deg, #FF8112 -63.34%, #FFDC2B 0.18%, #FF8112 100.43%, #FFDC2B 151.64%);
  color: #12102B;
}

.spider_popup_wrap .bwg_toggle_container {
  background-color: transparent;
}
.spider_popup_wrap .bwg_toggle_container i.bwg_toggle_btn {
  color: black;
}
.spider_popup_wrap .bwg_ctrl_btn_container {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spider_popup_wrap .bwg_ctrl_btn_container .linkedIn {
  margin-bottom: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.spider_popup_wrap .bwg_ctrl_btn_container .bwg_ctrl_btn {
  color: black;
  font-size: 24px;
}
.spider_popup_wrap .bwg_ctrl_btn_container .bwg_facebook, .spider_popup_wrap .bwg_ctrl_btn_container .bwg_twitter, .spider_popup_wrap .bwg_ctrl_btn_container .bwg_pinterest, .spider_popup_wrap .bwg_ctrl_btn_container .bwg_tumblr {
  color: black;
}
.spider_popup_wrap {
  background-color: transparent !important;
}
.spider_popup_wrap .bwg_image_wrap {
  background-color: rgba(0, 0, 0, 0.4);
}

.casino__beats__container .header__section {
  min-height: 100vh;
}
@media only screen and (min-width: 1920px) {
  .casino__beats__container .header__section {
    min-height: auto;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section {
    min-height: auto;
  }
}
.casino__beats__container .header__section .header__section__wrapper {
  background-image: url("https://wazdan.com/wp-content/uploads/lp_bg_sea_1920_webp.webp");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 90px;
}
.casino__beats__container .header__section .header__section__wrapper .column__text {
  flex: 50%;
  text-align: center;
}
.casino__beats__container .header__section .header__section__wrapper .column__text .casino__beats__wrapper h2 {
  font-weight: 700;
  font-size: 74px;
  line-height: 94px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 13px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__text .casino__beats__wrapper h2 {
    font-size: 34px;
    line-height: 54px;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__text .casino__beats__wrapper img {
    max-width: 80%;
  }
}
.casino__beats__container .header__section .header__section__wrapper .column__image {
  flex: 50%;
  text-align: center;
  margin-bottom: -150px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image {
    flex: 100%;
  }
}
.casino__beats__container .header__section .header__section__wrapper .column__image img {
  max-height: 940px;
  max-width: 500px;
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image img {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image img {
    max-width: 200px;
    padding-top: 50px;
  }
}
.casino__beats__container .header__section .join__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding-bottom: 100px;
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .join__wrapper {
    width: auto;
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .header__section .join__wrapper {
    padding-bottom: 60px;
  }
}
.casino__beats__container .header__section .join__wrapper h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 82px;
  color: #000;
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .join__wrapper h2 {
    font-size: 44px;
    line-height: 48px;
    text-align: center;
    padding-bottom: 20px;
  }
}
.casino__beats__container .header__section .join__wrapper h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 55px;
  color: #D60000;
  margin: 0;
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .join__wrapper h3 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
}
.casino__beats__container .header__section .join__wrapper .date__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .join__wrapper .date__wrapper {
    flex-wrap: wrap;
  }
}
.casino__beats__container .form__section {
  display: flex;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap;
}
.casino__beats__container .form__section .form__wrapper {
  display: none;
  flex-direction: column;
  justify-content: center;
  flex: 50%;
  padding: 100px;
  background-color: #D60000;
  background-image: url("https://wazdan.com/wp-content/uploads/lp_bg_letter_774_webp.webp");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1620px) {
  .casino__beats__container .form__section .form__wrapper {
    flex: 100%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .form__wrapper {
    padding: 60px 20px;
    background: #f3f3f3;
    order: 2;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 765px) {
  .casino__beats__container .form__section .form__wrapper {
    order: 2;
  }
}
.casino__beats__container .form__section .form__wrapper form {
  margin-bottom: 0;
}
.casino__beats__container .form__section .form__wrapper .wpforms-confirmation-container-full {
  background: #f3f3f3 !important;
  max-width: 350px;
}
.casino__beats__container .form__section .form__wrapper .wpforms-confirmation-container-full p {
  font-family: "Kalam", cursive;
}
@media only screen and (max-width: 1200px) and (min-width: 765px) {
  .casino__beats__container .form__section .form__wrapper .wpforms-confirmation-container-full {
    background: transparent !important;
  }
}
.casino__beats__container .form__section .form__wrapper label.wpforms-error {
  display: none !important;
}
.casino__beats__container .form__section .form__wrapper .form__header {
  font-family: "Kalam", cursive;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  text-align: center;
  padding-bottom: 20px;
}
.casino__beats__container .form__section .form__wrapper .wpforms-container {
  max-width: 600px;
  width: 100%;
}
.casino__beats__container .form__section .form__wrapper .wpforms-container label {
  font-family: "Kalam", cursive;
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 1600px) {
  .casino__beats__container .form__section .form__wrapper .wpforms-container {
    padding: 0;
  }
}
.casino__beats__container .form__section .form__wrapper .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
  display: grid;
  grid-template-columns: 105px auto;
  gap: 20px;
}
.casino__beats__container .form__section .form__wrapper .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field:last-child {
  display: block;
}
.casino__beats__container .form__section .form__wrapper #formApiErros {
  margin-top: 25px;
}
.casino__beats__container .form__section .form__wrapper #formApiErros p {
  font-family: "Kalam", cursive;
  font-weight: normal;
  font-style: italic;
  text-rendering: optimizeLegibility;
  color: red;
  font-size: 14px;
  line-height: 0.4;
  text-align: center;
  text-transform: capitalize;
}
.casino__beats__container .form__section .form__wrapper #sendTripButton {
  margin-top: 20px;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  background: #D60000;
  border-radius: 20px;
  width: 231px;
  height: 67px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
}
.casino__beats__container .form__section .form__wrapper #sendTripButton:hover {
  background-color: #fff;
  color: #d60000;
  border: 2px solid #d60000;
}
.casino__beats__container .form__section .form__wrapper .wpforms-submit-container {
  text-align: center;
  display: none;
}
.casino__beats__container .form__section .form__wrapper .wpforms-submit-container .wpforms-submit {
  margin-top: 20px;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  background: #D60000;
  border-radius: 20px;
  width: 231px;
  height: 67px;
  color: #fff;
}
.casino__beats__container .form__section .form__wrapper .wpforms-submit-container .wpforms-submit:hover {
  background-color: #fff;
  color: #d60000;
  border: 2px solid #d60000;
}
.casino__beats__container .form__section .form__wrapper .agree__txt {
  font-family: "Kalam", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #AFAFAF;
}
.casino__beats__container .form__section .counter__wrapper {
  flex: 50%;
  display: flex;
  flex-direction: column;
}
.casino__beats__container .form__section .counter__wrapper .counter {
  padding: 37px 100px;
  background: #EBEBEB;
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .counter {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter {
    background: #FFF;
    order: 2;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter .counter__text {
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  padding-bottom: 34px;
  margin: 0;
  text-align: center;
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul {
    gap: 20px 30px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul {
    gap: 10px 10px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li {
  text-align: center;
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li .countdown__box {
  font-weight: 700;
  font-size: 63px;
  line-height: 80px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li .countdown__box {
    font-size: 30px;
    line-height: 40px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #days {
  background: #D60000;
  border-radius: 5px;
  padding: 5px 15px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #days {
    padding: 10px 15px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #hours, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #minutes, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #seconds {
  background: #191919;
  border-radius: 5px;
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #hours, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #minutes, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #seconds {
    padding: 10px 15px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li p {
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
  margin: 0;
  padding-top: 13px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li p {
    font-size: 20px;
    line-height: 25px;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info {
  padding: 70px 80px;
  background: #FFFDEB;
  text-align: center;
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .text__info {
    padding: 70px 20px;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info p {
  font-size: 24px;
  line-height: 28px;
  text-align: justify;
  max-width: 668px;
  margin: auto;
}
@media (max-width: 1400px) {
  .casino__beats__container .form__section .counter__wrapper .text__info p {
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .text__info p {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info h4 {
  font-family: "Kalam", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 47px;
}
@media (max-width: 1400px) {
  .casino__beats__container .form__section .counter__wrapper .text__info h4 {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .text__info h4 {
    text-align: left;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info h4:first-child {
  padding-bottom: 20px;
}
.casino__beats__container .form__section .counter__wrapper .text__info .image__wrapper {
  display: flex;
  justify-content: flex-end;
}
.casino__beats__container .form__section .counter__wrapper .text__info .image__wrapper img {
  margin-bottom: -120px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .text__info .image__wrapper img {
    margin-bottom: -50px;
    max-width: 140px;
  }
}
@media (min-width: 1921px) {
  .casino__beats__container .gallery__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .casino__beats__container .gallery__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .gallery__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .gallery__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .casino__beats__container .gallery__section {
    padding: 60px 28px;
  }
}
.casino__beats__container .gallery__section .gallery__wrapper {
  display: flex;
  gap: 33px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.casino__beats__container .gallery__section .gallery__wrapper img {
  max-width: 385px;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media (min-width: 1921px) {
  .casino__beats__container .contact__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .casino__beats__container .contact__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .contact__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .contact__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .casino__beats__container .contact__section {
    padding: 60px 28px;
  }
}
.casino__beats__container .contact__section {
  background: #F5F5F5;
}
.casino__beats__container .contact__section .contact__wrapper h2 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
  text-align: center;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper h2 {
    font-size: 33px;
    line-height: 38px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person {
    gap: 20px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .image__wrapper img {
  width: 225px;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper {
    text-align: center;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h4 {
  font-weight: 600;
  font-size: 37px;
  line-height: 47px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h4 {
    font-size: 27px;
    line-height: 37px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h5 {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h5 {
    font-size: 22px;
    line-height: 22px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper .social__wrapper {
  padding-top: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper .social__wrapper {
    justify-content: center;
  }
}

#media_partnership .section_header {
  background-color: rgba(0, 0, 0, 0.7294117647);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1921px) {
  #media_partnership .section_header {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .section_header {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .section_header {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .section_header {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .section_header {
    padding: 60px 28px;
  }
}
#media_partnership .section_header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
#media_partnership .section_header #mediaVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
#media_partnership .section_header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#media_partnership .section_header .wrapper .desc {
  width: 50%;
}
@media (max-width: 1024px) {
  #media_partnership .section_header .wrapper .desc {
    width: 100%;
  }
}
#media_partnership .section_header .wrapper .desc .headings .header__title {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  #media_partnership .section_header .wrapper .desc .headings .header__title {
    font-size: 40px;
    line-height: 43px;
  }
}
#media_partnership .section_header .wrapper .desc .headings .header__title {
  color: #FFF;
  text-align: center;
}
@media (max-width: 1024px) {
  #media_partnership .section_header .wrapper .desc .headings .header__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #FFF;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  #media_partnership .section_header .wrapper .desc .headings .header__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .section_header .wrapper .desc .headings h2 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  #media_partnership .section_header .wrapper .desc .headings h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
#media_partnership .section_header .wrapper .desc .headings h2 {
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1400px) {
  #media_partnership .section_header .wrapper .desc .headings h2 {
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
@media (max-width: 1400px) and (max-width: 1400px) {
  #media_partnership .section_header .wrapper .desc .headings h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .section_header .wrapper .desc .headings h2 {
  margin-bottom: 32px;
}
#media_partnership .section_header .wrapper .desc .headings .header__button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership .section_header .wrapper .desc .headings .header__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .section_header .wrapper .desc .headings .header__button {
  width: fit-content;
  margin: auto;
}
#media_partnership .section_header .wrapper .desc .form {
  max-width: 616px;
  margin: auto;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  #media_partnership .section_header .wrapper .desc .form {
    max-width: 616px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .section_header .wrapper .desc .form {
    max-width: 444px;
  }
}
#media_partnership .section_header .wrapper .desc .form .wpforms-field-container {
  width: 100%;
}
#media_partnership .section_header .wrapper .desc .form #newsletterButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership .section_header .wrapper .desc .form #newsletterButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .section_header .wrapper .desc .form #newsletterButton {
  margin: auto;
  margin-bottom: 30px;
}
#media_partnership .section_header .wrapper .desc .form .sending {
  opacity: 0.7;
}
#media_partnership .section_header .wrapper .desc .form .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
#media_partnership .section_header .wrapper .desc .form .hide {
  display: none;
}
#media_partnership .section_header .wrapper .desc .form #newsletterFormApiErros {
  display: flex;
  flex-wrap: wrap;
}
#media_partnership .section_header .wrapper .desc .form #newsletterFormApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
#media_partnership .section_header .wrapper .desc .form .business-email {
  padding-right: 12px;
  position: relative;
}
#media_partnership .section_header .wrapper .desc .form .business-email input {
  border: 1px solid #3B3B3B;
  border-radius: 5px;
  height: 46px;
  padding: 12px 24px;
}
#media_partnership .section_header .wrapper .desc .form .business-email .reset {
  position: absolute;
  top: 32px;
  transform: translateY(-50%);
  right: 34px;
}
#media_partnership .section_header .wrapper .desc .form .wpforms-container-full {
  margin: 0 auto;
  transform: translateX(20px);
}
@media (max-width: 768px) {
  #media_partnership .section_header .wrapper .desc .form .wpforms-container-full {
    transform: translateX(0px);
  }
}
#media_partnership .section_header .wrapper .desc .form .agree_text {
  margin-bottom: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
}
#media_partnership .section_header .wrapper .desc .form .agree_text a {
  margin-bottom: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-decoration: underline;
}
#media_partnership .section_header .wrapper .desc .form .agree_text a:hover {
  color: #FF3D17;
}
#media_partnership .section_header .wrapper .desc .form .agree_text a:active {
  color: #C43131;
}
#media_partnership .section_header .wrapper .desc .form .subscribe-btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership .section_header .wrapper .desc .form .subscribe-btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .section_header .wrapper .desc .form .subscribe-btn {
  width: fit-content;
  display: none;
}
@media (max-width: 1024px) {
  #media_partnership .section_header .wrapper .desc .form .subscribe-btn {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #media_partnership .section_header .wrapper .desc .form .subscribe-btn:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #media_partnership .section_header .wrapper .desc .form .subscribe-btn:focus {
    border: none;
  }
  #media_partnership .section_header .wrapper .desc .form .subscribe-btn:focus-visible {
    border: none;
  }
  #media_partnership .section_header .wrapper .desc .form .subscribe-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  #media_partnership .section_header .wrapper .desc .form .subscribe-btn {
    margin: 0 auto 16px auto;
    display: none;
  }
}
#media_partnership .section_header .wrapper .desc .form .wpforms-error {
  padding: 10px;
}
#media_partnership .section_header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#media_partnership .section_header .wrapper .card__wrapper img {
  border-radius: 10px;
}
#media_partnership .section_gains {
  background-color: #fff;
}
@media (min-width: 1921px) {
  #media_partnership .section_gains {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .section_gains {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .section_gains {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .section_gains {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .section_gains {
    padding: 60px 28px;
  }
}
#media_partnership .section_gains .gains_section_header {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
#media_partnership .section_gains .gains_section_header h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #media_partnership .section_gains .gains_section_header h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .section_gains .gains_section_header h2 {
  color: #191919;
}
#media_partnership .section_gains .gains_section_header p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #media_partnership .section_gains .gains_section_header p {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .section_gains .gains_section_header p {
  font-weight: 500;
}
#media_partnership .section_gains .box_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 16px;
  max-width: 1250px;
  margin: auto;
  padding-top: 52px;
}
#media_partnership .section_gains .box_wrapper .box {
  width: 360px;
  min-height: 300px;
  background: #FAFAFA;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  #media_partnership .section_gains .box_wrapper .box {
    min-height: 300px;
  }
}
#media_partnership .section_gains .box_wrapper .box img {
  width: 90px;
  height: 90px;
  margin-bottom: 32px;
}
#media_partnership .section_gains .box_wrapper .box .box_title {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #media_partnership .section_gains .box_wrapper .box .box_title {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .section_gains .box_wrapper .box .box_title {
  font-weight: 700;
  padding-bottom: 12px;
}
#media_partnership .section__benefits {
  background-color: #FAFAFA;
  text-align: center;
}
@media (min-width: 1921px) {
  #media_partnership .section__benefits {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .section__benefits {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .section__benefits {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .section__benefits {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .section__benefits {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .section__benefits {
    padding: 50px 20px;
  }
}
#media_partnership .section__benefits .benefits__heading {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #media_partnership .section__benefits .benefits__heading {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .section__benefits .benefits__heading {
  color: #191919;
  padding-bottom: 16px;
}
#media_partnership .section__benefits .benefits__paragraph {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #media_partnership .section__benefits .benefits__paragraph {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .section__benefits .benefits__paragraph {
  font-weight: 500;
  max-width: 632px;
  margin: auto;
}
#media_partnership .section__benefits .benefits__description {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: auto;
  gap: 0 50px;
}
@media (max-width: 1024px) {
  #media_partnership .section__benefits .benefits__description {
    grid-template-columns: 1fr;
  }
}
#media_partnership .section__benefits .benefits__description ul {
  list-style: none;
}
#media_partnership .section__benefits .benefits__description ul li {
  margin-bottom: 16px;
}
#media_partnership .section__benefits .benefits__description ul li .desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  flex-wrap: nowrap;
  text-align: left;
}
#media_partnership .section__benefits .benefits__description ul li .desc:before {
  content: "\e901";
  color: #E23535;
  font-size: 24px;
  font-family: "wazdan-icons";
}
#media_partnership .section__benefits .benefits__description ul li:not(:last-child) {
  margin-bottom: 16px;
}
#media_partnership .section__benefits .benefits__carousel__wrapper {
  padding-top: 52px;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container {
  max-width: 1350px;
  margin: auto;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .column_benefit {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  width: 195px;
  height: 175px;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .column_benefit img {
  max-width: 44px;
  width: 100%;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .column_benefit .benefit_desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  #media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .column_benefit .benefit_desc {
    font-size: 20px;
    line-height: 26px;
  }
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .column_benefit .benefit_desc {
  color: #191919;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-slide {
  padding: 0px 8px;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-dots {
  position: relative;
  padding-top: 30px;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li button {
  height: 15px;
  width: 15px;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: #E23535;
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li.slick-active button::before {
  color: #FF3D17;
  opacity: 1;
}
#media_partnership .section_video {
  background: #fff;
}
@media (max-width: 1024px) {
  #media_partnership .section_video {
    padding: 20px;
  }
}
#media_partnership .section_video .sectionWrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #media_partnership .section_video .sectionWrapper {
    margin: 20px;
  }
}
#media_partnership .section_video .sectionWrapper .videoWrapper {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: -4px;
}
@media (max-width: 1400px) {
  #media_partnership .section_video .sectionWrapper .videoWrapper {
    width: 80%;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  #media_partnership .section_video .sectionWrapper .videoWrapper {
    width: 100%;
  }
}
#media_partnership .section_video .sectionWrapper .videoWrapper:hover .pause_sbc {
  opacity: 1;
}
#media_partnership .section_video .sectionWrapper .videoWrapper video[poster] {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
#media_partnership .section_video .sectionWrapper .videoWrapper .next-button {
  position: absolute;
  top: 45%;
  right: 5px;
  transition: 0.5s;
}
#media_partnership .section_video .sectionWrapper .videoWrapper .next-button:hover {
  transform: scale(0.8);
}
#media_partnership .section_video .sectionWrapper .videoWrapper .prev-button {
  position: absolute;
  top: 45%;
  left: 5px;
  z-index: 9;
  transition: 0.5s;
}
#media_partnership .section_video .sectionWrapper .videoWrapper .prev-button:hover {
  transform: scale(0.8);
}
#media_partnership .section_video .sectionWrapper .videoWrapper .slick-arrow {
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: none;
}
@media (max-width: 1024px) {
  #media_partnership .section_video .sectionWrapper .videoWrapper .slick-arrow {
    height: 15px;
    width: 15px;
  }
}
#media_partnership .section_video .sectionWrapper .videoWrapper .slick-list {
  height: 540px !important;
}
#media_partnership .section_video .sectionWrapper .videoWrapper .slick-slide {
  height: auto !important;
}
#media_partnership .section_video .sectionWrapper .content {
  width: 50%;
}
@media (max-width: 1400px) {
  #media_partnership .section_video .sectionWrapper .content {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  #media_partnership .section_video .sectionWrapper .content {
    width: 100%;
  }
}
#media_partnership .section_video .sectionWrapper .content {
  background: #000;
  padding: 66px;
  position: relative;
}
@media (max-width: 1024px) {
  #media_partnership .section_video .sectionWrapper .content {
    padding: 20px;
  }
}
#media_partnership .section_video .sectionWrapper .content .desc h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  #media_partnership .section_video .sectionWrapper .content .desc h3 {
    font-size: 30px;
  }
}
#media_partnership .section_video .sectionWrapper .content .desc p {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 1024px) {
  #media_partnership .section_video .sectionWrapper .content .desc p {
    font-size: 16px;
    line-height: 20px;
  }
}
#media_partnership .section_video .sectionWrapper .content .desc p span {
  font-weight: 700;
  color: #E23535;
}
#media_partnership .section_video .sectionWrapper .content .desc .m_top {
  margin-top: 24px;
}
#media_partnership .section_video .sectionWrapper .content .desc a {
  background: transparent;
  border: 1px solid #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 120px;
  font-size: 20px;
  line-height: 58px;
  padding: 8px 21px;
  color: #E23535;
  text-decoration: none;
}
#media_partnership .section_video .sectionWrapper .content .desc a:hover {
  background-color: #E23535;
  color: #fff;
}
#media_partnership .section_media_partners {
  background: #FAFAFA;
}
#media_partnership .section_media_partners .media__partners__wrapper {
  width: 100%;
}
@media (min-width: 1921px) {
  #media_partnership .section_media_partners .media__partners__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .section_media_partners .media__partners__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .section_media_partners .media__partners__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .section_media_partners .media__partners__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .section_media_partners .media__partners__wrapper {
    padding: 60px 28px;
  }
}
#media_partnership .section_media_partners .media__partners__wrapper .heading h4 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #media_partnership .section_media_partners .media__partners__wrapper .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .section_media_partners .media__partners__wrapper .heading h4 {
  color: #191919;
}
@media (max-width: 1024px) {
  #media_partnership .section_media_partners .media__partners__wrapper .heading h4 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
#media_partnership .section_media_partners .media__carousel {
  margin-top: 70px;
  padding-bottom: 30px;
}
#media_partnership .section_media_partners .media__carousel__item {
  width: 100%;
}
#media_partnership .section_media_partners .media__carousel__item img {
  margin: auto;
  display: block;
  max-width: 80%;
}
#media_partnership .section_media_partners .media__carousel .slick-dots li button:before {
  font-size: 15px;
  color: #E23535;
}
#media_partnership .media_partner_steps_section {
  background-color: #FFF;
}
@media (min-width: 1921px) {
  #media_partnership .media_partner_steps_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .media_partner_steps_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .media_partner_steps_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .media_partner_steps_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .media_partner_steps_section {
    padding: 60px 28px;
  }
}
#media_partnership .media_partner_steps_section .media_partner_steps_title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_title {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .media_partner_steps_section .media_partner_steps_title {
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper {
  margin: auto;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  position: relative;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .line {
  width: 80%;
  position: absolute;
  display: block;
  height: 1px;
  background-color: #E23535;
  top: 37px;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps {
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .next-button {
    width: 14px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .prev-button {
    width: 14px;
  }
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track {
  position: relative;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide {
  padding: 15px 0;
  opacity: 1;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide:first-child::before {
  content: "";
  width: 30% !important;
  left: -15% !important;
  display: block;
  position: absolute;
  background: #fff;
  height: 30px;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide:last-child::before {
  width: 30% !important;
  right: -15% !important;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step {
  position: relative;
  z-index: 2;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__count {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__count {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__count {
  color: #FF3D17;
  color: #D8292F;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  background: transparent;
  z-index: 3;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__count span {
  background-color: #fff;
  padding: 0 30px;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__title {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__title {
    font-size: 20px;
    line-height: 26px;
  }
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__title {
  color: #191919;
  max-width: 250px;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__title {
    font-size: 15px;
    line-height: 19px;
  }
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__icon {
  max-width: 44px;
  margin: auto;
  padding: 14px 0;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  padding: 0px 40px;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide:last-child::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 300px;
  background-color: #fff;
  right: -9%;
}
@media (max-width: 1024px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide:last-child::before {
    right: 0px;
  }
}
#media_partnership .game__section {
  position: relative;
  background-color: #FAFAFA;
}
#media_partnership .game__section .game__section__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
}
@media (min-width: 1921px) {
  #media_partnership .game__section .game__section__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .game__section .game__section__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .game__section .game__section__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .game__section .game__section__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .game__section .game__section__wrapper {
    padding: 60px 28px;
  }
}
#media_partnership .game__section .game__section__wrapper .heading {
  margin-bottom: 16px;
}
#media_partnership .game__section .game__section__wrapper .heading h3 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #media_partnership .game__section .game__section__wrapper .heading h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .game__section .game__section__wrapper .heading h3 {
  color: #191919;
}
#media_partnership .game__section .game__section__wrapper .desc {
  margin: auto;
  margin-bottom: 52px;
  max-width: 632px;
}
@media (max-width: 1024px) {
  #media_partnership .game__section .game__section__wrapper .desc {
    margin-bottom: 60px;
  }
}
#media_partnership .game__section .game__section__wrapper .desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #media_partnership .game__section .game__section__wrapper .desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .game__section .game__section__wrapper .desc p {
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
#media_partnership .game__section .game__section__wrapper .desc p span.non_break {
  white-space: nowrap;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper {
  display: flex;
  gap: 16px;
  margin: auto;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1440px;
  width: 100%;
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  #media_partnership .game__section .game__section__wrapper .game__image__wrapper {
    margin-bottom: 45px;
  }
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  z-index: 10;
  position: relative;
  max-width: 405px;
  width: 100%;
  box-shadow: 0px 8px 8px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  transition: transform 0.4s;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image .game__category {
  position: absolute;
  padding: 8px 16px;
  top: 20px;
  left: 0;
  background: #FF3D17;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  #media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image {
    max-width: 390px;
  }
}
@media (max-width: 1290px) {
  #media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image {
    max-width: 370px;
  }
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image:hover {
  -webkit-transform: scale(0.97, 0.97);
  transform: scale(0.97) !important;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a:focus {
  border: none;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a:focus-visible {
  border: none;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a {
  transition: transform 0s;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image img {
  width: 100%;
  border-radius: 20px;
}
#media_partnership .game__section .game__section__wrapper .button__wrapper {
  display: flex;
  justify-content: center;
}
#media_partnership .game__section .game__section__wrapper .button__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership .game__section .game__section__wrapper .button__wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #media_partnership .game__section .game__section__wrapper .button__wrapper a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #media_partnership .game__section .game__section__wrapper .button__wrapper a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #media_partnership .game__section .game__section__wrapper .button__wrapper a:focus {
    border: none;
  }
  #media_partnership .game__section .game__section__wrapper .button__wrapper a:focus-visible {
    border: none;
  }
}
#media_partnership .game__section .section__modal .modal-dialog {
  width: auto;
  max-width: 960px;
}
#media_partnership .game__section .section__modal .modal-body {
  padding: 0;
}
#media_partnership .game__section .section__modal .modal-body button.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 50px;
  z-index: 9;
  color: #fff;
}
#media_partnership .game__section .section__modal .modal-body .container-fluid.playGame, #media_partnership .game__section .section__modal .modal-body .playGame.container-sm, #media_partnership .game__section .section__modal .modal-body .playGame.container-md, #media_partnership .game__section .section__modal .modal-body .playGame.container-lg, #media_partnership .game__section .section__modal .modal-body .playGame.container-xl {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1024px) {
  #media_partnership .game__section .section__modal .modal-body .container-fluid.playGame, #media_partnership .game__section .section__modal .modal-body .playGame.container-sm, #media_partnership .game__section .section__modal .modal-body .playGame.container-md, #media_partnership .game__section .section__modal .modal-body .playGame.container-lg, #media_partnership .game__section .section__modal .modal-body .playGame.container-xl {
    background-color: #050505;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#media_partnership .game__section .section__modal .modal-body .section div.modal__iframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  #media_partnership .game__section .section__modal .modal-body .section div.modal__iframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player {
  height: 600px !important;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player .button {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player .button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player .button:focus {
  border: none;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player .button:focus-visible {
  border: none;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe,
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background: #000;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--mobile .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--landscape .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--mobile img {
  display: none;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--landscape img {
  display: none;
}
#media_partnership .game__section .section__modal .modal-body .section .modal_iframe_age_veryfication {
  display: none;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__iframe {
  position: relative;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop,
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop,
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe,
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background-size: cover;
  width: 100%;
  height: 100%;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication {
  z-index: 8 !important;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication p {
  color: #fff;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication .modal_iframe_age_veryfication_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a {
  cursor: pointer;
  display: block;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus {
  border: none;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus-visible {
  border: none;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:focus {
  border: none;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:focus-visible {
  border: none;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:before {
  content: "";
}
#media_partnership .discover_section {
  background-color: #FFF;
}
@media (min-width: 1921px) {
  #media_partnership .discover_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .discover_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .discover_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .discover_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .discover_section {
    padding: 60px 28px;
  }
}
#media_partnership .discover_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  #media_partnership .discover_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
#media_partnership .discover_section h2 {
  color: #191919;
  text-align: center;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  #media_partnership .discover_section h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
#media_partnership .discover_section .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 72px;
  row-gap: 72px;
  align-items: center;
  justify-content: center;
  position: relative;
}
#media_partnership .discover_section .box_wrapper .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  #media_partnership .discover_section .box_wrapper .box {
    gap: 30px;
    width: 100%;
  }
}
#media_partnership .discover_section .box_wrapper .box .img_box {
  position: relative;
  width: 365px;
  z-index: 1;
}
#media_partnership .discover_section .box_wrapper .box .img_box img {
  border-radius: 20px;
}
#media_partnership .discover_section .box_wrapper .box .content {
  position: relative;
  padding: 30px 47px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  min-height: 243px;
  border-radius: 0 26px 26px 0;
  margin-left: -10px;
  box-shadow: 0px 4px 8px rgba(25, 25, 25, 0.1);
}
@media (max-width: 768px) {
  #media_partnership .discover_section .box_wrapper .box .content {
    margin: 10px;
    border-radius: 26px;
    width: 100%;
    padding: 40px 20px;
    flex-direction: column;
  }
}
#media_partnership .discover_section .box_wrapper .box .content .logo {
  position: absolute;
  top: -18px;
}
#media_partnership .discover_section .box_wrapper .box .content .logo h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #media_partnership .discover_section .box_wrapper .box .content .logo h3 {
    font-size: 28px;
  }
}
#media_partnership .discover_section .box_wrapper .box .content .desc {
  width: 366px;
  font-size: 21px;
  line-height: 25px;
}
#media_partnership .discover_section .box_wrapper .box .content .desc h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #media_partnership .discover_section .box_wrapper .box .content .desc h3 {
    font-size: 28px;
  }
}
#media_partnership .discover_section .box_wrapper .box .content .desc p {
  margin: 0;
  font-size: 19px;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  #media_partnership .discover_section .box_wrapper .box .content .desc {
    width: 100%;
  }
}
#media_partnership .discover_section .box_wrapper .box .content .additional_text {
  position: absolute;
  bottom: -80px;
  font-size: 18px;
  line-height: 23px;
  width: 270px;
}
@media (max-width: 768px) {
  #media_partnership .discover_section .box_wrapper .box .content .additional_text {
    bottom: 10px;
  }
}
#media_partnership .news_section {
  background: #FAFAFA;
  position: relative;
}
@media (min-width: 1921px) {
  #media_partnership .news_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .news_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .news_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .news_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .news_section {
    padding: 60px 28px;
  }
}
#media_partnership .news_section .news-container .news-content {
  max-width: 632px;
  margin: auto;
}
#media_partnership .news_section .news-container .news-content h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #media_partnership .news_section .news-container .news-content h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .news_section .news-container .news-content h2 {
  color: #191919;
  text-align: center;
  margin-bottom: 16px;
}
#media_partnership .news_section .news-container .news-content p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #media_partnership .news_section .news-container .news-content p {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .news_section .news-container .news-content p {
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}
#media_partnership .news_section .news-container .newsletter {
  max-width: 616px;
  margin: auto;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  #media_partnership .news_section .news-container .newsletter {
    max-width: 616px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .news_section .news-container .newsletter {
    max-width: 444px;
  }
}
#media_partnership .news_section .news-container .newsletter .wpforms-field-container {
  width: 100%;
}
#media_partnership .news_section .news-container .newsletter #newsletterButton2 {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership .news_section .news-container .newsletter #newsletterButton2:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .news_section .news-container .newsletter #newsletterButton2 {
  margin: auto;
  margin-bottom: 30px;
}
#media_partnership .news_section .news-container .newsletter .sending {
  opacity: 0.7;
}
#media_partnership .news_section .news-container .newsletter .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
#media_partnership .news_section .news-container .newsletter .hide {
  display: none;
}
#media_partnership .news_section .news-container .newsletter #newsletter2FormApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
#media_partnership .news_section .news-container .newsletter .business-email {
  padding-right: 12px;
  position: relative;
}
#media_partnership .news_section .news-container .newsletter .business-email input {
  border: 1px solid #3B3B3B;
  border-radius: 5px;
  height: 46px;
  padding: 12px 24px;
}
#media_partnership .news_section .news-container .newsletter .business-email .reset {
  position: absolute;
  top: 32px;
  transform: translateY(-50%);
  right: 34px;
}
#media_partnership .news_section .news-container .newsletter .wpforms-container-full {
  margin: 0 auto;
  transform: translateX(20px);
}
@media (max-width: 768px) {
  #media_partnership .news_section .news-container .newsletter .wpforms-container-full {
    transform: translateX(0px);
  }
}
#media_partnership .news_section .news-container .newsletter .agree-text {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
}
#media_partnership .news_section .news-container .newsletter .agree-text a {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-decoration: underline;
}
#media_partnership .news_section .news-container .newsletter .agree-text a:hover {
  color: #FF3D17;
}
#media_partnership .news_section .news-container .newsletter .agree-text a:active {
  color: #C43131;
}
#media_partnership .news_section .news-container .newsletter .subscribe-btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership .news_section .news-container .newsletter .subscribe-btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .news_section .news-container .newsletter .subscribe-btn {
  width: fit-content;
}
@media (max-width: 1024px) {
  #media_partnership .news_section .news-container .newsletter .subscribe-btn {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #media_partnership .news_section .news-container .newsletter .subscribe-btn:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #media_partnership .news_section .news-container .newsletter .subscribe-btn:focus {
    border: none;
  }
  #media_partnership .news_section .news-container .newsletter .subscribe-btn:focus-visible {
    border: none;
  }
}
@media (max-width: 768px) {
  #media_partnership .news_section .news-container .newsletter .subscribe-btn {
    margin: 0 auto 16px auto;
  }
}
#media_partnership .news_section .news-container .newsletter .subscribe-btn {
  display: none;
}
#media_partnership .news_section .news-container .newsletter .wpforms-error {
  padding: 10px;
}
#media_partnership .news_section .news-container .btn-news {
  display: flex;
  justify-content: center;
}
#media_partnership .news_section .news-container .btn-news a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership .news_section .news-container .btn-news a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #media_partnership .news_section .news-container .btn-news a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #media_partnership .news_section .news-container .btn-news a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #media_partnership .news_section .news-container .btn-news a:focus {
    border: none;
  }
  #media_partnership .news_section .news-container .btn-news a:focus-visible {
    border: none;
  }
}
#media_partnership .news_section .news-container .news-wrapper {
  max-width: 1336px;
  width: 100%;
  margin: auto;
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  #media_partnership .news_section .news-container .news-wrapper {
    margin-bottom: 45px;
  }
}
#media_partnership .news_section .news-container .news-wrapper .news__item {
  margin: 15px 0;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  transition: transform 0.3s;
}
@media (max-width: 1400px) {
  #media_partnership .news_section .news-container .news-wrapper .news__item .news {
    max-width: 400px;
  }
}
@media (max-width: 1290px) {
  #media_partnership .news_section .news-container .news-wrapper .news__item .news {
    max-width: 370px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .news_section .news-container .news-wrapper .news__item .news {
    padding: 30px;
    min-height: 380px;
  }
}
@media (max-width: 576px) {
  #media_partnership .news_section .news-container .news-wrapper .news__item .news {
    width: auto;
    max-width: 422px;
  }
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-title {
  margin-bottom: 12px;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-title a {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #media_partnership .news_section .news-container .news-wrapper .news__item .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-title a {
  color: #191919;
  padding: 15px 0px;
  pointer-events: none;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-category-wrapper {
  position: absolute;
  top: 34px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 5px 0px 0px 5px;
  background: #FAFAFA;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-category-wrapper p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-category-wrapper .img__wrapper {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-category-wrapper .img__wrapper img {
  height: 100%;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #3B3B3B;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-category-wrapper a.news-category-name:hover {
  text-decoration: none;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .description-wrapper .news-description p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .description-wrapper a {
  font-size: 20px;
  line-height: 26px;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .description-wrapper .news-btn {
  display: flex;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .description-wrapper .news-btn a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news:hover {
  border: 2px solid #C43131;
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news:hover .news-btn {
  text-decoration: none;
}
#media_partnership .contact_section {
  background-color: #fff;
}
@media (min-width: 1921px) {
  #media_partnership .contact_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .contact_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .contact_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .contact_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .contact_section {
    padding: 60px 28px;
  }
}
#media_partnership .contact_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  #media_partnership .contact_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
#media_partnership .contact_section h2 {
  color: #191919;
  text-align: center;
  padding-bottom: 100px;
}
#media_partnership .contact_section h2 .red {
  color: #E23535;
}
@media (max-width: 1024px) {
  #media_partnership .contact_section h2 {
    padding-bottom: 50px;
  }
}
#media_partnership .contact_section p {
  text-align: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #media_partnership .contact_section p {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .contact_section p {
  font-weight: 500;
}
#media_partnership .contact_section .contact__wrapper {
  max-width: 1450px;
  margin: auto;
}
#media_partnership .contact_section .contact__wrapper .team__members {
  gap: 32px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1024px) {
  #media_partnership .contact_section .contact__wrapper .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
  }
}
#media_partnership .contact_section .contact__wrapper .team__members .member {
  width: 300px;
  text-align: center;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image {
  position: relative;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #E23535;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #FF3D17;
}
@media (max-width: 1024px) {
  #media_partnership .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
    width: 48px;
    height: 48px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
  cursor: pointer;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image .linkedin svg {
  width: 24px;
  fill: white;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image .phone {
  position: absolute;
  bottom: 20px;
  right: 118px;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image .phone img {
  width: 43px;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image .mail {
  position: absolute;
  bottom: 20px;
  right: 70px;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image .mail img {
  width: 43px;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image img.person__image {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__name {
  margin-top: 30px;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #media_partnership .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__name p {
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  #media_partnership .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  #media_partnership .contact_section .contact__wrapper .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}
#media_partnership .question_section {
  background-color: #FFF;
}
@media (min-width: 1921px) {
  #media_partnership .question_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .question_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .question_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .question_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .question_section {
    padding: 60px 28px;
  }
}
#media_partnership .question_section .question_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1450px;
  margin: auto;
  justify-content: space-evenly;
  background: #fafafa;
  padding: 52px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  #media_partnership .question_section .question_wrapper {
    padding: 26px;
  }
}
#media_partnership .question_section .question_wrapper .question_content {
  max-width: 530px;
}
#media_partnership .question_section .question_wrapper .question_content h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #media_partnership .question_section .question_wrapper .question_content h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .question_section .question_wrapper .question_content h3 {
  color: #191919;
  padding-bottom: 16px;
}
#media_partnership .question_section .question_wrapper .question_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #media_partnership .question_section .question_wrapper .question_content p {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .question_section .question_wrapper .question_content p {
  font-weight: 500;
  padding-bottom: 32px;
}
#media_partnership .question_section .question_wrapper .question_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership .question_section .question_wrapper .question_content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .question_section .question_wrapper .question_content a {
  width: fit-content;
  text-decoration: none;
}
#media_partnership .question_section .question_wrapper .img_wrapper {
  max-width: 450px;
  width: 100%;
}
#media_partnership .question_section .question_wrapper .img_wrapper img {
  border-radius: 20px;
}
@media (min-width: 1921px) {
  #media_partnership .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .form_section {
    padding: 60px 28px;
  }
}
#media_partnership .form_section {
  background: #FAFAFA;
}
#media_partnership .form_section .section_wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  gap: 122px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1400px) {
  #media_partnership .form_section .section_wrapper {
    gap: 80px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #media_partnership .form_section .section_wrapper {
    flex-flow: column-reverse;
  }
}
#media_partnership .form_section .section_wrapper .form_wrapper {
  max-width: 511px;
}
#media_partnership .form_section .section_wrapper .form_wrapper h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #media_partnership .form_section .section_wrapper .form_wrapper h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .form_section .section_wrapper .form_wrapper h3 {
  color: #191919;
}
#media_partnership .form_section .section_wrapper .form_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #media_partnership .form_section .section_wrapper .form_wrapper p {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .form_section .section_wrapper .form_wrapper p {
  font-weight: 500;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .wpforms-container input[type=text],
#media_partnership .form_section .section_wrapper .form_wrapper .form .wpforms-container textarea,
#media_partnership .form_section .section_wrapper .form_wrapper .form .wpforms-container input[type=email] {
  background: #FFFFFF;
  border: 0.5px solid #191919;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container {
  padding-top: 52px;
  display: none;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit {
  margin: auto;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form #requestButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form #requestButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form #requestButton {
  margin: auto;
  margin-bottom: 30px;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .sending {
  opacity: 0.7;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .hide {
  display: none;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form #requestFormApiErros {
  display: flex;
  flex-wrap: wrap;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form #requestFormApiErros p {
  color: #000;
  font-size: 14px;
  line-height: 17px;
}
#media_partnership .form_section .section_wrapper .img_wrapper {
  max-width: 600px;
  max-height: 600px;
  aspect-ratio: 1/1;
}
#media_partnership .form_section .section_wrapper .img_wrapper img {
  border-radius: 20px;
}
#media_partnership .form_section .section_wrapper .img_wrapper video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#media_partnership .form_section .section_wrapper .img_wrapper video[poster] {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
@media (min-width: 1921px) {
  #media_partnership .social_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .social_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .social_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .social_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .social_section {
    padding: 60px 28px;
  }
}
#media_partnership .social_section {
  background-color: #fff;
}
#media_partnership .social_section .social_box h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #media_partnership .social_section .social_box h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .social_section .social_box h3 {
  color: #191919;
  text-align: center;
  padding-bottom: 50px;
}
#media_partnership .social_section .social_box ul {
  display: flex;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  #media_partnership .social_section .social_box ul {
    gap: 30px;
  }
}
#media_partnership .social_section .social_box ul li a svg {
  width: 70px;
  height: 70px;
  fill: #E23535;
}
#media_partnership .social_section .social_box ul li a svg:hover {
  fill: #191919;
}
@media (max-width: 768px) {
  #media_partnership .social_section .social_box ul li a svg {
    width: 45px;
    height: 45px;
  }
}

#media_partnership_acf .container {
  max-width: 1250px;
  margin: auto;
}
@media (min-width: 1921px) {
  #media_partnership_acf .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .header_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .header_section {
  position: relative;
  min-height: 80vh;
}
#media_partnership_acf .header_section .triangle_wrapper .triangle_left {
  position: absolute;
  bottom: -100px;
  left: 50px;
  z-index: 0;
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .triangle_wrapper .triangle_left {
    display: none;
  }
}
#media_partnership_acf .header_section .triangle_wrapper .triangle_centered {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 0;
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .triangle_wrapper .triangle_centered {
    display: none;
  }
}
#media_partnership_acf .header_section .content_wrapper {
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#media_partnership_acf .header_section .content_wrapper h1 {
  font-size: 67px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  max-width: 900px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .content_wrapper h1 {
    font-size: 42px;
  }
}
#media_partnership_acf .header_section .content_wrapper h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 510px;
}
#media_partnership_acf .header_section .content_wrapper h3 b {
  font-weight: 800;
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .content_wrapper h3 {
    font-size: 20px;
  }
}
#media_partnership_acf .header_section .content_wrapper .form {
  max-width: 520px;
}
#media_partnership_acf .header_section .content_wrapper .form .sending {
  opacity: 0.7;
}
#media_partnership_acf .header_section .content_wrapper .form .hide {
  display: none;
}
#media_partnership_acf .header_section .content_wrapper .form .wpforms-error {
  color: #fff;
  padding: 10px;
}
#media_partnership_acf .header_section .content_wrapper .form .wpforms-container {
  margin: 0;
}
#media_partnership_acf .header_section .content_wrapper .form .wpforms-container .wpforms-field-container {
  width: 100%;
}
#media_partnership_acf .header_section .content_wrapper .form .wpforms-submit-container {
  width: 0;
}
#media_partnership_acf .header_section .content_wrapper .form #newsletterFormApiErros {
  display: flex;
  flex-wrap: wrap;
}
#media_partnership_acf .header_section .content_wrapper .form #newsletterFormApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
#media_partnership_acf .header_section .content_wrapper .form .newsletterButton {
  color: #fff;
  background-color: #000;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#media_partnership_acf .header_section .content_wrapper .form .subscribe-btn {
  display: none;
}
#media_partnership_acf .header_section .content_wrapper .form .business-email {
  position: relative;
}
#media_partnership_acf .header_section .content_wrapper .form .business-email input {
  border: 1px solid #000;
  border-radius: 70px;
  text-align: center;
  height: 70px;
  padding: 12px 24px;
  width: 100%;
  background-color: #CCE4FF;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#media_partnership_acf .header_section .content_wrapper .form .business-email input::placeholder {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .content_wrapper .form .business-email input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .content_wrapper .form .business-email input {
    font-size: 16px;
    height: 40px;
  }
}
#media_partnership_acf .header_section .content_wrapper .form .agree_text {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding-top: 25px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .content_wrapper .form .agree_text {
    font-size: 12px;
  }
}
#media_partnership_acf .header_section .content_wrapper .form .agree_text a {
  color: #fff;
  text-decoration: underline;
}
#media_partnership_acf .header_section .content_wrapper .form .agree_text a:hover {
  color: #000;
}
#media_partnership_acf .header_section .image_wrapper {
  max-width: 876px;
  position: absolute;
  bottom: -200px;
  right: 0px;
  z-index: 0;
}
@media (max-width: 1400px) {
  #media_partnership_acf .header_section .image_wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .header_section .image_wrapper {
    display: block;
    position: relative;
    bottom: 0px;
    margin-bottom: -50px;
  }
}
#media_partnership_acf .header_section .image_wrapper img {
  width: 100%;
}
@media (min-width: 1921px) {
  #media_partnership_acf .section_gain {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .section_gain {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .section_gain {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .section_gain {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .section_gain {
    padding: 60px 28px;
  }
}
#media_partnership_acf .section_gain {
  background-color: #12102B;
  color: #FFF;
}
#media_partnership_acf .section_gain .container .gain_desc {
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .container .gain_desc {
    font-size: 20px;
  }
}
#media_partnership_acf .section_gain .container h3 {
  font-size: 48px;
  font-weight: 800;
  line-height: normal;
  padding: 46px 0;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .container h3 {
    font-size: 27px;
  }
}
#media_partnership_acf .section_gain .container p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#media_partnership_acf .section_gain .container p a {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
#media_partnership_acf .section_gain .container .gain_list {
  list-style: none;
  padding-bottom: 45px;
}
#media_partnership_acf .section_gain .container .gain_list .list_item_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
#media_partnership_acf .section_gain .container .gain_list .list_item {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .container .gain_list .list_item {
    font-size: 16px;
  }
}
#media_partnership_acf .section_gain .container p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .container p {
    font-size: 20px;
  }
}
#media_partnership_acf .section_gain .container p a {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .container p a {
    font-size: 20px;
  }
}
#media_partnership_acf .section_gain .gain_slider {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .gain_slider {
    padding-top: 10px;
  }
}
#media_partnership_acf .section_gain .gain_slider .gain_element {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  max-width: 300px;
}
#media_partnership_acf .section_gain .gain_slider .gain_element .ico_desc {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .gain_slider .gain_element .ico_desc {
    font-size: 20px;
  }
}
@media (min-width: 1921px) {
  #media_partnership_acf .promoted_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .promoted_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .promoted_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .promoted_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .promoted_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .promoted_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #FFF;
}
#media_partnership_acf .promoted_section h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .promoted_section h3 {
    font-size: 26px;
  }
}
#media_partnership_acf .promoted_section .slick-slide {
  margin: 10px;
}
#media_partnership_acf .promoted_section .media__carousel {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .promoted_section .media__carousel {
    padding-top: 10px;
  }
}
#media_partnership_acf .promoted_section .media__carousel .media__carousel__item {
  border-radius: 17px;
  background: #D4ECFF;
  padding: 40px 20px;
  min-height: 180px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#media_partnership_acf .promoted_section .media__carousel .media__carousel__item img {
  max-height: 80px;
  height: 100%;
  width: 100%;
}
@media (min-width: 1921px) {
  #media_partnership_acf .engineer_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .engineer_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .engineer_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .engineer_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .engineer_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .engineer_section .container h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .engineer_section .container h3 {
    font-size: 26px;
  }
}
#media_partnership_acf .engineer_section .container .number_wrapper {
  max-width: 800px;
  margin: auto;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .engineer_section .container .number_wrapper {
    padding-top: 10px;
  }
}
#media_partnership_acf .engineer_section .container .number_wrapper .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .engineer_section .container .number_wrapper .wrapper {
    flex-direction: column;
    gap: 5px;
  }
}
#media_partnership_acf .engineer_section .container .number_wrapper .wrapper .number {
  -webkit-text-stroke-width: 3px !important;
  -webkit-text-stroke-color: #12102B !important;
  font-size: 144px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  min-width: 150px;
  color: transparent;
}
@media (max-width: 1024px) {
  #media_partnership_acf .engineer_section .container .number_wrapper .wrapper .number {
    font-size: 80px;
    min-width: fit-content;
  }
}
#media_partnership_acf .engineer_section .container .number_wrapper .wrapper .number_desc .title {
  color: #12102B;
  font-size: 41px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .engineer_section .container .number_wrapper .wrapper .number_desc .title {
    font-size: 30px;
    text-align: center;
  }
}
#media_partnership_acf .engineer_section .container .number_wrapper .wrapper .number_desc .desc {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .engineer_section .container .number_wrapper .wrapper .number_desc .desc {
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 1921px) {
  #media_partnership_acf .meetus_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .meetus_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .meetus_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .meetus_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .meetus_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .meetus_section {
  background-size: cover;
  background-repeat: no-repeat;
}
#media_partnership_acf .meetus_section h3 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .meetus_section h3 {
    font-size: 30px;
  }
}
#media_partnership_acf .meetus_section .desc {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .meetus_section .desc {
    font-size: 20px;
  }
}
#media_partnership_acf .meetus_section .people {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 50px;
}
#media_partnership_acf .meetus_section .people .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
#media_partnership_acf .meetus_section .people .wrapper .person_image {
  position: absolute;
  top: -44px;
  left: 6px;
}
#media_partnership_acf .meetus_section .people .wrapper .people_name {
  padding: 10px 20px;
  border-radius: 50px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#media_partnership_acf .meetus_section .people .wrapper .people_name a {
  color: #fff;
}
@media (min-width: 1921px) {
  #media_partnership_acf .connect_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .connect_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .connect_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .connect_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .connect_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .connect_section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .connect_section {
    flex-direction: column;
    gap: 20px;
  }
}
#media_partnership_acf .connect_section .desc_wrapper {
  max-width: 657px;
  width: 100%;
}
#media_partnership_acf .connect_section .desc_wrapper h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .connect_section .desc_wrapper h3 {
    font-size: 30px;
  }
}
#media_partnership_acf .connect_section .desc_wrapper p {
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .connect_section .desc_wrapper p {
    font-size: 20px;
  }
}
#media_partnership_acf .connect_section .desc_wrapper p strong {
  font-weight: 800;
}
#media_partnership_acf .connect_section .connect_img {
  border-radius: 50px;
  max-width: 700px;
  width: 100%;
}
@media (min-width: 1921px) {
  #media_partnership_acf .whywazdan_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .whywazdan_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .whywazdan_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .whywazdan_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .whywazdan_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .whywazdan_section h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .whywazdan_section h3 {
    font-size: 30px;
  }
}
#media_partnership_acf .whywazdan_section p {
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .whywazdan_section p {
    font-size: 20px;
  }
}
#media_partnership_acf .whywazdan_section .icons_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10%;
}
#media_partnership_acf .whywazdan_section .icons_wrapper .icon {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1024px) {
  #media_partnership_acf .whywazdan_section .icons_wrapper .icon {
    max-width: 200px;
  }
}
#media_partnership_acf .whywazdan_section .icons_wrapper .icon img {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 1024px) {
  #media_partnership_acf .whywazdan_section .icons_wrapper .icon img {
    max-width: 180px;
  }
}
#media_partnership_acf .whywazdan_section .icons_wrapper .icon .icon_description {
  color: #12102B;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1024px) {
  #media_partnership_acf .whywazdan_section .icons_wrapper .icon .icon_description {
    font-size: 20px;
  }
}
@media (min-width: 1921px) {
  #media_partnership_acf .game_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .game_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .game_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .game_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .game_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .game_section h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .game_section h3 {
    font-size: 30px;
  }
}
#media_partnership_acf .game_section p {
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 67px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .game_section p {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
#media_partnership_acf .game_section .game_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .game_section .game_wrapper {
    padding-bottom: 40px;
  }
}
#media_partnership_acf .game_section .game_wrapper .game {
  max-width: 390px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .game_section .game_wrapper .game {
    max-width: 340px;
  }
}
#media_partnership_acf .game_section .game_wrapper .game a img {
  border-radius: 20px;
}
#media_partnership_acf .game_section .discover_btn {
  display: flex;
  margin: auto;
  padding: 15px 30px;
  border-radius: 30px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: fit-content;
}
#media_partnership_acf .game_section .discover_btn:hover {
  text-decoration: none;
}
@media (min-width: 1921px) {
  #media_partnership_acf .experiences_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .experiences_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .experiences_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .experiences_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .experiences_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .experiences_section {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#media_partnership_acf .experiences_section .triangle_top_left {
  position: absolute;
  top: -50px;
  left: 0px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .experiences_section .triangle_top_left {
    display: none;
  }
}
#media_partnership_acf .experiences_section .triangle_bottom_left {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  #media_partnership_acf .experiences_section .triangle_bottom_left {
    display: none;
  }
}
#media_partnership_acf .experiences_section .triangle_right {
  position: absolute;
  bottom: 20px;
  right: 0;
}
@media (max-width: 1024px) {
  #media_partnership_acf .experiences_section .triangle_right {
    display: none;
  }
}
#media_partnership_acf .experiences_section h3 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .experiences_section h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
#media_partnership_acf .experiences_section .list h3 {
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #47FF60 18.98%, #2EFFE7 50%);
}
#media_partnership_acf .experiences_section .list p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding-bottom: 67px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .experiences_section .list p {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
#media_partnership_acf .news_section {
  background: #FAFAFA;
  position: relative;
}
@media (min-width: 1921px) {
  #media_partnership_acf .news_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .news_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .news_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .news_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .news_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .news_section .container .news-content h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .news-content h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
#media_partnership_acf .news_section .container .news-content p {
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 67px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .news-content p {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
#media_partnership_acf .news_section .container .newsletter .wpforms-container {
  margin: 0;
}
#media_partnership_acf .news_section .container .newsletter .wpforms-container .wpforms-field-container {
  width: 100%;
}
#media_partnership_acf .news_section .container .newsletter .wpforms-container .wpforms-field-container .wpforms-field {
  padding: 0;
}
#media_partnership_acf .news_section .container .newsletter .wpforms-submit-container {
  width: 0;
}
#media_partnership_acf .news_section .container .newsletter .reset {
  display: none;
}
#media_partnership_acf .news_section .container .newsletter .business-email {
  position: relative;
}
#media_partnership_acf .news_section .container .newsletter .business-email input {
  border: none;
  border-radius: 70px;
  text-align: center;
  height: 70px;
  padding: 12px 24px;
  width: 100%;
  background-color: #CCE4FF;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
#media_partnership_acf .news_section .container .newsletter .business-email input::placeholder {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .newsletter .business-email input::placeholder {
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .newsletter .business-email input {
    height: 45px;
    font-size: 16px;
  }
}
#media_partnership_acf .news_section .container .newsletter #newsletterButton2 {
  color: #fff;
  background: linear-gradient(270deg, #FF76FF -63.34%, #FF3D17 0.18%, #FF76FF 100.43%, #FF3D17 151.64%);
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 50px;
  height: 70px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .newsletter #newsletterButton2 {
    height: 45px;
    font-size: 16px;
  }
}
#media_partnership_acf .news_section .container .newsletter .agree-text {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership_acf .news_section .container .newsletter .agree-text a {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .newsletter .agree-text a {
    font-size: 12px;
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .newsletter .agree-text {
    font-size: 12px;
    line-height: normal;
  }
}
#media_partnership_acf .news_section .container .newsletter .subscribe-btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership_acf .news_section .container .newsletter .subscribe-btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership_acf .news_section .container .newsletter .subscribe-btn {
  width: fit-content;
  display: none;
}
#media_partnership_acf .news_section .container .newsletter .wpforms-error {
  padding: 10px;
}
#media_partnership_acf .news_section .container .btn-news {
  display: flex;
  justify-content: center;
}
#media_partnership_acf .news_section .container .btn-news a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership_acf .news_section .container .btn-news a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .btn-news a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #media_partnership_acf .news_section .container .btn-news a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #media_partnership_acf .news_section .container .btn-news a:focus {
    border: none;
  }
  #media_partnership_acf .news_section .container .btn-news a:focus-visible {
    border: none;
  }
}
#media_partnership_acf .news_section .container .news-wrapper {
  max-width: 1336px;
  width: 100%;
  margin: auto;
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .news-wrapper {
    margin-bottom: 45px;
  }
}
#media_partnership_acf .news_section .container .news-wrapper .news__item {
  margin: 15px 0;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news {
  position: relative;
  width: 385px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fff;
  transition: transform 0.3s;
}
@media (max-width: 1400px) {
  #media_partnership_acf .news_section .container .news-wrapper .news__item .news {
    max-width: 400px;
  }
}
@media (max-width: 1290px) {
  #media_partnership_acf .news_section .container .news-wrapper .news__item .news {
    max-width: 370px;
  }
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .news-wrapper .news__item .news {
    padding: 30px;
    min-height: 380px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .news_section .container .news-wrapper .news__item .news {
    width: auto;
    max-width: 422px;
  }
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-title {
  margin-bottom: 12px;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-title a {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-title a {
  color: #191919;
  padding: 15px 0px;
  pointer-events: none;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-category-wrapper {
  position: absolute;
  top: 34px;
  max-height: 40px;
  right: -2px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  border-radius: 8px 0px 0px 8px;
  background: #CCE4FF;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-category-wrapper p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-category-wrapper .img__wrapper {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-category-wrapper .img__wrapper img {
  height: 100%;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #3B3B3B;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-category-wrapper a.news-category-name:hover {
  text-decoration: none;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .description-wrapper .news-description p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .description-wrapper a {
  font-size: 20px;
  line-height: 26px;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .description-wrapper .news-btn {
  display: flex;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .description-wrapper .news-btn a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: var(--Red, linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news:hover {
  cursor: pointer;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: transform 0.3s ease-in-out;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news:hover .news-btn {
  text-decoration: none;
}
@media (min-width: 1921px) {
  #media_partnership_acf .form_gaining_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .form_gaining_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .form_gaining_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .form_gaining_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .form_gaining_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .form_gaining_section .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .form_gaining_section .container {
    gap: 10px;
    justify-content: center;
  }
}
#media_partnership_acf .form_gaining_section .container .form_wrapper {
  max-width: 470px;
  width: 100%;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .form_gaining_section .container .form_wrapper h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
#media_partnership_acf .form_gaining_section .container .form_wrapper p {
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .form_gaining_section .container .form_wrapper p {
    font-size: 20px;
  }
}
#media_partnership_acf .form_gaining_section .container .form_wrapper form .wpforms-field-container input {
  border: none;
  border-radius: 20px;
  height: 70px;
  padding: 12px 24px;
  width: 100%;
  background-color: #CCE4FF;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper form .wpforms-field-container input::placeholder {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper form .wpforms-field-container textarea {
  border: none;
  border-radius: 20px;
  padding: 12px 24px;
  width: 100%;
  background-color: #CCE4FF;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper form .wpforms-field-container textarea::placeholder {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper form .wpforms-field-container .wpforms-error {
  color: #12102B;
  padding-top: 10px;
  text-align: center;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper form .wpforms-submit {
  display: none;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper .agree_text_newsletter {
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper .agree_text_newsletter a {
  color: #000;
  text-decoration: underline;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper button#requestButton {
  display: flex;
  border-radius: 50px;
  border: none;
  background: #12102B;
  color: #fff;
  padding: 15px 25px;
  margin: auto;
  margin-bottom: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper #requestFormApiErros {
  display: flex;
  flex-wrap: wrap;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper #requestFormApiErros p {
  color: #000;
  font-size: 14px;
  line-height: 17px;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper .sending {
  opacity: 0.7;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper .hide {
  display: none;
}
#media_partnership_acf .form_gaining_section .container img {
  max-width: 700px;
  max-height: 700px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  #media_partnership_acf .form_gaining_section .container img {
    max-width: 460px;
  }
}

@media (min-width: 1921px) {
  .sbc_barcelona_main_section .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section .header_section {
    padding: 60px 28px;
  }
}
.sbc_barcelona_main_section .header_section {
  padding-bottom: 0 !important;
  margin-top: 86px;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  background: url("https://wazdan.com/wp-content/uploads/header_bcg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_section {
    flex-direction: column;
    background-size: contain;
    background-position: top;
    padding: 25% 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .header_section {
    margin-top: 60px;
    padding: 25% 28px;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper {
  padding: 4%;
  flex: 3;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper {
    padding: 0;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1145px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content {
    flex: auto;
    gap: 10px;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content .umbrella_mobile {
  display: none;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content .umbrella_mobile {
    display: block;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h1 {
  font-weight: 800;
  font-size: 46px;
  line-height: 119.6%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h1 span {
    padding-right: 150px;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h1 .jackpot_rain_logo {
  max-height: 80px;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h1 .jackpot_rain_logo {
    max-height: 70px;
    margin-top: 0px;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h2 .red {
  color: #E23535;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h2 {
    font-size: 30px;
    line-height: 36px;
    padding: 30px 0;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content p {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 968px;
}
.sbc_barcelona_main_section .header_second_section {
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section {
    padding-bottom: 30px;
  }
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section .mystery_box_wrapper {
    padding: 30px;
    flex-direction: column;
  }
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .line {
  height: 4px;
  background-color: #D60000;
  width: 70%;
  position: absolute;
  top: 40px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .line {
    display: none;
  }
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .line_second {
  height: 4px;
  background-color: #D60000;
  width: 70%;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .line_second {
    display: none;
  }
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .line_second .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .line_second .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .mystery_box_img {
  max-width: 360px;
  z-index: 1;
  padding-left: 5%;
}
@media only screen and (max-width: 1450px) {
  .sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .mystery_box_img {
    max-width: 260px;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .mystery_box_img {
    display: none;
  }
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper p {
  color: #000;
  text-align: right;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  z-index: 1;
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper p .underline {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section .mystery_box_wrapper p {
    text-align: left;
  }
}
.sbc_barcelona_main_section .header_second_section .umbrella_wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}
.sbc_barcelona_main_section .header_second_section .umbrella_wrapper img {
  position: absolute;
  bottom: 10%;
  right: 2%;
}
@media only screen and (max-width: 1450px) {
  .sbc_barcelona_main_section .header_second_section .umbrella_wrapper img {
    max-width: 30%;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section .header_second_section .umbrella_wrapper img {
    max-width: 35%;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .header_second_section .umbrella_wrapper img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section .umbrella_wrapper img {
    display: block;
    position: static;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .header_second_section .umbrella_wrapper img {
    display: none;
  }
}
.sbc_barcelona_main_section .form_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sbc_barcelona_main_section .form_section .form_text {
  flex: 1;
  width: 100%;
  padding: 5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .form_section .form_text {
    flex: unset;
    padding: 30px;
  }
}
.sbc_barcelona_main_section .form_section .form_text .bold {
  font-weight: 700;
}
.sbc_barcelona_main_section .form_section .form_text .italic {
  font-style: italic;
  font-weight: 700;
}
.sbc_barcelona_main_section .form_section .form_text .red {
  color: #E23535;
  font-weight: 700;
}
.sbc_barcelona_main_section .form_section .form_text h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .form_section .form_text h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sbc_barcelona_main_section .form_section .form_text h4 {
  color: #FF3D17;
  padding-bottom: 20px;
}
.sbc_barcelona_main_section .form_section .form_text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}
.sbc_barcelona_main_section .form_section .form_text .bold {
  font-weight: 700;
  padding-top: 20px;
}
.sbc_barcelona_main_section .form_section .form_text .italic {
  font-style: italic;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona {
  flex: 1;
  background: #EEEEEE;
  box-shadow: -2px 0px 14px rgba(0, 0, 0, 0.25);
  border-radius: 72px 0 0 72px;
  padding: 3% 5%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona {
    margin: 15px;
    border-radius: 30px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-page-indicator {
  display: none;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .accept_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .accept_txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
    display: block;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field.instant_integration {
  display: block;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .wpforms-field {
  display: block;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour > label {
  padding-bottom: 20px;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day label {
  padding-bottom: 20px;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
  padding-right: 20px !important;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
  border-right: 1px solid #000 !important;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
    border: none !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:nth-child(4) {
  border-right: none !important;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li input {
  display: none;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
    padding: 7px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul .wpforms-selected label {
  background-color: #191919;
  color: #ffffff;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
  padding-right: 20px !important;
  border-right: 1px solid #e23535 !important;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
    padding-right: 0px !important;
    border-right: none !important;
    margin-right: 0px !important;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li:nth-child(4n) {
  border-right: none !important;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container {
    padding-bottom: 0px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label, .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label-inline {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit {
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .next_button {
  padding-top: 30px;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .next_button button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .next_button button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .instant_integration ul li input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li {
    padding-right: 0px !important;
    border-right: none !important;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li input {
  display: none;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:active {
  border-color: #C43131;
  background-color: #C43131;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
    padding: 7px 17px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
  background-color: #E23535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
    padding: 7px 17px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona #barcelonaButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona #barcelonaButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona #barcelonaButton {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
  display: none;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .sending {
  opacity: 0.7;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona #formApiErros {
  display: flex;
  flex-wrap: wrap;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona #formApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section .leaderboard_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section .leaderboard_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .leaderboard_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .leaderboard_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section .leaderboard_section {
    padding: 60px 28px;
  }
}
.sbc_barcelona_main_section .leaderboard_section {
  padding-bottom: 0 !important;
  max-width: 80vw;
  margin: auto;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .leaderboard_section {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sbc_barcelona_main_section .leaderboard_section #nav-tabContent {
  max-height: 600px;
  overflow-y: scroll;
}
.sbc_barcelona_main_section .leaderboard_section .nav {
  justify-content: center;
  background: #000;
  gap: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
}
.sbc_barcelona_main_section .leaderboard_section .nav a {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
  border-radius: 20px 20px 0 0;
  border: 2px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .sbc_barcelona_main_section .leaderboard_section .nav a {
    padding: 10px 25px;
    width: 100%;
    height: 100%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1924px) {
  .sbc_barcelona_main_section .leaderboard_section .nav a {
    font-size: 2rem;
    padding: 30px 50px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .leaderboard_section .nav a {
    width: 140px;
  }
}
.sbc_barcelona_main_section .leaderboard_section .nav a.active {
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.sbc_barcelona_main_section .leaderboard_section .nav .active {
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.sbc_barcelona_main_section .leaderboard_section .image_wrapper {
  background: rgb(25, 25, 25);
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.sbc_barcelona_main_section .leaderboard_section .image_wrapper img {
  width: 600px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .leaderboard_section .image_wrapper {
    width: 100%;
  }
}
.sbc_barcelona_main_section .leaderboard_section .table {
  background-color: #000;
  border-radius: 0 0 20px 20px;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .leaderboard_section .table {
    font-size: 16px;
  }
}
.sbc_barcelona_main_section .leaderboard_section .table thead th {
  color: #fff;
}
.sbc_barcelona_main_section .leaderboard_section .table button.replayBtn {
  color: #fff;
  background-color: transparent;
  border: none;
}
.sbc_barcelona_main_section .leaderboard_section .table button.replayBtn svg {
  height: 40px;
}
.sbc_barcelona_main_section .leaderboard_section #modalReplaySbc button.close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  filter: invert(1);
  z-index: 9;
  font-size: 35px;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section .movie_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section .movie_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .movie_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .movie_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section .movie_section {
    padding: 60px 28px;
  }
}
.sbc_barcelona_main_section .movie_section {
  padding-bottom: 0 !important;
  max-width: 80vw;
  margin: auto;
}
.sbc_barcelona_main_section .movie_section .video_container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.sbc_barcelona_main_section .movie_section .video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section .schedule_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section .schedule_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .schedule_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .schedule_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section .schedule_section {
    padding: 60px 28px;
  }
}
.sbc_barcelona_main_section .schedule_section {
  padding-bottom: 0 !important;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper {
  padding: 7%;
  position: relative;
  border-left: 4px solid #e23535;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .line {
  height: 4px;
  background-color: #D60000;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .line .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .line .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .line_second {
  height: 4px;
  background-color: #D60000;
  width: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .line_second .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .line_second .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
  z-index: 1;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper h3 {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .schedule_section .schedule_wrapper h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper h3 {
  color: #191919;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper p {
  color: #000;
  font-size: 28px;
  font-weight: 400;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .steps .step {
  display: flex;
  gap: 75px;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .schedule_section .schedule_wrapper .steps .step {
    flex-direction: column;
  }
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .steps .step .content h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .schedule_section .schedule_wrapper .steps .step .content h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .steps .step .content h4 {
  color: #FF3D17;
  font-size: 33px;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .steps .step .content p {
  font-size: 28px;
  font-weight: 400;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section .find_out {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section .find_out {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .find_out {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .find_out {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section .find_out {
    padding: 60px 28px;
  }
}
.sbc_barcelona_main_section .find_out {
  position: relative;
  background: url("https://wazdan.com/wp-content/uploads/image-iphone.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1450px) {
  .sbc_barcelona_main_section .find_out {
    background-position: bottom right -150px;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .find_out {
    background: none;
  }
}
.sbc_barcelona_main_section .find_out .line {
  height: 4px;
  background-color: #D60000;
  width: 85%;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .find_out .line {
    display: none;
  }
}
.sbc_barcelona_main_section .find_out .line .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section .find_out .line .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  left: -20px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sbc_barcelona_main_section .find_out .content_wrapper {
  max-width: 1000px;
  background-color: rgba(255, 255, 255, 0.7607843137);
}
@media only screen and (max-width: 1450px) {
  .sbc_barcelona_main_section .find_out .content_wrapper {
    max-width: 850px;
  }
}
.sbc_barcelona_main_section .find_out .content_wrapper h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .find_out .content_wrapper h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sbc_barcelona_main_section .find_out .content_wrapper h4 {
  color: #191919;
}
.sbc_barcelona_main_section .find_out .content_wrapper img {
  padding: 25px 0;
}
.sbc_barcelona_main_section .find_out .content_wrapper .bold {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}
.sbc_barcelona_main_section .find_out .content_wrapper p {
  color: #000;
  font-size: 28px;
  font-weight: 400;
}
.sbc_barcelona_main_section .contact_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .contact_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.sbc_barcelona_main_section .contact_section h2 {
  color: #191919;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 100px;
}
.sbc_barcelona_main_section .contact_section h2 .red {
  color: #E23535;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper {
  max-width: 1450px;
  margin: auto;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members {
  padding-bottom: 100px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .contact_section .contact__wrapper .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
  }
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member {
  width: 300px;
  text-align: center;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image {
  position: relative;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #E23535;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #FF3D17;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
    width: 48px;
    height: 48px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
  cursor: pointer;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin svg {
  width: 24px;
  fill: white;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .phone {
  position: absolute;
  bottom: 20px;
  right: 118px;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .phone img {
  width: 43px;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .mail {
  position: absolute;
  bottom: 20px;
  right: 70px;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .mail img {
  width: 43px;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image img.person__image {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__name {
  margin-top: 30px;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__name p {
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}

@media (min-width: 1921px) {
  .sbc_barcelona_main_section_end .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section_end .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section_end .header_section {
    padding: 60px 28px;
  }
}
.sbc_barcelona_main_section_end .header_section {
  padding-bottom: 0 !important;
  margin-top: 86px;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  background: url("https://wazdan.com/wp-content/uploads/header_bcg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_section {
    flex-direction: column;
    background-size: contain;
    background-position: top;
    padding: 25% 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .header_section {
    margin-top: 60px;
    padding: 25% 28px;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper {
  padding: 4%;
  flex: 3;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_section .hero_content_wrapper {
    padding: 0;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1145px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content {
    flex: auto;
    gap: 10px;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content .umbrella_mobile {
  display: none;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content .umbrella_mobile {
    display: block;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h1 {
  font-weight: 800;
  font-size: 46px;
  line-height: 119.6%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h1 .red {
  color: #E23535;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h1 span {
    padding-right: 150px;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h2 .red {
  color: #E23535;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h2 {
    font-size: 30px;
    line-height: 36px;
    padding: 30px 0;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content p {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 968px;
}
.sbc_barcelona_main_section_end .header_section .umbrella_wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}
.sbc_barcelona_main_section_end .header_section .umbrella_wrapper img {
  position: absolute;
  bottom: 0;
  right: 2%;
}
@media only screen and (max-width: 1450px) {
  .sbc_barcelona_main_section_end .header_section .umbrella_wrapper img {
    max-width: 30%;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section_end .header_section .umbrella_wrapper img {
    max-width: 35%;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .header_section .umbrella_wrapper img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_section .umbrella_wrapper img {
    display: block;
    position: static;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .header_section .umbrella_wrapper img {
    display: none;
  }
}
.sbc_barcelona_main_section_end .header_second_section {
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_second_section {
    padding-bottom: 30px;
  }
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper {
    padding: 30px;
    flex-direction: column;
  }
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .line {
  height: 4px;
  background-color: #D60000;
  width: 70%;
  position: absolute;
  top: 40px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .line {
    display: none;
  }
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .line_second {
  height: 4px;
  background-color: #D60000;
  width: 70%;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .line_second {
    display: none;
  }
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .line_second .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .line_second .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .mystery_box_img {
  max-width: 360px;
  z-index: 1;
  padding-left: 5%;
}
@media only screen and (max-width: 1450px) {
  .sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .mystery_box_img {
    max-width: 260px;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .mystery_box_img {
    display: none;
  }
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper p {
  color: #000;
  text-align: right;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  z-index: 1;
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper p .underline {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper p {
    text-align: left;
  }
}
.sbc_barcelona_main_section_end .form_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sbc_barcelona_main_section_end .form_section .form_text {
  flex: 1;
  width: 100%;
  padding: 5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .form_section .form_text {
    flex: unset;
    padding: 30px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_text .bold {
  font-weight: 700;
}
.sbc_barcelona_main_section_end .form_section .form_text .italic {
  font-style: italic;
  font-weight: 700;
}
.sbc_barcelona_main_section_end .form_section .form_text .red {
  color: #E23535;
  font-weight: 700;
}
.sbc_barcelona_main_section_end .form_section .form_text h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .form_section .form_text h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_text h4 {
  color: #FF3D17;
  padding-bottom: 20px;
}
.sbc_barcelona_main_section_end .form_section .form_text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}
.sbc_barcelona_main_section_end .form_section .form_text .bold {
  font-weight: 700;
  padding-top: 20px;
}
.sbc_barcelona_main_section_end .form_section .form_text .italic {
  font-style: italic;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona {
  flex: 1;
  background: #EEEEEE;
  box-shadow: -2px 0px 14px rgba(0, 0, 0, 0.25);
  border-radius: 72px 0 0 72px;
  padding: 3% 5%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona {
    margin: 15px;
    border-radius: 30px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-page-indicator {
  display: none;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .accept_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .accept_txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
    display: block;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field.instant_integration {
  display: block;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .wpforms-field {
  display: block;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour > label {
  padding-bottom: 20px;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day label {
  padding-bottom: 20px;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
  padding-right: 20px !important;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
  border-right: 1px solid #000 !important;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
    border: none !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:nth-child(4) {
  border-right: none !important;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li input {
  display: none;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
    padding: 7px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul .wpforms-selected label {
  background-color: #191919;
  color: #ffffff;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
  padding-right: 20px !important;
  border-right: 1px solid #e23535 !important;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
    padding-right: 0px !important;
    border-right: none !important;
    margin-right: 0px !important;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li:nth-child(4n) {
  border-right: none !important;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container {
    padding-bottom: 0px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label, .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label-inline {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit {
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .next_button {
  padding-top: 30px;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .next_button button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .next_button button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .instant_integration ul li input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li {
    padding-right: 0px !important;
    border-right: none !important;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li input {
  display: none;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:active {
  border-color: #C43131;
  background-color: #C43131;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
    padding: 7px 17px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
  background-color: #E23535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
    padding: 7px 17px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona #barcelonaButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona #barcelonaButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona #barcelonaButton {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
  display: none;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .sending {
  opacity: 0.7;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona #formApiErros {
  display: flex;
  flex-wrap: wrap;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona #formApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section_end .leaderboard_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section_end .leaderboard_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .leaderboard_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .leaderboard_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section_end .leaderboard_section {
    padding: 60px 28px;
  }
}
.sbc_barcelona_main_section_end .leaderboard_section {
  padding-bottom: 0 !important;
  max-width: 80vw;
  margin: auto;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .leaderboard_section {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sbc_barcelona_main_section_end .leaderboard_section #nav-tabContent {
  max-height: 600px;
  overflow-y: scroll;
}
.sbc_barcelona_main_section_end .leaderboard_section .nav {
  justify-content: center;
  background: #000;
  gap: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
}
.sbc_barcelona_main_section_end .leaderboard_section .nav a {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
  border-radius: 20px 20px 0 0;
  border: 2px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .sbc_barcelona_main_section_end .leaderboard_section .nav a {
    padding: 10px 25px;
    width: 100%;
    height: 100%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1924px) {
  .sbc_barcelona_main_section_end .leaderboard_section .nav a {
    font-size: 2rem;
    padding: 30px 50px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .leaderboard_section .nav a {
    width: 140px;
  }
}
.sbc_barcelona_main_section_end .leaderboard_section .nav a.active {
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.sbc_barcelona_main_section_end .leaderboard_section .nav .active {
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.sbc_barcelona_main_section_end .leaderboard_section .image_wrapper {
  background: rgb(25, 25, 25);
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.sbc_barcelona_main_section_end .leaderboard_section .image_wrapper img {
  width: 600px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .leaderboard_section .image_wrapper {
    width: 100%;
  }
}
.sbc_barcelona_main_section_end .leaderboard_section .table {
  background-color: #000;
  border-radius: 0 0 20px 20px;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .leaderboard_section .table {
    font-size: 16px;
  }
}
.sbc_barcelona_main_section_end .leaderboard_section .table thead th {
  color: #fff;
}
.sbc_barcelona_main_section_end .leaderboard_section .table button.replayBtn {
  color: #fff;
  background-color: transparent;
  border: none;
}
.sbc_barcelona_main_section_end .leaderboard_section .table button.replayBtn svg {
  height: 40px;
}
.sbc_barcelona_main_section_end .leaderboard_section #modalReplaySbc button.close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  filter: invert(1);
  z-index: 9;
  font-size: 35px;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section_end .schedule_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section_end .schedule_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .schedule_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .schedule_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section_end .schedule_section {
    padding: 60px 28px;
  }
}
.sbc_barcelona_main_section_end .schedule_section {
  padding-bottom: 0 !important;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper {
  padding: 7%;
  position: relative;
  border-left: 4px solid #e23535;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .movie_section {
  max-width: 80vw;
  margin: auto;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .movie_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .movie_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .movie_section h2 {
  color: #191919;
  text-align: center;
  padding-bottom: 100px;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .movie_section h2 .red {
  color: #E23535;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .movie_section .video_container {
  position: relative;
  width: 100%;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .movie_section .video_container video {
  width: 100%;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .line {
  height: 4px;
  background-color: #D60000;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .line .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .line .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .line_second {
  height: 4px;
  background-color: #D60000;
  width: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .line_second .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .line_second .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
  z-index: 1;
}
.sbc_barcelona_main_section_end .contact_section {
  padding-bottom: 100px;
}
.sbc_barcelona_main_section_end .contact_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .contact_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.sbc_barcelona_main_section_end .contact_section h2 {
  color: #191919;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 100px;
}
.sbc_barcelona_main_section_end .contact_section h2 .red {
  color: #E23535;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg-container.bwg-border-box {
  gap: 24px;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg-container.bwg-border-box .bwg-item {
  position: relative;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg-container.bwg-border-box .bwg-item .plus {
  position: absolute;
  bottom: 0%;
  right: 0%;
  font-size: 30px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) scale(1);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 1;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  animation: scaleAnimation linear 1s;
  z-index: 999;
}
@keyframes scaleAnimation {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg-container.bwg-border-box .bwg-item .bwg-item0 {
  border-radius: 30px !important;
  overflow: hidden;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg-container.bwg-border-box .bwg-item .bwg-item0 img {
  object-fit: cover;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg_nav_cont_0 #bwg_load_0 {
  margin-top: 56px !important;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg_nav_cont_0 #bwg_load_0 .bwg-a.bwg_load_btn {
  background: #FAFAFA !important;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15) !important;
  border-radius: 5px !important;
  border: 1px solid #FAFAFA !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #E23535 !important;
  padding: 12px 24px !important;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg_nav_cont_0 #bwg_load_0 .bwg-a.bwg_load_btn:hover {
  border: 1px solid #E23535;
}

.sbc_barcelona_registration_form .form_section {
  margin-top: 86px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 5%;
  align-content: center;
  align-items: center;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona {
  flex: 1;
  background: #EEEEEE;
  box-shadow: -2px 0px 14px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 3% 5%;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
@media (max-width: 1024px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona {
    margin: 15px;
    border-radius: 30px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-page-indicator {
  display: none;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .accept_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .accept_txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
    display: block;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field.instant_integration {
  display: block;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .wpforms-field {
  display: block;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour > label {
  padding-bottom: 20px;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day label {
  padding-bottom: 20px;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
  padding-right: 20px !important;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
  border-right: 1px solid #000 !important;
}
@media (max-width: 1024px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
    border: none !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:nth-child(4) {
  border-right: none !important;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li input {
  display: none;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
    padding: 7px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul .wpforms-selected label {
  background-color: #191919;
  color: #ffffff;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
  padding-right: 20px !important;
  border-right: 1px solid #e23535 !important;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
    padding-right: 0px !important;
    border-right: none !important;
    margin-right: 0px !important;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li:nth-child(4n) {
  border-right: none !important;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container {
    padding-bottom: 0px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label, .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label-inline {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit {
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .next_button {
  padding-top: 30px;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .next_button button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .next_button button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .instant_integration ul li input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li {
    padding-right: 0px !important;
    border-right: none !important;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li input {
  display: none;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:active {
  border-color: #C43131;
  background-color: #C43131;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
    padding: 7px 17px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
  background-color: #E23535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
    padding: 7px 17px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona #barcelonaButtonForm {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona #barcelonaButtonForm:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona #barcelonaButtonForm {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .sending {
  opacity: 0.7;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona #formApiErros {
  display: flex;
  flex-wrap: wrap;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona #formApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}

.container-wazdan-tournament-trip ::selection {
  color: #E23535;
  background: transparent;
}
.container-wazdan-tournament-trip .background {
  background: url(./../images/lp-tournament/wazdan_lets_play_a_game_background.jpg) no-repeat;
  background-size: cover;
}
.container-wazdan-tournament-trip .section {
  min-height: 100vh;
  position: relative;
}
.container-wazdan-tournament-trip .section .slide > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  animation: slide 45s infinite;
  opacity: 0;
  overflow: hidden;
  background-repeat: repeat;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(2) {
  animation-delay: 5s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(3) {
  animation-delay: 10s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(4) {
  animation-delay: 15s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(5) {
  animation-delay: 20s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(6) {
  animation-delay: 25s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(7) {
  animation-delay: 30s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(8) {
  animation-delay: 35s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(9) {
  animation-delay: 40s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(10) {
  animation-delay: 45s;
}
@keyframes slide {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
.container-wazdan-tournament-trip .section .container .row {
  width: 100%;
  justify-content: center;
}
.container-wazdan-tournament-trip .section .container {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5% 0;
}
@media (max-width: 1024px) {
  .container-wazdan-tournament-trip .section .container {
    padding-top: 100px;
  }
}
.container-wazdan-tournament-trip .section .container .red-txt {
  color: #E23535;
}
.container-wazdan-tournament-trip .section .container .user-data {
  margin: 2rem 0;
  text-align: center;
  color: #fff;
}
.container-wazdan-tournament-trip .section .container .user-data h3 {
  color: #fff;
  font-size: 2rem;
}
.container-wazdan-tournament-trip .section .container .user-data h4 {
  color: #fff;
  font-weight: 800;
}
.container-wazdan-tournament-trip .section .container .user-data .results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
  column-gap: 3rem;
  justify-content: center;
}
.container-wazdan-tournament-trip .section .container .user-data .results p {
  color: #fff;
}
.container-wazdan-tournament-trip .section .container .user-data .results .bets-now {
  justify-self: end;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .user-data .results .bets-now {
    justify-self: center;
  }
}
.container-wazdan-tournament-trip .section .container .user-data .results .bets-target {
  justify-self: start;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .user-data .results .bets-target {
    justify-self: center;
  }
}
.container-wazdan-tournament-trip .section .container .user-data .results .box {
  background-color: rgba(0, 0, 0, 0.5019607843);
  min-width: 200px;
  border: 1px solid #766976;
  border-radius: 10px;
  margin: 20px 0;
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container {
  padding: 0;
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown {
  display: flex;
  justify-content: space-between;
  margin: 2% auto 5% auto;
  width: 60%;
  min-width: 800px;
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container {
  position: relative;
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container svg {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container svg {
    top: inherit;
    left: inherit;
  }
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container .label {
  position: absolute;
  width: 100px;
  height: 65px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  text-align: center;
  display: flex;
  flex-direction: column;
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container .label span:first-of-type {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container .label span:nth-of-type(2) {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .container-wazdan-tournament-trip .section .container .user-data .counter .countdown {
    flex-direction: column;
    align-items: center;
    height: 900px;
    width: auto;
    min-width: auto;
  }
}
.container-wazdan-tournament-trip .section .container .user-data #counter {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 5rem;
}
.container-wazdan-tournament-trip .section .container .user-data .update-info {
  text-transform: uppercase;
  color: #fff;
}
.container-wazdan-tournament-trip .section .container h4.user-data {
  font-weight: 600;
}
.container-wazdan-tournament-trip .section .container #progress {
  margin: 1.5rem auto;
  width: 50%;
  background-color: transparent;
  padding: 5px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container #progress {
    width: 100%;
  }
}
.container-wazdan-tournament-trip .section .container #progress .progress-box {
  border: 1px solid #a8a2a8;
  padding: 5px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  overflow-x: hidden;
}
.container-wazdan-tournament-trip .section .container #myBar {
  background-color: #E23535;
  width: 0%;
  border-radius: 35px;
  max-width: 100%;
  color: #fff;
}
.container-wazdan-tournament-trip .section .container p#myBar {
  margin: 0;
}
.container-wazdan-tournament-trip .section .container .hero-content {
  text-align: center;
  margin-bottom: 5rem;
  padding: 20px;
}
.container-wazdan-tournament-trip .section .container .hero-content h1.title {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .hero-content h1.title {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
.container-wazdan-tournament-trip .section .container .hero-content .img-join {
  max-width: 60%;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .hero-content .img-join {
    max-width: 100%;
  }
}
.container-wazdan-tournament-trip .section .container .hero-content {
  animation: title 3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: 1s;
}
@-webkit-keyframes title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container-wazdan-tournament-trip .section .container .hero-content img {
  width: 100%;
}
.container-wazdan-tournament-trip .section .container .hero-content .img-lets-play {
  animation: img-lets-play 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
.container-wazdan-tournament-trip .section .container .hero-content .img-lets-play-mobile {
  display: none !important;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .hero-content .img-lets-play-mobile {
    display: block !important;
  }
  .container-wazdan-tournament-trip .section .container .hero-content .img-lets-play {
    display: none !important;
  }
}
@-webkit-keyframes img-lets-play {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes img-lets-play {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.container-wazdan-tournament-trip .section .container .arrows {
  position: absolute;
  bottom: 10%;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .arrows {
    bottom: 2%;
  }
}
.container-wazdan-tournament-trip .section .container .arrow i {
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  animation: fa-chevron-down 2s infinite;
}
@keyframes fa-chevron-down {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.container-wazdan-tournament-trip .section .container .details {
  list-style: none;
}
.container-wazdan-tournament-trip .section .container .details i {
  padding-right: 15px;
  font-size: 3rem;
  vertical-align: middle;
  color: #E23535;
  line-height: 1.3rem;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .details {
    padding: 0;
  }
  .container-wazdan-tournament-trip .section .container .details i {
    font-size: 2rem;
  }
}
.container-wazdan-tournament-trip .section .container h2 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  padding: 1.5rem 0;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container h2 {
    font-size: 1.5rem;
  }
}
.container-wazdan-tournament-trip .section .container h3 {
  color: #fff;
  font-size: 2rem;
}
.container-wazdan-tournament-trip .section .container .text {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.container-wazdan-tournament-trip .section .container .info {
  font-size: 14px;
}
.container-wazdan-tournament-trip #second-section .slide > div {
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  animation: slide 45s infinite;
  opacity: 0;
  overflow: hidden;
  background-repeat: repeat-y;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(2) {
  animation-delay: 5s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(3) {
  animation-delay: 10s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(4) {
  animation-delay: 15s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(5) {
  animation-delay: 20s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(6) {
  animation-delay: 25s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(7) {
  animation-delay: 30s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(8) {
  animation-delay: 35s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(9) {
  animation-delay: 40s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(10) {
  animation-delay: 45s;
}
@keyframes slide {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
.container-wazdan-tournament-trip #second-section .container .row {
  width: 100%;
  justify-content: center;
}
.container-wazdan-tournament-trip #second-section .winner-wrapper-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 5% 0;
}
.container-wazdan-tournament-trip #second-section .winner-wrapper-gallery .gallery-img {
  height: 200px;
  border-radius: 5px;
}
.container-wazdan-tournament-trip #second-section h2 {
  padding: 0.5rem;
  margin-bottom: 2px;
  font-size: 2.5rem;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip #second-section {
    height: 100%;
  }
}

.container-wazdan-tournament ::selection {
  color: #E23535;
  background: transparent;
}
.container-wazdan-tournament .background {
  background-image: url("../images/lp-tournament/wazdan_lets_play_a_game_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.container-wazdan-tournament .section {
  height: 100vh;
  position: relative;
}
.container-wazdan-tournament .section .container .row {
  width: 100%;
  justify-content: center;
}
.container-wazdan-tournament .section .container {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.container-wazdan-tournament .section .container .hero-content h1.title {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament .section .container .hero-content h1.title {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
.container-wazdan-tournament .section .container .hero-content h1.title {
  animation: title 3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: 1s;
}
@-webkit-keyframes title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container-wazdan-tournament .section .container .hero-content img {
  width: 100%;
}
.container-wazdan-tournament .section .container .hero-content .img-lets-play {
  animation: img-lets-play 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
.container-wazdan-tournament .section .container .hero-content .img-lets-play-mobile {
  display: none !important;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament .section .container .hero-content .img-lets-play-mobile {
    display: block !important;
  }
  .container-wazdan-tournament .section .container .hero-content .img-lets-play {
    display: none !important;
  }
}
@-webkit-keyframes img-lets-play {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes img-lets-play {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.container-wazdan-tournament .section .container .arrows {
  position: absolute;
  bottom: 90px;
}
.container-wazdan-tournament .section .container .arrow i {
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  animation: fa-chevron-down 2s infinite;
}
@keyframes fa-chevron-down {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.container-wazdan-tournament .section .container .details {
  list-style: none;
}
.container-wazdan-tournament .section .container .details i {
  padding-right: 15px;
  font-size: 3rem;
  vertical-align: middle;
  color: #E23535;
  line-height: 1.3rem;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament .section .container .details {
    padding: 0;
  }
  .container-wazdan-tournament .section .container .details i {
    font-size: 2rem;
  }
}
.container-wazdan-tournament .section .container h2 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 2.5rem;
  padding: 1.5rem 0;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament .section .container h2 {
    font-size: 1.5rem;
  }
}
.container-wazdan-tournament .section .container .text {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.container-wazdan-tournament .section .container .info {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament #second-section {
    height: 100%;
    padding: 5% 0;
  }
}

.site-sbc-summit-latinoamerica-2023 .globalAward {
  display: none;
}

@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .header_section {
    padding: 60px 28px;
  }
}
.sbc_latinoamerica_main_section .header_section {
  padding-bottom: 0 !important;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  background: url("https://wazdan.com/wp-content/uploads/header-background.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .header_section {
    flex-direction: column;
    background-size: contain;
    background-position: top;
    padding: 25% 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .header_section {
    margin-top: 60px;
    padding: 25% 28px;
  }
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper {
  padding-top: 10%;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .header_section .hero_content_wrapper {
    padding: 0;
  }
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 1140px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content {
    flex: auto;
    gap: 10px;
  }
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content iframe {
  width: 100%;
  height: 645px;
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content iframe {
    height: 300px;
  }
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content .client_logo {
  max-width: 360px;
  width: 100%;
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content h1 {
  color: #E23535;
  text-align: center;
  font-family: Melted Monster;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content h3 {
  color: #000;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 51.5px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content h3 {
    font-size: 30px;
    line-height: 36px;
    padding: 30px 0;
  }
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content video {
  max-width: 100%;
}
@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .meeting_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .meeting_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .meeting_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .meeting_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .meeting_section {
    padding: 60px 28px;
  }
}
.sbc_latinoamerica_main_section .meeting_section {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sbc_latinoamerica_main_section .meeting_section h2 {
  color: #000;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
  padding-bottom: 50px;
  text-align: center;
}
.sbc_latinoamerica_main_section .meeting_section h2 .red {
  color: #E23535;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section .meeting_section .ico_image {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .meeting_section .ico_image {
    display: none;
  }
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .meeting_section .content_wrapper {
    flex-direction: column;
  }
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .description_wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .description_wrapper p {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 30px;
  line-height: 1.2em;
  margin: 0;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .description_wrapper .red {
  color: #E23535;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper {
  flex: 1;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form {
  padding: 50px;
  background-color: #272727;
  margin-top: -17px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form {
    margin-top: -6px;
  }
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .latinoamerica_form .wpforms-field-label {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .latinoamerica_form .policy {
  color: #AFAFAF;
  font-size: 20px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .latinoamerica_form div.wpforms-container-full {
  margin: 0;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .latinoamerica_form .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .latinoamerica_form .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .latinoamerica_form .wpforms-submit {
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form #latinoamericaButton, .sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form #latinoamericaButtonEs {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form #latinoamericaButton:hover, .sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form #latinoamericaButtonEs:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form #latinoamericaButton, .sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form #latinoamericaButtonEs {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
  display: grid;
  grid-template-columns: 180px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
    display: block;
  }
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field-html.latinoamerica_hallowen_checkbox {
  display: block;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form #formApiErrosLatino p {
  color: #fff;
}
@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .instant_integration {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .instant_integration {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .instant_integration {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .instant_integration {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .instant_integration {
    padding: 60px 28px;
  }
}
.sbc_latinoamerica_main_section .instant_integration {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sbc_latinoamerica_main_section .instant_integration .content_wrapper {
  padding-bottom: 60px;
  width: 100%;
}
.sbc_latinoamerica_main_section .instant_integration .content_wrapper h2 {
  color: #000;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .instant_integration .content_wrapper h2 {
    font-size: 36px;
  }
}
.sbc_latinoamerica_main_section .instant_integration .content_wrapper h2 .red {
  color: #E23535;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .instant_integration .content_wrapper h2 .red {
    font-size: 36px;
  }
}
.sbc_latinoamerica_main_section .instant_integration .content_wrapper p {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sbc_latinoamerica_main_section .instant_integration .content_wrapper p .red {
  color: #E23535;
}
.sbc_latinoamerica_main_section .instant_integration .steps {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .instant_integration .steps {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .instant_integration .steps {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .instant_integration .steps img.arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .instant_integration .steps img.arrow {
    display: block;
    transform: rotate(45deg);
  }
}
.sbc_latinoamerica_main_section .instant_integration .steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 18px;
  border: 1px solid #E23535;
  background: #272727;
  width: 230px;
  padding: 22px;
  text-align: center;
  gap: 25px;
}
.sbc_latinoamerica_main_section .instant_integration .steps .step p {
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .games_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .games_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .games_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .games_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .games_section {
    padding: 60px 28px;
  }
}
.sbc_latinoamerica_main_section .games_section {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sbc_latinoamerica_main_section .games_section .content_wrapper {
  padding-bottom: 60px;
  max-width: 1422px;
  width: 100%;
  margin: auto;
}
.sbc_latinoamerica_main_section .games_section .content_wrapper h2 {
  color: #000;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
  padding-bottom: 50px;
  text-align: center;
}
.sbc_latinoamerica_main_section .games_section .content_wrapper h2 .red {
  color: #E23535;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section .games_section .content_wrapper p {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sbc_latinoamerica_main_section .games_section .content_wrapper p .red {
  color: #E23535;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper {
  display: flex;
  gap: 16px;
  margin: auto;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1700px;
  width: 100%;
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .games_section .game__image__wrapper {
    margin-bottom: 45px;
  }
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  z-index: 10;
  position: relative;
  max-width: 405px;
  width: 100%;
  box-shadow: 0px 8px 8px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image {
    max-width: 390px;
  }
}
@media (max-width: 1290px) {
  .sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image {
    max-width: 370px;
  }
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image:hover {
  -webkit-transform: scale(0.97, 0.97);
  transform: scale(0.97) !important;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image:hover .overlay {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image:hover .overlay a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image:hover .overlay a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image:hover .overlay a:focus {
  border: none;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image:hover .overlay a:focus-visible {
  border: none;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image:hover .overlay a {
  transition: transform 0s;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image img {
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .los_muertos_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .los_muertos_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .los_muertos_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .los_muertos_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .los_muertos_section {
    padding: 60px 28px;
  }
}
.sbc_latinoamerica_main_section .los_muertos_section {
  padding-bottom: 0 !important;
  max-width: 1690px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .los_muertos_section {
    flex-direction: column;
  }
}
.sbc_latinoamerica_main_section .los_muertos_section .content_wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  width: 100%;
}
.sbc_latinoamerica_main_section .los_muertos_section .content_wrapper h2 {
  color: #000;
  font-family: Melted Monster;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .los_muertos_section .content_wrapper h2 {
    font-size: 45px;
  }
}
.sbc_latinoamerica_main_section .los_muertos_section .content_wrapper h2 .red {
  color: #E23535;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .los_muertos_section .content_wrapper h2 .red {
    font-size: 45px;
  }
}
.sbc_latinoamerica_main_section .los_muertos_section .content_wrapper p {
  color: #000;
  font-size: 27px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section .los_muertos_section img {
  flex: 1;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .los_muertos_section img {
    max-width: 500px;
  }
}
.sbc_latinoamerica_main_section img.bcg_latino_img {
  max-width: 1690px;
  width: 100%;
  display: flex;
  margin: auto;
}
@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .haloweendrop_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .haloweendrop_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .haloweendrop_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .haloweendrop_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .haloweendrop_section {
    padding: 60px 28px;
  }
}
.sbc_latinoamerica_main_section .haloweendrop_section {
  padding-bottom: 0 !important;
  max-width: 1690px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
.sbc_latinoamerica_main_section .haloweendrop_section h2 {
  color: #000;
  font-family: Melted Monster;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .haloweendrop_section h2 {
    font-size: 45px;
  }
}
.sbc_latinoamerica_main_section .haloweendrop_section h2 .red {
  color: #E23535;
  font-family: Melted Monster;
  font-size: 80px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .haloweendrop_section h2 .red {
    font-size: 45px;
  }
}
.sbc_latinoamerica_main_section .haloweendrop_section .content_wrapper {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .haloweendrop_section .content_wrapper {
    flex-wrap: wrap;
  }
}
.sbc_latinoamerica_main_section .haloweendrop_section .content_wrapper .content {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
}
.sbc_latinoamerica_main_section .haloweendrop_section .content_wrapper .content p {
  color: #000;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3em;
}
.sbc_latinoamerica_main_section .haloweendrop_section .content_wrapper .content p.bold {
  font-weight: 800;
  font-size: 30px;
}
.sbc_latinoamerica_main_section .haloweendrop_section .content_wrapper .img_wrapper img {
  max-width: 630px;
  width: 100%;
}
@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .meetus_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .meetus_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .meetus_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .meetus_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .meetus_section {
    padding: 60px 28px;
  }
}
.sbc_latinoamerica_main_section .meetus_section {
  padding-bottom: 20% !important;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: url("https://wazdan.com/wp-content/uploads/meetus_bcg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .meetus_section {
    background: none;
  }
}
.sbc_latinoamerica_main_section .meetus_section h2 {
  color: #000;
  text-align: center;
  font-family: Melted Monster;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5%;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .meetus_section h2 {
    font-size: 40px;
  }
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper {
  max-width: 855px;
  width: 100%;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form {
  padding: 50px;
  background-color: #272727;
  margin-top: -17px;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-field-label {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .latinoamerica_form .policy {
  color: #AFAFAF;
  font-size: 20px;
  font-weight: 400;
  padding-top: 50px;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .latinoamerica_form div.wpforms-container-full {
  margin: 0;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-submit {
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
  display: grid;
  grid-template-columns: 180px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
    display: block;
  }
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field-html.latinoamerica_hallowen_checkbox {
  display: block;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form #latinoamericaButtonSecond, .sbc_latinoamerica_main_section .meetus_section .form_wrapper .form #latinoamericaButtonSecondEs {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form #latinoamericaButtonSecond:hover, .sbc_latinoamerica_main_section .meetus_section .form_wrapper .form #latinoamericaButtonSecondEs:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form #latinoamericaButtonSecond, .sbc_latinoamerica_main_section .meetus_section .form_wrapper .form #latinoamericaButtonSecondEs {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form #formApiErrosLatino p {
  color: #fff;
}

@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section_meeting .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section_meeting .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section_meeting .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section_meeting .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section_meeting .header_section {
    padding: 60px 28px;
  }
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content {
  text-align: center;
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h1 {
  color: #000;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 51.5px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h1 {
    font-size: 36px;
    line-height: 1.2rem;
  }
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h1 .red {
  color: #E23535;
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h2 {
  color: #000;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: 51.5px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h2 {
    font-size: 32px;
    line-height: 1.2rem;
  }
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h3 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 51.5px;
  letter-spacing: 6px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h3 {
    font-size: 30px;
    line-height: 1.2rem;
  }
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h4 {
  color: #E23535;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 51.5px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h4 {
    font-size: 26px;
    line-height: 1.2rem;
  }
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .movie video {
  max-width: 500px;
  width: 100%;
}
.sbc_latinoamerica_main_section_meeting .meetus_section {
  background-color: #272727;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper {
  flex: 1;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form {
  padding: 50px;
  margin-top: -17px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form {
    margin-top: -6px;
  }
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-field-label {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .latinoamerica_form .policy {
  color: #AFAFAF;
  font-size: 20px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .latinoamerica_form div.wpforms-container-full {
  margin: 0;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-submit {
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form #latinoamericaButtonSecond {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form #latinoamericaButtonSecond:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form #latinoamericaButtonSecond {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
    display: block;
  }
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field-html.latinoamerica_hallowen_checkbox {
  display: block;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form #formApiErrosLatinoSecond p {
  color: #fff;
}

.site-sigma-europe-2023 .globalAward {
  display: none;
}

@media (min-width: 1921px) {
  .sigma_europe_section .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigma_europe_section .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigma_europe_section .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigma_europe_section .header_section {
    padding: 60px 28px;
  }
}
.sigma_europe_section .header_section {
  padding-bottom: 3% !important;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .sigma_europe_section .header_section {
    flex-direction: column;
    background-size: contain;
    background-position: top;
    padding: 25% 60px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .header_section {
    margin-top: 60px;
    padding: 25% 28px;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper {
  flex: 1;
}
@media (max-width: 1024px) {
  .sigma_europe_section .header_section .hero_content_wrapper {
    padding: 0;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1145px;
}
@media (max-width: 1024px) {
  .sigma_europe_section .header_section .hero_content_wrapper .hero_content {
    flex: auto;
    gap: 10px;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content .umbrella_mobile {
  display: none;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .sigma_europe_section .header_section .hero_content_wrapper .hero_content .umbrella_mobile {
    display: block;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content h1 {
  font-weight: 800;
  font-size: 46px;
  line-height: 119.6%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1024px) {
  .sigma_europe_section .header_section .hero_content_wrapper .hero_content h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .header_section .hero_content_wrapper .hero_content h1 span {
    padding-right: 150px;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content h1 .jackpot_rain_logo {
  max-height: 80px;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .sigma_europe_section .header_section .hero_content_wrapper .hero_content h1 .jackpot_rain_logo {
    max-height: 70px;
    margin-top: 0px;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content h2 .red {
  color: #E23535;
}
@media (max-width: 1024px) {
  .sigma_europe_section .header_section .hero_content_wrapper .hero_content h2 {
    font-size: 30px;
    line-height: 36px;
    padding: 30px 0;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content p {
  color: #E23535;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sigma_europe_section .header_section .umbrella_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.sigma_europe_section .header_section .umbrella_wrapper img {
  max-width: 700px;
  width: 100%;
}
.sigma_europe_section .form_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #F5F5F5;
}
.sigma_europe_section .form_section .form_text {
  flex: 1;
  width: 100%;
  padding: 5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sigma_europe_section .form_section .form_text {
    flex: unset;
    padding: 30px;
  }
}
.sigma_europe_section .form_section .form_text .bold {
  font-weight: 700;
}
.sigma_europe_section .form_section .form_text .italic {
  font-style: italic;
  font-weight: 700;
}
.sigma_europe_section .form_section .form_text .red {
  color: #E23535;
  font-weight: 700;
}
.sigma_europe_section .form_section .form_text h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .sigma_europe_section .form_section .form_text h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sigma_europe_section .form_section .form_text h4 {
  color: #FF3D17;
  padding-bottom: 20px;
}
.sigma_europe_section .form_section .form_text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}
.sigma_europe_section .form_section .form_text .bold {
  font-weight: 700;
  padding-top: 20px;
}
.sigma_europe_section .form_section .form_text .italic {
  font-style: italic;
}
.sigma_europe_section .form_section .form_sbc_barcelona {
  flex: 1;
  padding: 3% 5%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sigma_europe_section .form_section .form_sbc_barcelona {
    margin: 15px;
    border-radius: 30px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-page-indicator {
  display: none;
}
.sigma_europe_section .form_section .form_sbc_barcelona .accept_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .accept_txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
    display: block;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field.instant_integration {
  display: block;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .wpforms-field {
  display: block;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour > label {
  padding-bottom: 20px;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day label {
  padding-bottom: 20px;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
  padding-right: 20px !important;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
  border-right: 1px solid #000 !important;
}
@media (max-width: 1024px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
    border: none !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:nth-child(4) {
  border-right: none !important;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li input {
  display: none;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
    padding: 7px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul .wpforms-selected label {
  background-color: #191919;
  color: #ffffff;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
  padding-right: 20px !important;
  border-right: 1px solid #e23535 !important;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
    padding-right: 0px !important;
    border-right: none !important;
    margin-right: 0px !important;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li:nth-child(4n) {
  border-right: none !important;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container {
    padding-bottom: 0px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label, .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label-inline {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit {
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .next_button {
  padding-top: 30px;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .next_button button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .next_button button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .instant_integration ul li input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li {
    padding-right: 0px !important;
    border-right: none !important;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li input {
  display: none;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:active {
  border-color: #C43131;
  background-color: #C43131;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
    padding: 7px 17px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
  background-color: #E23535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
    padding: 7px 17px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona #sigmaButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sigma_europe_section .form_section .form_sbc_barcelona #sigmaButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sigma_europe_section .form_section .form_sbc_barcelona #sigmaButton {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
  display: none;
}
.sigma_europe_section .form_section .form_sbc_barcelona .sending {
  opacity: 0.7;
}
.sigma_europe_section .form_section .form_sbc_barcelona .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
.sigma_europe_section .form_section .form_sbc_barcelona #sigmaFormApiErros {
  display: flex;
  flex-wrap: wrap;
}
.sigma_europe_section .form_section .form_sbc_barcelona #sigmaFormApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 1921px) {
  .sigma_europe_section .schedule_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigma_europe_section .schedule_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigma_europe_section .schedule_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .schedule_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigma_europe_section .schedule_section {
    padding: 60px 28px;
  }
}
.sigma_europe_section .schedule_section {
  padding-bottom: 0 !important;
}
.sigma_europe_section .schedule_section .schedule_wrapper {
  padding: 7%;
  position: relative;
  border-left: 4px solid #e23535;
}
.sigma_europe_section .schedule_section .schedule_wrapper .line {
  height: 4px;
  background-color: #D60000;
  width: 95%;
  position: absolute;
  top: 0;
  left: 0;
}
.sigma_europe_section .schedule_section .schedule_wrapper .line .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sigma_europe_section .schedule_section .schedule_wrapper .line .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sigma_europe_section .schedule_section .schedule_wrapper .line_second {
  height: 4px;
  background-color: #D60000;
  width: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.sigma_europe_section .schedule_section .schedule_wrapper .line_second .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sigma_europe_section .schedule_section .schedule_wrapper .line_second .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
  z-index: 1;
}
.sigma_europe_section .schedule_section .schedule_wrapper h3 {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .sigma_europe_section .schedule_section .schedule_wrapper h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sigma_europe_section .schedule_section .schedule_wrapper h3 {
  color: #191919;
}
.sigma_europe_section .schedule_section .schedule_wrapper p {
  color: #000;
  font-size: 28px;
  font-weight: 400;
}
.sigma_europe_section .schedule_section .schedule_wrapper .steps .step {
  display: flex;
  gap: 75px;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .sigma_europe_section .schedule_section .schedule_wrapper .steps .step {
    flex-direction: column;
  }
}
.sigma_europe_section .schedule_section .schedule_wrapper .steps .step .content h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .sigma_europe_section .schedule_section .schedule_wrapper .steps .step .content h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sigma_europe_section .schedule_section .schedule_wrapper .steps .step .content h4 {
  color: #FF3D17;
  font-size: 33px;
}
.sigma_europe_section .schedule_section .schedule_wrapper .steps .step .content p {
  font-size: 28px;
  font-weight: 400;
}
@media (min-width: 1921px) {
  .sigma_europe_section .find_out {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigma_europe_section .find_out {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigma_europe_section .find_out {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .find_out {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigma_europe_section .find_out {
    padding: 60px 28px;
  }
}
.sigma_europe_section .find_out {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  position: relative;
}
.sigma_europe_section .find_out .line {
  height: 4px;
  background-color: #D60000;
  width: 85%;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .sigma_europe_section .find_out .line {
    display: none;
  }
}
.sigma_europe_section .find_out .line .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sigma_europe_section .find_out .line .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  left: -20px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sigma_europe_section .find_out .content_wrapper {
  max-width: 900px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7607843137);
}
@media only screen and (max-width: 1450px) {
  .sigma_europe_section .find_out .content_wrapper {
    max-width: 850px;
  }
}
.sigma_europe_section .find_out .content_wrapper h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .sigma_europe_section .find_out .content_wrapper h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sigma_europe_section .find_out .content_wrapper h4 {
  color: #191919;
  padding-bottom: 20px;
}
.sigma_europe_section .find_out .content_wrapper img {
  padding: 25px 0;
}
.sigma_europe_section .find_out .content_wrapper .bold {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}
.sigma_europe_section .find_out .content_wrapper p {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 20px;
}
.sigma_europe_section .find_out .phone_wrapper img {
  width: 100%;
  position: relative;
  max-width: 600px;
  margin-bottom: -100px;
  z-index: 2;
}
@media (min-width: 1921px) {
  .sigma_europe_section .map_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigma_europe_section .map_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigma_europe_section .map_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .map_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigma_europe_section .map_section {
    padding: 60px 28px;
  }
}
.sigma_europe_section .map_section {
  padding-bottom: 0 !important;
}
.sigma_europe_section .map_section .map_wrapper {
  text-align: center;
}
.sigma_europe_section .map_section .map_wrapper img {
  border-radius: 20px;
}
.sigma_europe_section .contact_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .sigma_europe_section .contact_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.sigma_europe_section .contact_section h2 {
  color: #191919;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 100px;
}
.sigma_europe_section .contact_section h2 .red {
  color: #E23535;
}
.sigma_europe_section .contact_section .contact__wrapper {
  max-width: 1450px;
  margin: auto;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members {
  padding-bottom: 100px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sigma_europe_section .contact_section .contact__wrapper .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
  }
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member {
  width: 300px;
  text-align: center;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image {
  position: relative;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #E23535;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #FF3D17;
}
@media (max-width: 1024px) {
  .sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
    width: 48px;
    height: 48px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
  cursor: pointer;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin svg {
  width: 24px;
  fill: white;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .phone {
  position: absolute;
  bottom: 20px;
  right: 118px;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .phone img {
  width: 43px;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .mail {
  position: absolute;
  bottom: 20px;
  right: 70px;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .mail img {
  width: 43px;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image img.person__image {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__name {
  margin-top: 30px;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__name p {
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1921px) {
  .sigma_europe_section .leaderboard_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigma_europe_section .leaderboard_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigma_europe_section .leaderboard_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .leaderboard_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigma_europe_section .leaderboard_section {
    padding: 60px 28px;
  }
}
.sigma_europe_section .leaderboard_section {
  padding-bottom: 0 !important;
  max-width: 80vw;
  margin: auto;
}
@media (max-width: 1024px) {
  .sigma_europe_section .leaderboard_section {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sigma_europe_section .leaderboard_section #nav-tabContent {
  max-height: 600px;
  overflow-y: scroll;
}
.sigma_europe_section .leaderboard_section .nav {
  justify-content: center;
  background: #000;
  gap: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
}
.sigma_europe_section .leaderboard_section .nav a {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
  border-radius: 20px 20px 0 0;
  border: 2px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .sigma_europe_section .leaderboard_section .nav a {
    padding: 10px 25px;
    width: 100%;
    height: 100%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1924px) {
  .sigma_europe_section .leaderboard_section .nav a {
    font-size: 2rem;
    padding: 30px 50px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .leaderboard_section .nav a {
    width: 140px;
  }
}
.sigma_europe_section .leaderboard_section .nav a.active {
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.sigma_europe_section .leaderboard_section .nav .active {
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.sigma_europe_section .leaderboard_section .image_wrapper {
  background: rgb(25, 25, 25);
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.sigma_europe_section .leaderboard_section .image_wrapper img {
  width: 600px;
}
@media (max-width: 1024px) {
  .sigma_europe_section .leaderboard_section .image_wrapper {
    width: 100%;
  }
}
.sigma_europe_section .leaderboard_section .table {
  background-color: #000;
  border-radius: 0 0 20px 20px;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .sigma_europe_section .leaderboard_section .table {
    font-size: 16px;
  }
}
.sigma_europe_section .leaderboard_section .table thead th {
  color: #fff;
}
.sigma_europe_section .leaderboard_section .table button.replayBtn {
  color: #fff;
  background-color: transparent;
  border: none;
}
.sigma_europe_section .leaderboard_section .table button.replayBtn svg {
  height: 40px;
}
.sigma_europe_section .leaderboard_section #modalReplaySbc button.close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  filter: invert(1);
  z-index: 9;
  font-size: 35px;
}

.us_integration_main {
  margin-top: 84px;
}
@media (max-width: 1024px) {
  .us_integration_main {
    margin-top: 60px;
  }
}
@media (min-width: 1921px) {
  .us_integration_main .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .us_integration_main .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .us_integration_main .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .us_integration_main .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .us_integration_main .header_section {
    padding: 60px 28px;
  }
}
.us_integration_main .header_section {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  background: -webkit-linear-gradient(10deg, #E8E8E8 60%, #fff 60%);
  background: -o-linear-gradient(10deg, #E8E8E8 60%, #fff 60%);
  background: -moz-linear-gradient(10deg, #E8E8E8 60%, #fff 60%);
  background: linear-gradient(10deg, #E8E8E8 60%, #fff 60%);
}
@media (max-width: 1024px) {
  .us_integration_main .header_section {
    gap: 40px;
  }
}
.us_integration_main .header_section h1 {
  color: #001C43;
  text-align: center;
  font-size: 54px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .us_integration_main .header_section h1 {
    font-size: 34px;
  }
}
.us_integration_main .header_section h1 .red {
  color: #E23535;
  font-size: 54px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .us_integration_main .header_section h1 .red {
    font-size: 34px;
  }
}
.us_integration_main .header_section .banner_img {
  max-width: 1200px;
  width: 100%;
}
@media (min-width: 1921px) {
  .us_integration_main .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .us_integration_main .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .us_integration_main .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .us_integration_main .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .us_integration_main .form_section {
    padding: 60px 28px;
  }
}
.us_integration_main .form_section {
  background-color: #E8E8E8;
}
.us_integration_main .form_section h2 {
  color: #001C43;
  text-align: center;
  font-size: 54px;
  font-weight: 800;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .us_integration_main .form_section h2 {
    padding-bottom: 50px;
    font-size: 34px;
    padding: 40px 0;
  }
}
.us_integration_main .form_section h2 .red {
  color: #E23535;
  font-size: 54px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .us_integration_main .form_section h2 .red {
    font-size: 34px;
  }
}
.us_integration_main .form_section .form {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.us_integration_main .form_section .form .wpforms-container {
  margin-top: 20px;
}
.us_integration_main .form_section .form .wpforms-container input[type=text], .us_integration_main .form_section .form .wpforms-container textarea, .us_integration_main .form_section .form .wpforms-container input[type=email] {
  background: #FFFFFF;
  border: 0.5px solid #191919;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.us_integration_main .form_section .form .wpforms-container .wpforms-field-label {
  color: var(--secondary-main-100, #191919);
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}
.us_integration_main .form_section .form .wpforms-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.us_integration_main .form_section .form .wpforms-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.us_integration_main .form_section .form .wpforms-container .wpforms-submit {
  margin: auto;
}
.us_integration_main .form_section .form #usIntegrationButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.us_integration_main .form_section .form #usIntegrationButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.us_integration_main .form_section .form #usIntegrationButton {
  margin: auto;
  display: none;
}
.us_integration_main .form_section .form .sending {
  opacity: 0.7;
}
.us_integration_main .form_section .form .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
.us_integration_main .form_section .form #usIntegrationFormApiErros {
  display: flex;
  flex-wrap: wrap;
}
.us_integration_main .form_section .form #usIntegrationFormApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
.us_integration_main .why_wazdan_section {
  background-color: #fff;
}
@media (min-width: 1921px) {
  .us_integration_main .why_wazdan_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .us_integration_main .why_wazdan_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .us_integration_main .why_wazdan_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .us_integration_main .why_wazdan_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .us_integration_main .why_wazdan_section {
    padding: 60px 28px;
  }
}
.us_integration_main .why_wazdan_section h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 70px;
}
.us_integration_main .why_wazdan_section .why_wazdan_content {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 70px;
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.us_integration_main .why_wazdan_section .icons_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
}
.us_integration_main .why_wazdan_section .icons_wrapper .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 150px;
  border: 2px solid #E23535;
  border-radius: 20px;
  position: relative;
  padding: 40px 7px 15px 7px;
}
.us_integration_main .why_wazdan_section .icons_wrapper .icon img {
  max-width: 75px;
  width: 100%;
  position: absolute;
  top: -35px;
}
.us_integration_main .why_wazdan_section .icons_wrapper .icon h4 {
  font-size: 30px;
  font-weight: 700;
  color: #E23535;
}
.us_integration_main .why_wazdan_section .icons_wrapper .icon .ico_desc {
  text-align: center;
  line-height: 1.2rem;
  margin: 0;
}
@media (min-width: 1921px) {
  .us_integration_main .games_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .us_integration_main .games_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .us_integration_main .games_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .us_integration_main .games_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .us_integration_main .games_section {
    padding: 60px 28px;
  }
}
.us_integration_main .games_section {
  padding-top: 0 !important;
}
.us_integration_main .games_section .show_more {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.us_integration_main .games_section .show_more:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.us_integration_main .games_section .show_more {
  margin-top: 10px;
  cursor: pointer;
  margin: auto;
  display: none;
}
.us_integration_main .games_section h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 70px;
}
.us_integration_main .games_section .games_desc {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: auto;
  max-width: 1100px;
  width: 100%;
  padding-bottom: 70px;
}
.us_integration_main .games_section .games__wrapper {
  display: flex;
  max-width: 1400px;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: auto;
  padding-bottom: 50px;
}
.us_integration_main .games_section .games__wrapper .game__single {
  width: 300px;
  display: none;
}
.us_integration_main .games_section .games__wrapper .game__single .game .game__wrapper {
  text-decoration: none;
}
.us_integration_main .games_section .games__wrapper .game__single .game .game__wrapper .img__wrapper img {
  border-radius: 20px;
}
.us_integration_main .games_section .games__wrapper .game__single .game .game__wrapper .desc .name {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding-top: 16px;
}
.us_integration_main .games_section .games__wrapper .game__single .game .game__wrapper .desc .excerpt {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.site-christmas .globalAward {
  display: none;
}

@media (min-width: 1921px) {
  .christmas_main_section .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .christmas_main_section .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .christmas_main_section .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .christmas_main_section .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .christmas_main_section .header_section {
    padding: 60px 28px;
  }
}
.christmas_main_section .header_section {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .christmas_main_section .header_section {
    margin-top: 60px;
  }
}
.christmas_main_section .header_section .content_wrapper {
  flex: 1;
  padding-left: 5%;
}
@media only screen and (max-width: 1200px) {
  .christmas_main_section .header_section .content_wrapper {
    flex: auto;
  }
}
.christmas_main_section .header_section .content_wrapper h1 {
  color: #E23535;
  font-size: 54px;
  font-weight: 700;
  padding-bottom: 40px;
  margin: 0;
}
@media (max-width: 1024px) {
  .christmas_main_section .header_section .content_wrapper h1 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.christmas_main_section .header_section .content_wrapper h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 40px;
  margin: 0;
}
@media (max-width: 1024px) {
  .christmas_main_section .header_section .content_wrapper h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.christmas_main_section .header_section .content_wrapper p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .christmas_main_section .header_section .content_wrapper p {
    font-size: 18px;
  }
}
.christmas_main_section .header_section .image_wrapper {
  flex: 1;
  margin-bottom: -200px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (max-width: 1200px) {
  .christmas_main_section .header_section .image_wrapper {
    flex: auto;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .christmas_main_section .header_section .image_wrapper {
    flex: auto;
    margin-bottom: -100px;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
.christmas_main_section .header_section .image_wrapper img.board {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 768px) {
  .christmas_main_section .header_section .image_wrapper img.board {
    max-width: 150px;
  }
}
.christmas_main_section .header_section .image_wrapper img.santa {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .christmas_main_section .header_section .image_wrapper img.santa {
    max-width: 200px;
  }
}
@media (min-width: 1921px) {
  .christmas_main_section .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .christmas_main_section .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .christmas_main_section .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .christmas_main_section .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .christmas_main_section .form_section {
    padding: 60px 28px;
  }
}
.christmas_main_section .form_section {
  background: #E23535;
  color: #fff;
  text-align: center;
}
.christmas_main_section .form_section h2 {
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .christmas_main_section .form_section h2 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.christmas_main_section .form_section h3 {
  font-size: 31px;
  font-weight: 400;
  padding-bottom: 60px;
  max-width: 1150px;
  margin: auto;
}
@media (max-width: 1024px) {
  .christmas_main_section .form_section h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.christmas_main_section .form_section .privacy {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-top: 45px;
}
@media (max-width: 1024px) {
  .christmas_main_section .form_section .privacy {
    font-size: 14px;
    padding-top: 20px;
  }
}
.christmas_main_section .form_section .privacy a {
  color: #fff;
  text-decoration: underline;
}
.christmas_main_section .form_section .form {
  display: inline-flex;
  gap: 50px;
  width: 900px;
}
@media (max-width: 1024px) {
  .christmas_main_section .form_section .form {
    flex-direction: column;
    width: 100%;
    gap: 0px;
  }
}
.christmas_main_section .form_section .form #newsletterButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
}
.christmas_main_section .form_section .form #newsletterButton:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.christmas_main_section .form_section .form #newsletterButton {
  font-size: 18px;
  color: #000;
  margin: auto;
}
.christmas_main_section .form_section .form .sending {
  opacity: 0.7;
}
.christmas_main_section .form_section .form .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
.christmas_main_section .form_section .form .hide {
  display: none;
}
.christmas_main_section .form_section .form .wpforms-container {
  width: 100%;
}
.christmas_main_section .form_section .form .wpforms-container .wpforms-field-container {
  width: 100%;
}
.christmas_main_section .form_section .form .wpforms-container .wpforms-field {
  display: flex;
  padding-right: 2%;
  vertical-align: top;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}
.christmas_main_section .form_section .form .wpforms-container .wpforms-field .wpforms-field-label {
  width: 300px;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.christmas_main_section .form_section .form .wpforms-container .wpforms-field .wpforms-required-label {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .christmas_main_section .form_section .form .wpforms-container .wpforms-field {
    flex-direction: column;
  }
}
.christmas_main_section .form_section .form .wpforms-container input[type=text], .christmas_main_section .form_section .form .wpforms-container textarea, .christmas_main_section .form_section .form .wpforms-container input[type=email] {
  background: #FFFFFF;
  border: 0.5px solid #191919;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  height: 50px;
}
@media (max-width: 768px) {
  .christmas_main_section .form_section .form .wpforms-container input[type=text], .christmas_main_section .form_section .form .wpforms-container textarea, .christmas_main_section .form_section .form .wpforms-container input[type=email] {
    text-align: center;
  }
}
.christmas_main_section .form_section .form .wpforms-container input::placeholder {
  font-size: 21px;
}
.christmas_main_section .form_section .form .wpforms-container .wpforms-submit-container {
  display: none;
}
.christmas_main_section .form_section #newsletterFormApiErros {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.christmas_main_section .form_section #newsletterFormApiErros p {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 1921px) {
  .christmas_main_section .door_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .christmas_main_section .door_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .christmas_main_section .door_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .christmas_main_section .door_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .christmas_main_section .door_section {
    padding: 60px 28px;
  }
}
.christmas_main_section .door_section h2 {
  color: #E23535;
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .christmas_main_section .door_section h2 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.christmas_main_section .door_section h3 {
  color: #000;
  text-align: center;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 25px;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1024px) {
  .christmas_main_section .door_section h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.christmas_main_section .door_section .door_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: flex-end;
}
@media only screen and (max-width: 1510px) {
  .christmas_main_section .door_section .door_wrapper {
    max-width: 900px;
    margin: auto;
  }
}
.christmas_main_section .door_section .door_wrapper .door img {
  height: auto;
  width: 300px;
}
.christmas_main_section .door_section .door_wrapper .door video {
  max-width: 300px;
  width: 300px;
  opacity: 0.3;
}
.christmas_main_section .door_section .door_wrapper .door video.active {
  opacity: 1;
}
@media (max-width: 768px) {
  .christmas_main_section .door_section .door_wrapper .door video {
    width: 100%;
  }
}
.christmas_main_section .door_section .door_wrapper .door a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.christmas_main_section .door_section .door_wrapper .door a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.christmas_main_section .door_section .door_wrapper .door a {
  background: #9D2626;
  border-color: #9D2626;
  width: fit-content;
  margin: auto;
}
.christmas_main_section .door_section .door_wrapper .door a svg {
  width: 40px;
  height: 30px;
  padding-right: 10px;
}
.christmas_main_section .door_section .door_wrapper .door a:hover svg path {
  fill: #E23535;
  transition: 0.5s;
}
.christmas_main_section .door_section .door_wrapper .door a.active {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.christmas_main_section .door_section .door_wrapper .door a.active:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.christmas_main_section .door_section .door_wrapper .door a.active {
  width: fit-content;
  margin: auto;
}

#christmasDynamicModal_1 .modal-dialog, #christmasDynamicModal_2 .modal-dialog, #christmasDynamicModal_3 .modal-dialog, #christmasDynamicModal_4 .modal-dialog {
  max-width: 1000px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content, #christmasDynamicModal_2 .modal-dialog .modal-content, #christmasDynamicModal_3 .modal-dialog .modal-content, #christmasDynamicModal_4 .modal-dialog .modal-content {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
  border-radius: 70px;
  position: relative;
}
#christmasDynamicModal_1 .modal-dialog .modal-content img.bow_img, #christmasDynamicModal_2 .modal-dialog .modal-content img.bow_img, #christmasDynamicModal_3 .modal-dialog .modal-content img.bow_img, #christmasDynamicModal_4 .modal-dialog .modal-content img.bow_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  margin: 0 auto;
  max-width: 300px;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content img.bow_img, #christmasDynamicModal_2 .modal-dialog .modal-content img.bow_img, #christmasDynamicModal_3 .modal-dialog .modal-content img.bow_img, #christmasDynamicModal_4 .modal-dialog .modal-content img.bow_img {
    display: none;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body {
  padding: 40px;
  background-color: #D9D9D9;
  border-radius: 70px;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body {
    padding: 15px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .dismiss__button, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .dismiss__button, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .dismiss__button, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #191919;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .dismiss__button i, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .dismiss__button i, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .dismiss__button i, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .dismiss__button i {
  pointer-events: none;
  font-size: 1.2rem;
  color: white;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper {
  display: flex;
  gap: 50px;
  flex-direction: row;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img {
  max-width: 556px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img {
    max-width: 150px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper {
  text-align: center;
  max-width: 400px;
  width: 100%;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1 {
  color: #000;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1 {
    font-size: 28px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img {
  max-height: 60px;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img {
    max-height: 60px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p.strong, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p.strong, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p.strong, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p.strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p {
    font-size: 16px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button {
  width: fit-content;
  margin: 30px auto;
}
@media (max-width: 768px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus {
    border: none;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus-visible, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus-visible, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus-visible, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus-visible {
    border: none;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
  padding: 15px 0;
}
@media (max-width: 768px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button {
  width: fit-content;
  margin: 0;
}
@media (max-width: 768px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus {
    border: none;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus-visible, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus-visible, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus-visible, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus-visible {
    border: none;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .heading, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .heading, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .heading, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .heading {
  margin-bottom: 45px;
  margin-top: 40px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .heading h4, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .heading h4, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .heading h4, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .heading h4 {
  color: #000;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .heading h4, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .heading h4, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .heading h4, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .heading h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .desc, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .desc, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .desc, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .desc {
  margin-bottom: 25px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .desc p, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .desc p, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .desc p, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .desc p {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .desc p, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .desc p, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .desc p, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .desc p {
    font-size: 15px;
    line-height: 19px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper a, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper a, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper a, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper a:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper a:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper a:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper a, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper a, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper a, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper a:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper a:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper a:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper a:focus, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper a:focus, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper a:focus, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper a:focus {
    border: none;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper a:focus-visible, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper a:focus-visible, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper a:focus-visible, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper a:focus-visible {
    border: none;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form {
  text-align: center;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form {
    flex-direction: column;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton {
  margin: auto;
  margin-bottom: 30px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .sending, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .sending, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .sending, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .sending {
  opacity: 0.7;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .sending:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .sending:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .sending:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .hide, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .hide, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .hide, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .hide {
  display: none;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container {
  width: 100%;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field-container, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field-container, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field-container, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field-container {
  width: 100%;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field {
  padding-right: 2%;
  vertical-align: top;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field .wpforms-field-label, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field .wpforms-field-label, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field .wpforms-field-label, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field .wpforms-field-label {
  width: 300px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: auto;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field {
    flex-direction: column;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=text], #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container textarea, #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=email], #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=text], #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container textarea, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=email], #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=text], #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container textarea, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=email], #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=text], #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container textarea, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=email] {
  background: #FFFFFF;
  border: 0.5px solid #191919;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  margin: auto;
  width: 400px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-submit-container, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-submit-container, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-submit-container, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-submit-container {
  display: none;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors p, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors p, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors p, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors p {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .privacy, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .privacy, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .privacy, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .privacy {
  color: #787878;
  font-size: 17px;
  font-weight: 400;
  padding-top: 25px;
  text-align: center;
  max-width: 520px;
  margin: auto;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .privacy, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .privacy, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .privacy, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .privacy {
    font-size: 14px;
    padding-top: 20px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .privacy a, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .privacy a, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .privacy a, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .privacy a {
  color: #787878;
  text-decoration: underline;
}

.site-reinvent-the-triangle .globalAward {
  display: none;
}

.triangle_main_section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.triangle_main_section img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.triangle_main_section header {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100vw;
  background-color: #fff;
  left: 0;
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
  align-items: center;
  z-index: 10;
}
.triangle_main_section .wrapper_triangle_section {
  width: 100vw;
  position: relative;
  background: url("https://wazdan.com/wp-content/uploads/Rectangle-240.png");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 20px;
}
.triangle_main_section .wrapper_triangle_section .triangles_wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.triangle_main_section .wrapper_triangle_section * {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.triangle_main_section .wrapper_triangle_section .heading {
  color: white;
  position: relative;
  max-width: 784px;
  width: 100%;
  margin: auto;
  margin-top: 110px;
  letter-spacing: -0.72px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .heading {
    margin-top: 90px;
  }
}
.triangle_main_section .wrapper_triangle_section .heading h1 {
  margin-bottom: 20px;
  margin-left: -4px;
  color: #FFF;
  font-family: Poppins;
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.48px;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .heading h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.triangle_main_section .wrapper_triangle_section .heading h5 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .heading h5 {
    font-size: 18px;
  }
}
.triangle_main_section .wrapper_triangle_section .heading span {
  font-size: 18px;
  margin-top: 20px;
  display: block;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .heading span {
    font-size: 15px;
    margin-top: 10px;
  }
}
.triangle_main_section .wrapper_triangle_section .top_element {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 66%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .top_element {
    width: 150%;
    top: -100px;
  }
  .triangle_main_section .wrapper_triangle_section .top_element img {
    width: 120%;
  }
}
@media (max-width: 768px) {
  .triangle_main_section .wrapper_triangle_section .top_element {
    width: 140%;
    top: 0;
  }
  .triangle_main_section .wrapper_triangle_section .top_element img {
    width: 120%;
    height: 300px;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container {
  transition: 1s;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container {
    height: 120px;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container .element {
  position: absolute;
  cursor: move;
  z-index: 1;
  width: 195.63px;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container .element {
    width: 115.52px;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container .element.static {
  z-index: 1;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container .element.static {
    display: none;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container .element.static {
  cursor: auto;
}
.triangle_main_section .wrapper_triangle_section .elements_container .element.static img {
  max-height: 195.63px;
  object-fit: contain;
  opacity: 1;
  transition: 1s;
}
.triangle_main_section .wrapper_triangle_section .elements_container .element.static[data-static="1"] {
  top: 50%;
  left: 5%;
}
.triangle_main_section .wrapper_triangle_section .elements_container .element.static[data-static="2"] {
  top: 50%;
  left: 70%;
}
.triangle_main_section .wrapper_triangle_section .elements_container .element[data-triangle="1"] {
  top: 30%;
  left: 3%;
  rotate: 120deg;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container .element[data-triangle="1"] {
    top: 60%;
    left: 40%;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container .element[data-triangle="2"] {
  top: 20%;
  left: 80%;
  rotate: 65deg;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container .element[data-triangle="2"] {
    top: 65%;
    left: 0%;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container .element[data-triangle="3"] {
  top: 40%;
  left: 80%;
  rotate: -80deg;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container .element[data-triangle="3"] {
    top: 65%;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container .element.anim {
  transform: translateY(0);
  animation: float 6s ease-in-out infinite;
}
.triangle_main_section .wrapper_triangle_section .elements_container .element img {
  width: 195.63px;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container .element img {
    width: 115.52px;
  }
}
.triangle_main_section .wrapper_triangle_section .fancy {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 50px;
  pointer-events: none;
}
.triangle_main_section .wrapper_triangle_section .fancy .fancy_wrapper {
  max-width: 478px;
  width: 100%;
}
.triangle_main_section .wrapper_triangle_section .fancy p {
  font-weight: 700;
  font-size: 700;
  color: white;
}
.triangle_main_section .wrapper_triangle_section #containers {
  position: relative;
  top: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper {
  max-width: 600px;
  display: flex;
  position: relative;
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .triangles {
  pointer-events: none;
  top: -2.5px;
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  max-width: 586.89px;
  transition: 0.8s;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .triangles {
    max-width: 346.56px;
  }
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .triangles img {
  width: 100%;
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .container img {
  width: 195.63px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .container img {
    width: 115.52px;
  }
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .hint {
  position: absolute;
  width: 155px;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  font-weight: 700;
  color: white;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .hint {
    display: none;
  }
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .hint img {
  width: 30px;
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .hint p {
  color: #fff;
}
.triangle_main_section .wrapper_triangle_section .info {
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  font-weight: 500;
  pointer-events: none;
  min-height: 120px;
  max-width: 600px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  color: white;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .info {
    min-height: 100px;
  }
}
.triangle_main_section .wrapper_triangle_section .info .step {
  text-align: center;
  font-size: 18px;
  width: 396px;
  color: #fff;
}
.triangle_main_section .wrapper_triangle_section .info .done {
  margin: auto;
  margin-top: 0px;
}
.triangle_main_section .wrapper_triangle_section .info .done h4 {
  font-size: 55px;
  font-weight: 900;
  text-align: center;
  color: #4F07FF;
}
.triangle_main_section .wrapper_triangle_section .info .done .done_first_info {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 500px;
  padding: 20px 0;
  opacity: 0.77;
}
.triangle_main_section .wrapper_triangle_section .info .done .done_second_info {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 500px;
  text-align: center;
  opacity: 0.77;
}
.triangle_main_section .form_section {
  padding: 20px;
  padding-top: 30px;
}
.triangle_main_section .form_section .undone_section, .triangle_main_section .form_section .done_section {
  width: 100%;
}
.triangle_main_section .form_section .pen {
  position: relative;
}
.triangle_main_section .form_section .pen img {
  position: relative;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.triangle_main_section .form_section .heading {
  width: 856px;
  margin: auto;
  width: 100%;
}
.triangle_main_section .form_section .heading h3 {
  color: #000;
  font-family: Poppins;
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.triangle_main_section .form_section .done_section {
  display: none;
}
.triangle_main_section .form_section .done_section .heading {
  width: 856px;
  margin: auto;
  width: 100%;
}
.triangle_main_section .form_section .done_section .heading h3 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.triangle_main_section .triangle_section {
  min-height: 50vh;
}
@media (min-width: 1921px) {
  .triangle_main_section .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .triangle_main_section .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .triangle_main_section .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .triangle_main_section .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .triangle_main_section .form_section {
    padding: 60px 28px;
  }
}
.triangle_main_section .form_section {
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.triangle_main_section .form_section .pen_img {
  position: absolute;
  top: -50px;
  left: auto;
  right: auto;
}
.triangle_main_section .form_section .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.triangle_main_section .form_section .success_message {
  display: none;
  text-align: center;
  max-width: 500px;
  margin: 50px auto;
  background: linear-gradient(270deg, #5206FF 3.24%, #AE1FFD 95.14%);
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
}
.triangle_main_section .form_section .newsletter_success_message {
  display: none;
  background-color: #4CAF50;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin: 30px auto 0 auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.triangle_main_section .form_section .triangle_form, .triangle_main_section .form_section .newsletter_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 470px;
  width: 100%;
  padding-top: 50px;
  margin: auto;
}
.triangle_main_section .form_section .triangle_form input, .triangle_main_section .form_section .newsletter_form input {
  padding: 5px 15px;
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  border: none;
}
.triangle_main_section .form_section .triangle_form input:focus, .triangle_main_section .form_section .newsletter_form input:focus {
  outline: none;
}
.triangle_main_section .form_section .triangle_form ::placeholder, .triangle_main_section .form_section .newsletter_form ::placeholder {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
.triangle_main_section .form_section .triangle_form .person_icon, .triangle_main_section .form_section .newsletter_form .person_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/icon-_user1.svg") no-repeat left;
  background-size: 20px;
}
.triangle_main_section .form_section .triangle_form .email_icon, .triangle_main_section .form_section .newsletter_form .email_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/envelop1.svg") no-repeat left;
  background-size: 20px;
}
.triangle_main_section .form_section .triangle_form .calendar_icon, .triangle_main_section .form_section .newsletter_form .calendar_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/icon-_calendar1.svg") no-repeat left;
  background-size: 20px;
}
.triangle_main_section .form_section .triangle_form .border, .triangle_main_section .form_section .newsletter_form .border {
  height: 2px;
  width: 100%;
  background: #BEBEBE;
}
.triangle_main_section .form_section .triangle_form .date_wrapper, .triangle_main_section .form_section .newsletter_form .date_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.triangle_main_section .form_section .triangle_form .date_wrapper input, .triangle_main_section .form_section .newsletter_form .date_wrapper input {
  width: 100%;
}
.triangle_main_section .form_section .triangle_form .date_wrapper .arrow_date, .triangle_main_section .form_section .newsletter_form .date_wrapper .arrow_date {
  margin-right: 10px;
}
.triangle_main_section .form_section .triangle_form .choose_date, .triangle_main_section .form_section .newsletter_form .choose_date {
  display: none;
  border-radius: 0px 0px 5px 5px;
  background: #FFF;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.13);
  padding: 30px;
}
.triangle_main_section .form_section .triangle_form .choose_date .apply_meeting_btn, .triangle_main_section .form_section .newsletter_form .choose_date .apply_meeting_btn {
  border-radius: 14px;
  background: linear-gradient(270deg, #5206FF 3.24%, #AE1FFD 95.14%);
  width: 178px;
  height: 46px;
  width: 100%;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 5px 55px;
  margin: 30px auto;
}
.triangle_main_section .form_section .triangle_form .choose_date .date_label, .triangle_main_section .form_section .newsletter_form .choose_date .date_label {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
}
.triangle_main_section .form_section .triangle_form .choose_date .days, .triangle_main_section .form_section .newsletter_form .choose_date .days {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .triangle_main_section .form_section .triangle_form .choose_date .days, .triangle_main_section .form_section .newsletter_form .choose_date .days {
    gap: 5px;
  }
}
.triangle_main_section .form_section .triangle_form .choose_date .days label, .triangle_main_section .form_section .newsletter_form .choose_date .days label {
  border-radius: 12px;
  background: #F6EBF5;
  margin: 0px;
  padding: 7px 18px;
  color: #828282;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
@media (max-width: 1024px) {
  .triangle_main_section .form_section .triangle_form .choose_date .days label, .triangle_main_section .form_section .newsletter_form .choose_date .days label {
    padding: 4px 12px;
    text-align: center;
  }
}
.triangle_main_section .form_section .triangle_form .choose_date .days label:hover, .triangle_main_section .form_section .newsletter_form .choose_date .days label:hover {
  cursor: pointer;
}
.triangle_main_section .form_section .triangle_form .choose_date .days input, .triangle_main_section .form_section .newsletter_form .choose_date .days input {
  display: none;
}
.triangle_main_section .form_section .triangle_form .choose_date .days input[type=radio]:checked + label, .triangle_main_section .form_section .newsletter_form .choose_date .days input[type=radio]:checked + label {
  border-radius: 14px;
  background: linear-gradient(270deg, #5206FF 3.24%, #AE1FFD 95.14%);
  color: #fff;
}
.triangle_main_section .form_section .triangle_form .choose_date .hours, .triangle_main_section .form_section .newsletter_form .choose_date .hours {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 28px 20px;
  justify-content: flex-start;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .triangle_main_section .form_section .triangle_form .choose_date .hours, .triangle_main_section .form_section .newsletter_form .choose_date .hours {
    gap: 20px 5px;
  }
}
.triangle_main_section .form_section .triangle_form .choose_date .hours label, .triangle_main_section .form_section .newsletter_form .choose_date .hours label {
  color: #828282;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  border-radius: 14px;
  border: 1px solid #B3B3B3;
  margin: 0px;
  padding: 7px 18px;
  width: 65px;
}
@media (max-width: 576px) {
  .triangle_main_section .form_section .triangle_form .choose_date .hours label, .triangle_main_section .form_section .newsletter_form .choose_date .hours label {
    width: 63px;
  }
}
.triangle_main_section .form_section .triangle_form .choose_date .hours label:hover, .triangle_main_section .form_section .newsletter_form .choose_date .hours label:hover {
  cursor: pointer;
}
.triangle_main_section .form_section .triangle_form .choose_date .hours input, .triangle_main_section .form_section .newsletter_form .choose_date .hours input {
  display: none;
}
.triangle_main_section .form_section .triangle_form .choose_date .hours input[type=radio]:checked + label, .triangle_main_section .form_section .newsletter_form .choose_date .hours input[type=radio]:checked + label {
  border-radius: 14px;
  background: linear-gradient(270deg, #5206FF 3.24%, #AE1FFD 95.14%);
  color: #fff;
}
.triangle_main_section .form_section .triangle_form .agree_wrapper, .triangle_main_section .form_section .newsletter_form .agree_wrapper {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .triangle_main_section .form_section .triangle_form .agree_wrapper, .triangle_main_section .form_section .newsletter_form .agree_wrapper {
    padding: 10px;
  }
}
.triangle_main_section .form_section .triangle_form .agree_wrapper label.agree_text, .triangle_main_section .form_section .newsletter_form .agree_wrapper label.agree_text {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .triangle_main_section .form_section .triangle_form .agree_wrapper label.agree_text, .triangle_main_section .form_section .newsletter_form .agree_wrapper label.agree_text {
    line-height: 1rem;
  }
}
.triangle_main_section .form_section .triangle_form .agree_wrapper input[type=checkbox], .triangle_main_section .form_section .newsletter_form .agree_wrapper input[type=checkbox] {
  accent-color: #AE1FFD;
  border-radius: 3px;
  border: 1px solid #AE1FFD;
}
.triangle_main_section .form_section .triangle_form .submit_btn, .triangle_main_section .form_section .newsletter_form .submit_btn {
  border-radius: 14px;
  background: linear-gradient(270deg, #5206FF 3.24%, #AE1FFD 95.14%);
  width: 178px;
  height: 46px;
  width: fit-content;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 1px 55px 5px 55px;
  margin: 30px auto;
  border: none;
}

@media (min-width: 1921px) {
  .onlineGainingES .hero_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .hero_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .hero_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .hero_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .hero_section {
    padding: 60px 28px;
  }
}
.onlineGainingES .hero_section {
  position: relative;
  background-image: url("https://wazdan.com/wp-content/uploads/hergo_traingle_bcg.png"), linear-gradient(184deg, rgb(46, 255, 231) 19%, rgb(71, 255, 96) 84%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 86px;
}
@media (max-width: 1024px) {
  .onlineGainingES .hero_section {
    margin-top: 56px;
  }
}
.onlineGainingES .hero_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.onlineGainingES .hero_section .wrapper h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .onlineGainingES .hero_section .wrapper h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
.onlineGainingES .hero_section .wrapper h1 {
  color: #191919;
  font-weight: 800;
  font-size: 67px;
  line-height: 83px;
  max-width: 869px;
  width: 100%;
}
@media (max-width: 768px) {
  .onlineGainingES .hero_section .wrapper h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.onlineGainingES .hero_section .wrapper .btn_talk {
  border-radius: 50px;
  background: #FFB031;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #12102B;
  padding: 15px;
  max-width: 250px;
  width: 100%;
}
.onlineGainingES .hero_section .wrapper .btn_talk:hover {
  color: #fff;
  background-color: #12102B;
  text-decoration: none;
}
@media (max-width: 768px) {
  .onlineGainingES .hero_section .wrapper .btn_talk {
    font-size: 18px;
    padding: 7px;
    max-width: 200px;
  }
}
.onlineGainingES .hero_section .triangle_first {
  position: absolute;
  left: 50px;
  bottom: -100px;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .onlineGainingES .hero_section .triangle_first {
    display: none;
  }
}
.onlineGainingES .hero_section .triangle_sec {
  position: absolute;
  right: 450px;
  bottom: -80px;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .onlineGainingES .hero_section .triangle_sec {
    display: none;
  }
}
.onlineGainingES .hero_section .triangle_third {
  position: absolute;
  right: 50px;
  bottom: -100px;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .onlineGainingES .hero_section .triangle_third {
    display: none;
  }
}
@media (min-width: 1921px) {
  .onlineGainingES .game_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .game_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .game_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .game_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .game_section {
    padding: 60px 28px;
  }
}
.onlineGainingES .game_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.onlineGainingES .game_section .wrapper h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .onlineGainingES .game_section .wrapper h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.onlineGainingES .game_section .wrapper h2 {
  color: #191919;
  font-size: 67px;
  line-height: 83px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .onlineGainingES .game_section .wrapper h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.onlineGainingES .game_section .wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .onlineGainingES .game_section .wrapper p {
    font-size: 22px;
    line-height: 27px;
  }
}
.onlineGainingES .game_section .wrapper .game_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
}
.onlineGainingES .game_section .wrapper .game_wrapper a {
  max-width: 405px;
  max-height: 306px;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.onlineGainingES .game_section .wrapper .game_wrapper a:hover {
  transform: scale(0.97);
}
.onlineGainingES .game_section .wrapper .game_wrapper a .game_image {
  border-radius: 20px;
}
.onlineGainingES .game_section .wrapper .discover_btn {
  border-radius: 50px;
  background: linear-gradient(90deg, #FFD42B 0%, #FF8012 100%);
  color: #12102B;
  text-align: center;
  font-family: "Wazdan Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 40px;
  margin-top: 53px;
}
.onlineGainingES .game_section .wrapper .discover_btn:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
@media (max-width: 768px) {
  .onlineGainingES .game_section .wrapper .discover_btn {
    padding: 10px 31px;
    font-size: 18px;
  }
}
@media (min-width: 1921px) {
  .onlineGainingES .math_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .math_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .math_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .math_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .math_section {
    padding: 60px 28px;
  }
}
.onlineGainingES .math_section {
  position: relative;
  overflow: hidden;
  background-color: #12102B;
}
.onlineGainingES .math_section .math_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.onlineGainingES .math_section .math_section_wrapper svg.first_triangle {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingES .math_section .math_section_wrapper svg.first_triangle {
    display: none;
  }
}
.onlineGainingES .math_section .math_section_wrapper svg.second_triangle {
  position: absolute;
  top: -350px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingES .math_section .math_section_wrapper svg.second_triangle {
    display: none;
  }
}
.onlineGainingES .math_section .math_section_wrapper svg.third_triangle {
  position: absolute;
  bottom: -110px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingES .math_section .math_section_wrapper svg.third_triangle {
    display: none;
  }
}
.onlineGainingES .math_section .math_section_wrapper svg.fourth_triangle {
  position: absolute;
  bottom: -110px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingES .math_section .math_section_wrapper svg.fourth_triangle {
    display: none;
  }
}
.onlineGainingES .math_section .math_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .onlineGainingES .math_section .math_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.onlineGainingES .math_section .math_section_wrapper .third_section_title {
  color: #FFF;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper .third_section_title {
    font-size: 27px;
    line-height: 36px;
  }
}
.onlineGainingES .math_section .math_section_wrapper p.third_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  color: #fff;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper p.third_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.onlineGainingES .math_section .math_section_wrapper .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper .counters {
    justify-content: center;
  }
}
.onlineGainingES .math_section .math_section_wrapper .counters .counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper .counters .counter {
    align-items: center;
    flex-direction: column;
  }
}
.onlineGainingES .math_section .math_section_wrapper .counters .counter .number {
  font-weight: 800;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background: linear-gradient(270deg, #FFD42B -63.34%, #FF8012 0.18%, #FFD42B 100.43%, #FF8012 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper .counters .counter .number {
    font-size: 65px;
    line-height: 65px;
  }
}
.onlineGainingES .math_section .math_section_wrapper .counters .counter .description {
  color: #fff;
  font-size: 25px;
  line-height: 31px;
  font-weight: 200;
}
.onlineGainingES .math_section .math_section_wrapper .btn_wrapper {
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.onlineGainingES .math_section .math_section_wrapper .btn_wrapper .btn_learn_more {
  background: linear-gradient(90deg, #FFD42B 0%, #FF8012 100%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.onlineGainingES .math_section .math_section_wrapper .btn_wrapper .btn_learn_more:hover {
  color: #12102B;
  background: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper .btn_wrapper .btn_learn_more {
    padding: 10px 70px;
    font-size: 18px;
  }
}
@media (min-width: 1921px) {
  .onlineGainingES .data_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .data_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .data_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .data_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .data_section {
    padding: 60px 28px;
  }
}
.onlineGainingES .data_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.onlineGainingES .data_section .wrapper h2 {
  color: #000;
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .onlineGainingES .data_section .wrapper h2 {
    font-size: 27px;
  }
}
.onlineGainingES .data_section .wrapper .text_wrapper {
  padding: 50px 0;
}
.onlineGainingES .data_section .wrapper .text_wrapper .fourth_section_text {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingES .data_section .wrapper .text_wrapper .fourth_section_text {
    font-size: 20px;
    line-height: 30px;
  }
}
.onlineGainingES .data_section .wrapper h3 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.onlineGainingES .data_section .wrapper .counters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingES .data_section .wrapper .counters {
    align-items: center;
    justify-content: center;
  }
}
.onlineGainingES .data_section .wrapper .counters .counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .onlineGainingES .data_section .wrapper .counters .counter {
    align-items: center;
    flex-direction: column;
  }
}
.onlineGainingES .data_section .wrapper .counters .counter .number {
  font-weight: 800;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .onlineGainingES .data_section .wrapper .counters .counter .number {
    font-size: 44px;
    line-height: 60px;
    padding: 0 5px;
  }
}
.onlineGainingES .data_section .wrapper .counters .counter .description {
  color: #000;
  font-size: 25px;
  line-height: 31px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .onlineGainingES .data_section .wrapper .counters .counter .description {
    text-align: center;
  }
}
.onlineGainingES .grounding_section {
  padding: 140px 0;
  background-color: #D4ECFF;
}
@media (max-width: 1024px) {
  .onlineGainingES .grounding_section {
    padding: 120px 0;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .grounding_section {
    padding: 90px 0;
  }
}
.onlineGainingES .grounding_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 85px;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .onlineGainingES .grounding_section .wrapper {
    padding-right: 20px;
    padding-left: 20px;
    gap: 30px;
  }
}
.onlineGainingES .grounding_section .wrapper h2 {
  color: #000;
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .onlineGainingES .grounding_section .wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingES .grounding_section .wrapper .text {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingES .grounding_section .wrapper .text {
    font-size: 24px;
    line-height: 34px;
  }
}
.onlineGainingES .grounding_section .wrapper .btn_meeting {
  padding: 14px 75px;
  border-radius: 50px;
  background: linear-gradient(90deg, #880CFF 0%, #3305FF 100%);
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.onlineGainingES .grounding_section .wrapper .btn_meeting:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
.onlineGainingES .grounding_section .image__gallery .image__wrapper {
  background-color: black;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .onlineGainingES .grounding_section .image__gallery .image__wrapper {
    pointer-events: none;
  }
}
.onlineGainingES .grounding_section .image__gallery .image__wrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
.onlineGainingES .grounding_section .image__gallery .image__wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
.onlineGainingES .grounding_section .image__gallery .slick-slide {
  margin: 0 10px;
  width: 350px;
}
.onlineGainingES .grounding_section .image__gallery .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .onlineGainingES .grounding_section .image__gallery .slick-dots {
    bottom: -80px;
  }
}
.onlineGainingES .grounding_section .image__gallery .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.onlineGainingES .grounding_section .image__gallery .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.onlineGainingES .grounding_section .image__gallery .slick-dots li button {
  height: 30px;
  width: 30px;
}
.onlineGainingES .grounding_section .image__gallery .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.onlineGainingES .grounding_section .image__gallery .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
@media (min-width: 1921px) {
  .onlineGainingES .engineered_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .engineered_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .engineered_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .engineered_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .engineered_section {
    padding: 60px 28px;
  }
}
.onlineGainingES .engineered_section {
  background-color: #12102B;
}
.onlineGainingES .engineered_section .engineered_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.onlineGainingES .engineered_section .engineered_section_wrapper h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingES .engineered_section .engineered_section_wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingES .engineered_section .engineered_section_wrapper p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingES .engineered_section .engineered_section_wrapper p {
    font-size: 25px;
  }
}
.onlineGainingES .engineered_section .engineered_section_wrapper .wrapper {
  display: flex;
  gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .onlineGainingES .engineered_section .engineered_section_wrapper .wrapper {
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .onlineGainingES .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .form_section {
    padding: 60px 28px;
  }
}
.onlineGainingES .form_section {
  background: linear-gradient(180deg, #880CFF 0%, #3305FF 100%);
}
.onlineGainingES .form_section .form_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .onlineGainingES .form_section .form_section_wrapper {
    gap: 20px;
  }
}
.onlineGainingES .form_section .form_section_wrapper h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingES .form_section .form_section_wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingES .form_section .form_section_wrapper p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingES .form_section .form_section_wrapper p {
    font-size: 25px;
  }
}
.onlineGainingES .form_section .form_section_wrapper .success_message {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.onlineGainingES .form_section .form_section_wrapper .disabled {
  opacity: 0.7;
}
.onlineGainingES .form_section .form_section_wrapper .loading {
  display: none;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.onlineGainingES .form_section .form_section_wrapper .gaining_form_ES {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.onlineGainingES .form_section .form_section_wrapper .gaining_form_ES input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.onlineGainingES .form_section .form_section_wrapper .gaining_form_ES ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.onlineGainingES .form_section .form_section_wrapper .gaining_form_ES .submit_btn {
  border-radius: 50px;
  padding: 20px;
  background: #FFB031;
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border: none;
}
.onlineGainingES .form_section .form_section_wrapper .gaining_form_ES .submit_btn:hover {
  color: #fff;
  background-color: #12102B;
  text-decoration: none;
}
.onlineGainingES .form_section .form_section_wrapper .agree_text p {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
.onlineGainingES .form_section .form_section_wrapper .agree_text p a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .onlineGainingES .form_section .form_section_wrapper .agree_text p {
    line-height: 1.3rem;
  }
}
@media (min-width: 1921px) {
  .onlineGainingES .keep_abreast_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .keep_abreast_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .keep_abreast_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .keep_abreast_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .keep_abreast_section {
    padding: 60px 28px;
  }
}
.onlineGainingES .keep_abreast_section {
  background-color: #fff;
}
.onlineGainingES .keep_abreast_section .section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.onlineGainingES .keep_abreast_section .section_wrapper h2 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingES .keep_abreast_section .section_wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .abreast_text {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .abreast_text {
    font-size: 25px;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper {
  max-width: 1336px;
  width: 100%;
  margin: auto;
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper {
    margin-bottom: 45px;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item {
  margin: 15px 0;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fff;
  transition: transform 0.3s;
}
@media (max-width: 1400px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    max-width: 400px;
  }
}
@media (max-width: 1290px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    max-width: 370px;
  }
}
@media (max-width: 1024px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    padding: 30px;
    min-height: 380px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    width: auto;
    max-width: 422px;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title {
  margin-bottom: 12px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title a {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title a {
  color: #191919;
  padding: 15px 0px;
  pointer-events: none;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper {
  position: absolute;
  top: 34px;
  max-height: 40px;
  right: -2px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  border-radius: 8px 0px 0px 8px;
  background: #F3F8FC;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper .img__wrapper {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper .img__wrapper img {
  height: 100%;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #3B3B3B;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper a.news-category-name:hover {
  text-decoration: none;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-description p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper a {
  font-size: 20px;
  line-height: 26px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-btn {
  display: flex;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-btn a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: var(--Red, linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-btn a:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news:hover {
  cursor: pointer;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: transform 0.3s ease-in-out;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news:hover .news-btn {
  text-decoration: none;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-prev:before, .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-next:before {
  font-size: 30px;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-prev:before, .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-next:before {
    display: none;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-prev {
  left: -50px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-next {
  right: -40px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots {
    bottom: -80px;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li button {
  height: 30px;
  width: 30px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.onlineGainingES .keep_abreast_section .section_wrapper .success_message_newsletter {
  display: none;
  color: #12102B;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .disabled_newsletter {
  opacity: 0.7;
}
.onlineGainingES .keep_abreast_section .section_wrapper .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  background-color: #CCE4FF;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form .newsletter_submit_btn {
  border-radius: 50px;
  border: none;
  padding: 20px;
  background: linear-gradient(90deg, #FF76FF 0%, #FF3D17 100%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form .newsletter_submit_btn:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form .agree_text_newsletter {
  text-align: center;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form .agree_text_newsletter a {
  color: #12102B;
  text-decoration: underline;
}

@media (min-width: 1921px) {
  .onlineGainingPT .hero_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .hero_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .hero_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .hero_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .hero_section {
    padding: 60px 28px;
  }
}
.onlineGainingPT .hero_section {
  position: relative;
  background-image: url("https://wazdan.com/wp-content/uploads/hergo_traingle_bcg_latam.png.png"), linear-gradient(180deg, #880CFF 0%, #3305FF 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 86px;
}
@media (max-width: 1024px) {
  .onlineGainingPT .hero_section {
    margin-top: 56px;
  }
}
.onlineGainingPT .hero_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.onlineGainingPT .hero_section .wrapper h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .onlineGainingPT .hero_section .wrapper h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
.onlineGainingPT .hero_section .wrapper h1 {
  color: #FFF;
  font-weight: 800;
  font-size: 67px;
  line-height: 83px;
  max-width: 869px;
  width: 100%;
}
@media (max-width: 768px) {
  .onlineGainingPT .hero_section .wrapper h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.onlineGainingPT .hero_section .wrapper .btn_talk {
  border-radius: 50px;
  background: #FFB031;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #12102B;
  padding: 15px;
  max-width: 250px;
  width: 100%;
}
.onlineGainingPT .hero_section .wrapper .btn_talk:hover {
  color: #fff;
  background-color: #12102B;
  text-decoration: none;
}
@media (max-width: 768px) {
  .onlineGainingPT .hero_section .wrapper .btn_talk {
    font-size: 18px;
    padding: 7px;
    max-width: 200px;
  }
}
.onlineGainingPT .hero_section .triangle_first {
  position: absolute;
  left: 50px;
  bottom: -100px;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .onlineGainingPT .hero_section .triangle_first {
    display: none;
  }
}
.onlineGainingPT .hero_section .triangle_sec {
  position: absolute;
  right: 450px;
  bottom: -80px;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .onlineGainingPT .hero_section .triangle_sec {
    display: none;
  }
}
.onlineGainingPT .hero_section .triangle_third {
  position: absolute;
  right: 50px;
  bottom: -100px;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .onlineGainingPT .hero_section .triangle_third {
    display: none;
  }
}
@media (min-width: 1921px) {
  .onlineGainingPT .game_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .game_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .game_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .game_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .game_section {
    padding: 60px 28px;
  }
}
.onlineGainingPT .game_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.onlineGainingPT .game_section .wrapper h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .onlineGainingPT .game_section .wrapper h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.onlineGainingPT .game_section .wrapper h2 {
  color: #191919;
  font-size: 67px;
  line-height: 83px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .onlineGainingPT .game_section .wrapper h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.onlineGainingPT .game_section .wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .onlineGainingPT .game_section .wrapper p {
    font-size: 22px;
    line-height: 27px;
  }
}
.onlineGainingPT .game_section .wrapper .game_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
}
.onlineGainingPT .game_section .wrapper .game_wrapper a {
  max-width: 405px;
  max-height: 306px;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.onlineGainingPT .game_section .wrapper .game_wrapper a:hover {
  transform: scale(0.97);
}
.onlineGainingPT .game_section .wrapper .game_wrapper a .game_image {
  border-radius: 20px;
}
.onlineGainingPT .game_section .wrapper .discover_btn {
  border-radius: 50px;
  background: linear-gradient(90deg, #FFD42B 0%, #FF8012 100%);
  color: #12102B;
  text-align: center;
  font-family: "Wazdan Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 40px;
  margin-top: 53px;
}
.onlineGainingPT .game_section .wrapper .discover_btn:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
@media (max-width: 768px) {
  .onlineGainingPT .game_section .wrapper .discover_btn {
    padding: 10px 31px;
    font-size: 18px;
  }
}
@media (min-width: 1921px) {
  .onlineGainingPT .math_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .math_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .math_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .math_section {
    padding: 60px 28px;
  }
}
.onlineGainingPT .math_section {
  position: relative;
  overflow: hidden;
  background-color: #12102B;
}
.onlineGainingPT .math_section .math_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.onlineGainingPT .math_section .math_section_wrapper svg.first_triangle {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingPT .math_section .math_section_wrapper svg.first_triangle {
    display: none;
  }
}
.onlineGainingPT .math_section .math_section_wrapper svg.second_triangle {
  position: absolute;
  top: -350px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingPT .math_section .math_section_wrapper svg.second_triangle {
    display: none;
  }
}
.onlineGainingPT .math_section .math_section_wrapper svg.third_triangle {
  position: absolute;
  bottom: -110px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingPT .math_section .math_section_wrapper svg.third_triangle {
    display: none;
  }
}
.onlineGainingPT .math_section .math_section_wrapper svg.fourth_triangle {
  position: absolute;
  bottom: -110px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingPT .math_section .math_section_wrapper svg.fourth_triangle {
    display: none;
  }
}
.onlineGainingPT .math_section .math_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .onlineGainingPT .math_section .math_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.onlineGainingPT .math_section .math_section_wrapper .third_section_title {
  color: #FFF;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper .third_section_title {
    font-size: 27px;
    line-height: 36px;
  }
}
.onlineGainingPT .math_section .math_section_wrapper p.third_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  color: #fff;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper p.third_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.onlineGainingPT .math_section .math_section_wrapper .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper .counters {
    justify-content: center;
    align-items: center;
  }
}
.onlineGainingPT .math_section .math_section_wrapper .counters .counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper .counters .counter {
    align-items: center;
    flex-direction: column;
  }
}
.onlineGainingPT .math_section .math_section_wrapper .counters .counter .number {
  font-weight: 800;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background: linear-gradient(270deg, #FFD42B -63.34%, #FF8012 0.18%, #FFD42B 100.43%, #FF8012 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper .counters .counter .number {
    font-size: 65px;
    line-height: 65px;
  }
}
.onlineGainingPT .math_section .math_section_wrapper .counters .counter .description {
  color: #fff;
  font-size: 25px;
  line-height: 31px;
  font-weight: 200;
}
.onlineGainingPT .math_section .math_section_wrapper .btn_wrapper {
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.onlineGainingPT .math_section .math_section_wrapper .btn_wrapper .btn_learn_more {
  background: linear-gradient(90deg, #FFD42B 0%, #FF8012 100%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.onlineGainingPT .math_section .math_section_wrapper .btn_wrapper .btn_learn_more:hover {
  color: #12102B;
  background: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper .btn_wrapper .btn_learn_more {
    padding: 10px 70px;
    font-size: 18px;
  }
}
@media (min-width: 1921px) {
  .onlineGainingPT .data_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .data_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .data_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .data_section {
    padding: 60px 28px;
  }
}
.onlineGainingPT .data_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.onlineGainingPT .data_section .wrapper h2 {
  color: #000;
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section .wrapper h2 {
    font-size: 27px;
  }
}
.onlineGainingPT .data_section .wrapper .text_wrapper {
  padding: 50px 0;
}
.onlineGainingPT .data_section .wrapper .text_wrapper .fourth_section_text {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section .wrapper .text_wrapper .fourth_section_text {
    font-size: 20px;
    line-height: 30px;
  }
}
.onlineGainingPT .data_section .wrapper h3 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.onlineGainingPT .data_section .wrapper .counters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section .wrapper .counters {
    align-items: center;
    justify-content: center;
  }
}
.onlineGainingPT .data_section .wrapper .counters .counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section .wrapper .counters .counter {
    align-items: center;
    flex-direction: column;
  }
}
.onlineGainingPT .data_section .wrapper .counters .counter .number {
  font-weight: 800;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section .wrapper .counters .counter .number {
    font-size: 44px;
    line-height: 60px;
    padding: 0 5px;
  }
}
.onlineGainingPT .data_section .wrapper .counters .counter .description {
  color: #000;
  font-size: 25px;
  line-height: 31px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section .wrapper .counters .counter .description {
    text-align: center;
  }
}
.onlineGainingPT .grounding_section {
  padding: 140px 0;
  background-color: #D4ECFF;
}
@media (max-width: 1024px) {
  .onlineGainingPT .grounding_section {
    padding: 120px 0;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .grounding_section {
    padding: 90px 0;
  }
}
.onlineGainingPT .grounding_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 85px;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .onlineGainingPT .grounding_section .wrapper {
    padding-right: 20px;
    padding-left: 20px;
    gap: 30px;
  }
}
.onlineGainingPT .grounding_section .wrapper h2 {
  color: #000;
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .onlineGainingPT .grounding_section .wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingPT .grounding_section .wrapper .text {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingPT .grounding_section .wrapper .text {
    font-size: 24px;
    line-height: 34px;
  }
}
.onlineGainingPT .grounding_section .wrapper .btn_meeting {
  padding: 14px 75px;
  border-radius: 50px;
  background: linear-gradient(90deg, #880CFF 0%, #3305FF 100%);
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.onlineGainingPT .grounding_section .wrapper .btn_meeting:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
.onlineGainingPT .grounding_section .image__gallery .image__wrapper {
  background-color: black;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .onlineGainingPT .grounding_section .image__gallery .image__wrapper {
    pointer-events: none;
  }
}
.onlineGainingPT .grounding_section .image__gallery .image__wrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
.onlineGainingPT .grounding_section .image__gallery .image__wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
.onlineGainingPT .grounding_section .image__gallery .slick-slide {
  margin: 0 10px;
  width: 350px;
}
.onlineGainingPT .grounding_section .image__gallery .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .onlineGainingPT .grounding_section .image__gallery .slick-dots {
    bottom: -80px;
  }
}
.onlineGainingPT .grounding_section .image__gallery .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.onlineGainingPT .grounding_section .image__gallery .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.onlineGainingPT .grounding_section .image__gallery .slick-dots li button {
  height: 30px;
  width: 30px;
}
.onlineGainingPT .grounding_section .image__gallery .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.onlineGainingPT .grounding_section .image__gallery .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
@media (min-width: 1921px) {
  .onlineGainingPT .engineered_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .engineered_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .engineered_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .engineered_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .engineered_section {
    padding: 60px 28px;
  }
}
.onlineGainingPT .engineered_section {
  background-color: #12102B;
}
.onlineGainingPT .engineered_section .engineered_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.onlineGainingPT .engineered_section .engineered_section_wrapper h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingPT .engineered_section .engineered_section_wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingPT .engineered_section .engineered_section_wrapper p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingPT .engineered_section .engineered_section_wrapper p {
    font-size: 25px;
  }
}
.onlineGainingPT .engineered_section .engineered_section_wrapper .wrapper {
  display: flex;
  gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .onlineGainingPT .engineered_section .engineered_section_wrapper .wrapper {
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .onlineGainingPT .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .form_section {
    padding: 60px 28px;
  }
}
.onlineGainingPT .form_section {
  background: linear-gradient(180deg, #880CFF 0%, #3305FF 100%);
}
.onlineGainingPT .form_section .form_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .onlineGainingPT .form_section .form_section_wrapper {
    gap: 20px;
  }
}
.onlineGainingPT .form_section .form_section_wrapper h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingPT .form_section .form_section_wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingPT .form_section .form_section_wrapper p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingPT .form_section .form_section_wrapper p {
    font-size: 25px;
  }
}
.onlineGainingPT .form_section .form_section_wrapper .success_message {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.onlineGainingPT .form_section .form_section_wrapper .disabled {
  opacity: 0.7;
}
.onlineGainingPT .form_section .form_section_wrapper .loading {
  display: none;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.onlineGainingPT .form_section .form_section_wrapper .gaining_form_PT {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.onlineGainingPT .form_section .form_section_wrapper .gaining_form_PT input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.onlineGainingPT .form_section .form_section_wrapper .gaining_form_PT ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.onlineGainingPT .form_section .form_section_wrapper .gaining_form_PT .submit_btn {
  border-radius: 50px;
  padding: 20px;
  background: #FFB031;
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border: none;
}
.onlineGainingPT .form_section .form_section_wrapper .gaining_form_PT .submit_btn:hover {
  color: #fff;
  background-color: #12102B;
  text-decoration: none;
}
.onlineGainingPT .form_section .form_section_wrapper .agree_text p {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
.onlineGainingPT .form_section .form_section_wrapper .agree_text p a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .onlineGainingPT .form_section .form_section_wrapper .agree_text p {
    line-height: 1.3rem;
  }
}
@media (min-width: 1921px) {
  .onlineGainingPT .keep_abreast_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .keep_abreast_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .keep_abreast_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .keep_abreast_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .keep_abreast_section {
    padding: 60px 28px;
  }
}
.onlineGainingPT .keep_abreast_section {
  background-color: #fff;
}
.onlineGainingPT .keep_abreast_section .section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper h2 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .abreast_text {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .abreast_text {
    font-size: 25px;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper {
  max-width: 1336px;
  width: 100%;
  margin: auto;
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper {
    margin-bottom: 45px;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item {
  margin: 15px 0;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fff;
  transition: transform 0.3s;
}
@media (max-width: 1400px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    max-width: 400px;
  }
}
@media (max-width: 1290px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    max-width: 370px;
  }
}
@media (max-width: 1024px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    padding: 30px;
    min-height: 380px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    width: auto;
    max-width: 422px;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title {
  margin-bottom: 12px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title a {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title a {
  color: #191919;
  padding: 15px 0px;
  pointer-events: none;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper {
  position: absolute;
  top: 34px;
  max-height: 40px;
  right: -2px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  border-radius: 8px 0px 0px 8px;
  background: #F3F8FC;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper .img__wrapper {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper .img__wrapper img {
  height: 100%;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #3B3B3B;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper a.news-category-name:hover {
  text-decoration: none;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-description p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper a {
  font-size: 20px;
  line-height: 26px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-btn {
  display: flex;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-btn a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: var(--Red, linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-btn a:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news:hover {
  cursor: pointer;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: transform 0.3s ease-in-out;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news:hover .news-btn {
  text-decoration: none;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-prev:before, .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-next:before {
  font-size: 30px;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-prev:before, .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-next:before {
    display: none;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-prev {
  left: -50px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-next {
  right: -40px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots {
    bottom: -80px;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li button {
  height: 30px;
  width: 30px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .success_message_newsletter {
  display: none;
  color: #12102B;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .disabled_newsletter {
  opacity: 0.7;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  background-color: #CCE4FF;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form .newsletter_submit_btn {
  border-radius: 50px;
  border: none;
  padding: 20px;
  background: linear-gradient(90deg, #FF76FF 0%, #FF3D17 100%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form .newsletter_submit_btn:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form .agree_text_newsletter {
  text-align: center;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form .agree_text_newsletter a {
  color: #12102B;
  text-decoration: underline;
}

.pink_landing .hero_section {
  min-height: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.pink_landing .hero_section .hero_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 40px;
  padding-left: 0;
}
.pink_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 650px;
  position: absolute;
  top: 8%;
  left: 55%;
}
.pink_landing .hero_section .hero_wrapper .hero_title {
  background: var(--Linear, linear-gradient(98deg, #FF76FF 5.98%, #FF3D17 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 765px;
  width: 100%;
  font-weight: 800;
  font-size: 67px;
  line-height: 84.42px;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.pink_landing .hero_section .hero_wrapper .hero_text {
  max-width: 765px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.pink_landing .hero_section .hero_wrapper .second_image {
  position: absolute;
  left: 0;
  z-index: 0;
  max-width: 180px;
  bottom: -60%;
}
.pink_landing .second_section {
  padding: 120px 96px;
  background-color: #12102B;
}
.pink_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.pink_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.pink_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pink_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper .list_item {
  color: #FFF;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  list-style: none;
  text-decoration: none;
}
.pink_landing .third_image {
  position: absolute;
  top: 18%;
  right: 0;
  max-width: 375px;
}
.pink_landing .third_section {
  position: relative;
  overflow: hidden;
  padding: 120px 96px;
}
.pink_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.pink_landing .third_section .third_section_wrapper .third_section_title {
  color: #FF4A71;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.pink_landing .fourth_image {
  position: absolute;
  top: 31%;
  left: 0;
  max-width: 200px;
  height: auto;
}
.pink_landing .fourth_section {
  background-color: linear-gradient(66deg, #FF76FF 15.25%, #FF3D17 84.75%);
  padding: 120px 96px;
}
.pink_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.pink_landing .fourth_section .fourth_section_wrapper h3 {
  color: #FFF;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
  margin-top: 80px;
}
.pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_desc .title {
  color: #FFF;
  font-family: "Wazdan Sans";
  font-size: 41px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_desc .desc {
  color: #FFF;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_image {
  max-width: 211px;
  margin-right: 80px;
}
.pink_landing .fifth_section {
  background: #12102B;
  padding: 120px 96px;
}
.pink_landing .fifth_section h3 {
  font-size: 48px;
  line-height: 51px;
  color: #fff;
  font-weight: 800;
  position: relative;
}
.pink_landing .fifth_section .fifth_section_wrapper {
  margin: auto;
  max-width: 1250px;
  width: 100%;
}
.pink_landing .fifth_section .fifth_section_wrapper p {
  color: #D9D9D9;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.pink_landing .fifth_section .fifth_section_wrapper a {
  color: #D9D9D9;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .pink_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
  .pink_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
  }
  .pink_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
  .pink_landing .hero_section .hero_wrapper .hero_text {
    font-size: 20px;
    line-height: 30px;
  }
  .pink_landing .hero_section .hero_wrapper .first_image {
    display: none;
  }
  .pink_landing .hero_section .hero_wrapper .second_image {
    max-width: 62px;
    top: 71%;
  }
  .pink_landing .second_section {
    padding: 60px 28px;
  }
  .pink_landing .second_section .second_section_wrapper .second_section_title {
    font-size: 30px;
    line-height: 36px;
  }
  .pink_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .pink_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper .list_item {
    font-size: 16px;
    line-height: 30px;
  }
  .pink_landing .third_section {
    padding: 60px 28px;
  }
  .pink_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 20px;
    text-align: center;
  }
  .pink_landing .third_image {
    max-width: 85px;
    top: 19%;
  }
  .pink_landing .fourth_section {
    padding: 60px 28px;
  }
  .pink_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 26px;
  }
  .pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper {
    flex-direction: column;
    gap: 5px;
  }
  .pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_image {
    margin: auto;
    display: flex;
    min-width: fit-content;
  }
  .pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .title {
    font-size: 30px !important;
    text-align: center;
  }
  .pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .desc {
    font-size: 20px !important;
    text-align: center;
  }
  .pink_landing .fourth_image {
    display: none;
  }
  .pink_landing .fifth_section {
    background-image: none !important;
    padding: 60px 28px;
  }
  .pink_landing .fifth_section h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .pink_landing .fifth_section .fifth_section_wrapper p {
    font-size: 22px;
  }
}
.pink_landing img.reason_image.wide {
  margin-left: 40px;
  margin-right: 110px !important;
}
@media (min-width: 1000px) and (max-width: 1800px) {
  .pink_landing .hero_section .hero_wrapper {
    padding-left: 40px;
  }
  .pink_landing .hero_section .hero_wrapper .first_image {
    max-width: 550px;
    top: 22%;
    left: 53%;
  }
  .pink_landing .hero_section .hero_wrapper .second_image {
    max-width: 100px;
    bottom: -45%;
  }
  .pink_landing .hero_section .hero_wrapper .hero_title {
    max-width: 520px;
  }
  .pink_landing .third_image {
    top: 24%;
    max-width: 174px;
  }
  .pink_landing .fourth_image {
    top: 36%;
    max-width: 85px !important;
  }
}

.valdrop_landing {
  background: #12102B;
  color: white;
}
.valdrop_landing .breadcrumbs {
  color: #fff;
}
.valdrop_landing .breadcrumbs a {
  color: #fff !important;
  display: none;
}
.valdrop_landing .breadcrumbs span {
  display: none;
}
.valdrop_landing .hero_section {
  min-height: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.valdrop_landing .hero_section .hero_wrapper {
  place-items: center;
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 40px;
  z-index: 5;
}
.valdrop_landing .hero_section .hero_wrapper .hero_title {
  padding-bottom: 30px;
  background: var(--Linear, linear-gradient(98deg, #FF5E89 5.98%, #FF8012 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 67px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.valdrop_landing .hero_section .hero_wrapper .hero_text {
  max-width: 1250px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Wazdan Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.valdrop_landing .hero_section .hero_wrapper .hero_title_reward {
  background: var(--Linear, linear-gradient(98deg, #FF5E89 5.98%, #FF8012 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 180px;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.valdrop_landing .hero_section .hero_wrapper .scroll_button {
  border: 0.5px solid #12102B;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  padding: 8px 32px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
  background: linear-gradient(270deg, #FF5E89 -63.34%, #FF8012 0.18%, #FF5E89 100.43%, #FF8012 151.64%);
  color: #000;
}
.valdrop_landing .second_section {
  padding: 80px 96px;
}
.valdrop_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 5;
}
.valdrop_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.valdrop_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 20px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input, .valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 0px 20px;
  margin: 0px;
  border: white;
  height: 60px;
  text-align: center;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input::placeholder, .valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input::placeholder {
  font-size: 24px;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper .agree {
  font-size: 12px;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper .xmas_submit {
  display: none;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper #promoButtonFirst {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 22px;
  background-color: black;
  color: white;
  border: none;
  font-weight: 600;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper #formApiErrors {
  color: red;
  font-size: 24px;
}
.valdrop_landing .section_award {
  padding: 80px 96px;
}
.valdrop_landing .section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
  z-index: 5;
}
.valdrop_landing .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  z-index: 5;
}
@media (max-width: 768px) {
  .valdrop_landing .section_award .section_wrapper {
    align-items: center;
  }
}
.valdrop_landing .section_award .section_wrapper .award {
  max-width: 260px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.valdrop_landing .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.valdrop_landing .section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .valdrop_landing .section_award .section_wrapper .middle {
    max-width: 260px;
    order: -1;
  }
}
.valdrop_landing .form_second_section {
  padding: 80px 0px 0px 0px;
  background-image: url("https://wazdan.com/wp-content/uploads/valentinvedroplp_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.valdrop_landing .form_second_section .section_wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  flex-direction: column;
}
.valdrop_landing .form_second_section .section_background {
  position: relative;
}
.valdrop_landing .form_second_section .section_background .form_section_container {
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .valdrop_landing .form_second_section .section_background .form_section_container {
    margin: 0 40px;
    padding: 80px 0;
  }
}
.valdrop_landing .form_second_section .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.valdrop_landing .form_second_section .form_heading {
  z-index: 4;
  padding: 40px 60px;
  border-radius: 20px 20px 0px 0px;
  z-index: 5;
}
@media (max-width: 768px) {
  .valdrop_landing .form_second_section .form_heading {
    padding: 0px;
  }
}
.valdrop_landing .form_second_section .form_heading h2 {
  font-size: 60px;
  color: #fff;
  margin: 0;
  font-weight: 800;
}
.valdrop_landing .form_second_section .form_wrapper {
  padding: 60px 60px;
  position-area: center;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
  gap: 40px;
  align-items: flex-start;
  border-radius: 0px 0px 20px 20px;
  z-index: 5;
  position: relative;
}
@media (max-width: 768px) {
  .valdrop_landing .form_second_section .form_wrapper {
    flex-direction: column;
    padding: 30px 0 20px 0;
  }
}
.valdrop_landing .form_second_section .form_wrapper .form_content {
  flex: 1;
  padding: 5px;
}
.valdrop_landing .form_second_section .form_wrapper .form_content p {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 768px) {
  .valdrop_landing .form_second_section .form_wrapper .form_content p {
    font-size: 20px;
  }
}
.valdrop_landing .form_second_section .form_wrapper .form_area {
  flex: 1;
  padding: 10px;
  text-align: center;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .disabled {
  opacity: 0.7;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.valdrop_landing .form_second_section .form_wrapper .form_area input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.valdrop_landing .form_second_section .form_wrapper .form_area ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter {
  color: #fff;
  background-color: #3305FF;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter:hover {
  background: #000 !important;
  text-decoration: none;
  cursor: pointer;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  margin: 0;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .valdrop_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .valdrop_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.valdrop_landing .third_section {
  padding: 80px 96px;
}
.valdrop_landing .third_section .balloon1 {
  position: absolute;
  top: 10%;
  left: 50px;
  width: 400px;
  pointer-events: none;
  animation: float 5s ease-in-out infinite;
  z-index: 5;
}
.valdrop_landing .third_section .balloon2 {
  position: absolute;
  top: 16%;
  right: 0px;
  width: 400px;
  pointer-events: none;
  animation: float 7s ease-in-out infinite;
  z-index: 5;
}
.valdrop_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 5;
}
.valdrop_landing .third_section .third_section_wrapper .third_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
}
.valdrop_landing .third_section .third_section_wrapper .video {
  border-radius: 20px;
  max-width: 800px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.valdrop_landing .fourth_section {
  padding: 80px 96px;
  position: relative;
  z-index: 5;
}
.valdrop_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.valdrop_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.valdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-bottom: 52px;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 40px;
}
.valdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper .promo_tools {
  position: relative;
  overflow: hidden;
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  border-radius: 120px;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.valdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper .promo_tools::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #FF5E89, #FF8012);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: inherit;
  z-index: -1;
}
.valdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper .promo_tools:hover {
  color: #000;
}
.valdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper .promo_tools:hover::before {
  opacity: 1;
}
.valdrop_landing .fifth_section {
  padding: 80px 96px;
  position: relative;
  z-index: 5;
}
.valdrop_landing .fifth_section .fifth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.valdrop_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
}
.valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text {
  color: white;
  flex: 1;
  align-self: center;
}
.valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
  font-size: 55px;
  color: white;
  line-height: 1.2;
}
.valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
  font-size: 60px;
  padding-top: 30px;
  color: white;
  font-weight: bold;
}
.valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .role {
  font-size: 25px;
  color: white;
}
.valdrop_landing .fifth_section .fifth_section_wrapper .image_wrapper {
  position: relative;
  flex: 1;
}
.valdrop_landing .fifth_section .fifth_section_wrapper .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
.valdrop_landing .sixth_section {
  padding: 80px 96px;
  position: relative;
  z-index: 5;
}
.valdrop_landing .sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.valdrop_landing .sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}
.valdrop_landing .sixth_section .counter {
  display: flex;
}
.valdrop_landing .sixth_section .counter .mark {
  background: var(--Linear, linear-gradient(98deg, #FF5E89 5.98%, #FF8012 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 180px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
  padding: 0px;
}
.valdrop_landing .sixth_section .counter .count {
  background: var(--Linear, linear-gradient(98deg, #FF5E89 5.98%, #FF8012 94.42%));
  align-content: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 180px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.valdrop_landing .slider_section {
  background-color: #D4ECFF;
  padding: 113px 0;
  display: flex;
  flex-direction: column;
}
.valdrop_landing .slider_section .network_slider {
  z-index: 5;
}
.valdrop_landing .slider_section .network_slider .slick-slide {
  padding: 0 10px;
}
.valdrop_landing .slider_section .network_slider .slick-slide img {
  border-radius: 38px;
  max-height: 384px;
  width: 100%;
  height: 100%;
}
.valdrop_landing .seventh_section {
  position: relative;
}
@media (min-width: 1921px) {
  .valdrop_landing .seventh_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .valdrop_landing .seventh_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .valdrop_landing .seventh_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .valdrop_landing .seventh_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .valdrop_landing .seventh_section {
    padding: 60px 28px;
  }
}
.valdrop_landing .seventh_section {
  text-align: center;
}
.valdrop_landing .seventh_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #12102b;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
.valdrop_landing .seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
  z-index: 5;
}
.valdrop_landing .seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  z-index: 5;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #FF5E89 5.98%, #ff7830 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #ff7830 5.98%, #FF8012 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-70px);
  }
}
@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 768px) {
  .valdrop_landing .hero_section .hero_wrapper {
    padding: 40px 20px;
  }
  .valdrop_landing .hero_section .hero_wrapper .hero_title {
    font-size: 40px !important;
  }
  .valdrop_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .valdrop_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .valdrop_landing .third_section {
    padding: 40px 45px;
  }
  .valdrop_landing .third_section .balloon1, .valdrop_landing .third_section .balloon2 {
    display: none;
  }
  .valdrop_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .valdrop_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .valdrop_landing .section_award {
    padding: 40px 45px;
  }
  .valdrop_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .valdrop_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .valdrop_landing .second_section {
    padding: 40px 0px;
  }
  .valdrop_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .valdrop_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .valdrop_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input, .valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .valdrop_landing .second_section .second_section_wrapper .form_wrapper .xmas_submit {
    background: var(--Linear, linear-gradient(98deg, #FF5E89 5.98%, #FF8012 94.42%));
    color: black;
  }
  .valdrop_landing .fourth_section {
    padding: 40px 45px;
  }
  .valdrop_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .valdrop_landing .fifth_section {
    padding: 40px 45px;
  }
  .valdrop_landing .fifth_section .fifth_section_title {
    font-size: 30px;
  }
  .valdrop_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column;
  }
  .valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 20px;
  }
  .valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 30px;
    padding-top: 5px;
  }
  .valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_title {
    font-size: 25px;
  }
  .valdrop_landing .sixth_section {
    padding: 40px 45px;
  }
  .valdrop_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .valdrop_landing .sixth_section .counter .count, .valdrop_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .valdrop_landing .seventh_section {
    padding: 40px 20px;
  }
  .valdrop_landing .seventh_section::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #12102b;
    transform: skewY(3deg);
    transform-origin: top left;
    z-index: 0;
  }
  .valdrop_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .valdrop_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
  .valdrop_landing .form_second_section {
    padding: 40px 0px;
  }
  .valdrop_landing .form_second_section .image_wrapper {
    display: none;
  }
  .valdrop_landing .form_second_section .form_heading {
    position: initial;
    transform: none;
  }
  .valdrop_landing .form_second_section .form_heading h2 {
    color: white;
    font-size: 30px;
  }
  .valdrop_landing .form_second_section .form_wrapper {
    position: initial;
    gap: 0px;
  }
  .valdrop_landing .form_second_section .form_wrapper .form_content {
    padding: 0px 45px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .valdrop_landing .form_second_section .form_wrapper .form_content {
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .valdrop_landing .form_second_section .form_wrapper .form_content p {
    color: white;
    font-weight: 400;
    font-size: 25px;
  }
  .valdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .valdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .valdrop_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .valdrop_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .valdrop_landing .section_award .section_wrapper .award {
    max-width: 300px;
    width: 100%;
  }
  .valdrop_landing .second_section {
    padding: 80px 0px;
  }
  .valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input, .valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 35px;
  }
  .valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 45px;
  }
  .valdrop_landing .sixth_section .counter .mark, .valdrop_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .valdrop_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
  .valdrop_landing .form_second_section .form_heading {
    top: 20%;
    left: 35%;
  }
  .valdrop_landing .form_second_section .form_wrapper {
    align-items: center;
    top: 35%;
    padding: 0px 50px;
  }
  .valdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .valdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 100px;
  }
}
.rio2025_landing {
  background: #12102B;
  color: white;
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.rio2025_landing .breadcrumbs {
  color: #fff;
}
.rio2025_landing .breadcrumbs a {
  color: #fff !important;
  display: none;
}
.rio2025_landing .breadcrumbs span {
  display: none;
}
.rio2025_landing .hero_section {
  margin-top: 60px;
  min-height: 600px;
  background-image: url("https://wazdan.com/wp-content/uploads/RIO_yellow-1.png");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .rio2025_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.rio2025_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rio2025_landing .hero_section .hero_wrapper .text_section img {
  max-width: 500px;
  width: 100%;
}
.rio2025_landing .hero_section .hero_wrapper {
  border-radius: 20px;
  max-width: 1550px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 60px;
  padding-left: 80px;
  margin: 60px auto;
}
@media (max-width: 768px) {
  .rio2025_landing .hero_section .hero_wrapper {
    margin: 40px;
  }
}
.rio2025_landing .hero_section .hero_wrapper .scroll_button {
  border: 0.5px solid #12102B;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  padding: 8px 32px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
  background: #FFB031;
  color: #000;
  width: fit-content;
}
@media (max-width: 1290px) {
  .rio2025_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .rio2025_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
  }
}
.rio2025_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 650px;
  top: 10%;
  left: 55%;
}
@media only screen and (max-width: 1600px) {
  .rio2025_landing .hero_section .hero_wrapper .first_image {
    position: static;
    width: 130%;
    max-width: 384px;
    overflow: visible;
    margin-bottom: -103px;
    margin-left: -35px;
  }
}
.rio2025_landing .hero_section .hero_wrapper .hero_title {
  max-width: 800px;
  width: 100%;
  font-size: 60px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .rio2025_landing .hero_section .hero_wrapper .hero_title {
    max-width: 675px;
  }
}
@media (max-width: 1400px) {
  .rio2025_landing .hero_section .hero_wrapper .hero_title {
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.rio2025_landing .second_section {
  padding: 80px 96px;
}
.rio2025_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.rio2025_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.rio2025_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.rio2025_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.rio2025_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.rio2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.rio2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.rio2025_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}
@media (min-width: 1921px) {
  .rio2025_landing .third_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .rio2025_landing .third_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .rio2025_landing .third_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .third_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .rio2025_landing .third_section {
    padding: 60px 28px;
  }
}
.rio2025_landing .third_section {
  background-color: white;
}
.rio2025_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.rio2025_landing .third_section .third_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .rio2025_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.rio2025_landing .third_section .third_section_wrapper .third_section_title {
  color: #191919;
  color: #12102B;
  max-width: 700px;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.rio2025_landing .third_section .third_section_wrapper p {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 39px;
  color: #12102B;
}
@media (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper p {
    font-size: 22px;
    line-height: 32px;
  }
}
.rio2025_landing .third_section .third_section_wrapper .success_message {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.rio2025_landing .third_section .third_section_wrapper .event_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.rio2025_landing .third_section .third_section_wrapper .event_form input {
  padding: 20px;
  margin: 10px;
  background-color: #D4ECFF;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.rio2025_landing .third_section .third_section_wrapper .event_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.rio2025_landing .third_section .third_section_wrapper .event_form .submit_btn {
  color: #fff;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
}
.rio2025_landing .third_section .third_section_wrapper .event_form .submit_btn:hover {
  background: #FF8112 !important;
  text-decoration: none;
  cursor: pointer;
}
.rio2025_landing .third_section .third_section_wrapper .event_form .wpforms-submit-container {
  place-self: center;
}
.rio2025_landing .third_section .third_section_wrapper .event_form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper .event_form_wrapper {
    flex-direction: column;
  }
}
.rio2025_landing .third_section .third_section_wrapper .event_form_wrapper p {
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper .event_form_wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper .event_form_wrapper .agree_text {
    font-size: 14px;
  }
}
.rio2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text {
  max-width: 600px;
  width: 100%;
}
.rio2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
    font-size: 30px;
  }
}
.rio2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text {
  max-width: 600px;
  width: 100%;
}
.rio2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form {
  width: 100%;
  max-width: 600px;
}
.rio2025_landing .third_section .third_section_wrapper .event_form_wrapper #formApiSucces p {
  background-color: #95ff95;
  padding: 20px;
  border-radius: 20px;
}
.rio2025_landing .third_section .third_section_wrapper .agree_text {
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
.rio2025_landing .third_section .third_section_wrapper .agree_text a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .rio2025_landing .third_section .third_section_wrapper .agree_text {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper .agree_text {
    font-size: 14px;
  }
}
@media (min-width: 1921px) {
  .rio2025_landing .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .rio2025_landing .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .rio2025_landing .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .rio2025_landing .counter_section {
    padding: 60px 28px;
  }
}
.rio2025_landing .counter_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .rio2025_landing .counter_section {
    padding: 70px 96px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.rio2025_landing .counter_section .counter_section_wrapper .counter_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .counter_section_title {
  color: #191919;
  font-weight: 800;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .reasons {
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .reasons .counters {
    justify-content: left;
    padding: 10px 0px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  background-color: #12102B;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.rio2025_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}
.rio2025_landing .game_section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.rio2025_landing .game_section .game_section_wrapper {
  width: 100%;
  margin: auto;
}
.rio2025_landing .game_section .game_section_wrapper .games {
  padding-top: 50px;
}
.rio2025_landing .game_section .game_section_wrapper h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .game_section .game_section_wrapper h3 {
    font-size: 30px;
  }
}
.rio2025_landing .game_section .game_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .rio2025_landing .game_section .game_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.rio2025_landing .game_section .game_section_wrapper .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}
.rio2025_landing .game_section .game_section_wrapper .slick-slide .game_image {
  border-radius: 20px;
}
.rio2025_landing .section_award {
  padding: 80px 96px;
}
.rio2025_landing .section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
}
.rio2025_landing .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .rio2025_landing .section_award .section_wrapper {
    align-items: center;
  }
}
.rio2025_landing .section_award .section_wrapper .award {
  max-width: 260px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.rio2025_landing .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.rio2025_landing .section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .rio2025_landing .section_award .section_wrapper .middle {
    max-width: 260px;
    order: -1;
  }
}
.rio2025_landing .form_second_section {
  padding: 80px 0px 0px 0px;
  background-image: url("https://wazdan.com/wp-content/uploads/RIO_yellow-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.rio2025_landing .form_second_section .section_wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  flex-direction: column;
}
.rio2025_landing .form_second_section .section_background {
  position: relative;
}
.rio2025_landing .form_second_section .section_background .form_section_container {
  padding-top: 180px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .rio2025_landing .form_second_section .section_background .form_section_container {
    margin: 0 40px;
    padding: 80px 0;
  }
}
.rio2025_landing .form_second_section .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.rio2025_landing .form_second_section .form_heading {
  z-index: 4;
  background-color: #12102B;
  padding: 40px 60px;
  border-radius: 20px 20px 0px 0px;
}
.rio2025_landing .form_second_section .form_heading h2 {
  font-size: 50px;
  color: white;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 768px) {
  .rio2025_landing .form_second_section .form_heading {
    padding: 30px;
  }
}
.rio2025_landing .form_second_section .form_wrapper {
  padding: 60px 60px;
  background-color: #12102B;
  position-area: center;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
  gap: 40px;
  align-items: flex-start;
  border-radius: 0px 0px 20px 20px;
}
@media (max-width: 768px) {
  .rio2025_landing .form_second_section .form_wrapper {
    flex-direction: column;
    padding: 30px;
  }
}
.rio2025_landing .form_second_section .form_wrapper .form_content {
  flex: 1;
  padding: 5px;
}
.rio2025_landing .form_second_section .form_wrapper .form_content p {
  font-size: 25px;
  font-weight: 400;
  color: white;
}
@media (max-width: 768px) {
  .rio2025_landing .form_second_section .form_wrapper .form_content p {
    font-size: 20px;
  }
}
.rio2025_landing .form_second_section .form_wrapper .form_area {
  flex: 1;
  padding: 10px;
  text-align: center;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .disabled {
  opacity: 0.7;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.rio2025_landing .form_second_section .form_wrapper .form_area input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.rio2025_landing .form_second_section .form_wrapper .form_area ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter {
  color: #fff;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter:hover {
  background: #FF8112 !important;
  text-decoration: none;
  cursor: pointer;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  margin: 0;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .rio2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.rio2025_landing .third_section {
  padding: 80px 96px;
}
.rio2025_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.rio2025_landing .third_section .third_section_wrapper .third_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
}
.rio2025_landing .third_section .third_section_wrapper .video {
  border-radius: 20px;
  max-width: 800px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.rio2025_landing .fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .rio2025_landing .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .rio2025_landing .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .rio2025_landing .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .rio2025_landing .fourth_section {
    padding: 60px 28px;
  }
}
.rio2025_landing .fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
.rio2025_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.rio2025_landing .fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .rio2025_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.rio2025_landing .fourth_section .fourth_section_wrapper h3 {
  color: #191919;
  font-weight: 800;
}
@media (max-width: 768px) {
  .rio2025_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.rio2025_landing .fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .rio2025_landing .fourth_section .fourth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 35px;
    justify-content: center;
  }
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 145px;
    width: 100%;
  }
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #191919;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}
.rio2025_landing .fifth_section {
  padding: 80px 96px 30px 96px;
  background-attachment: fixed;
}
.rio2025_landing .fifth_section .fifth_section_title {
  max-width: 1250px;
  margin: auto;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.rio2025_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text {
  color: white;
  flex: 1;
  font-weight: 300;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper {
    padding-top: 50px;
  }
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper .btn_learn_more {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #000;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: linear-gradient(270deg, #FF8112 -63.34%, #FFDC2B 0.18%, #FF8112 100.43%, #FFDC2B 151.64%);
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
  font-size: 55px;
  color: white;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text {
    font-size: 24px;
  }
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text strong {
  font-weight: 800;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul {
  margin-left: 30px;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul li {
  font-size: 30px;
  color: white;
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul li::before {
  content: "•";
  font-size: 30px;
  padding-right: 20px;
  margin-left: -30px;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul li {
    font-size: 24px;
  }
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains {
  display: flex;
  flex-direction: column;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item {
  gap: 10px;
  display: flex;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item img {
  height: fit-content;
  place-self: center;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list {
    font-size: 24px;
  }
}
.rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper {
  position: relative;
  flex: 1;
  min-height: 300px;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper .triangle_image {
  position: absolute;
  min-width: 700px;
  bottom: -35px;
  left: 5px;
  z-index: 2;
  pointer-events: none;
  max-width: 100%;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper .mobile {
  display: none;
}
.rio2025_landing .sixth_section {
  padding: 80px 96px;
}
.rio2025_landing .sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.rio2025_landing .sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}
.rio2025_landing .seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.rio2025_landing .seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.rio2025_landing .seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}
@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 768px) {
  .rio2025_landing .hero_section {
    padding-bottom: 40px;
  }
  .rio2025_landing .hero_section .hero_wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 70px 20px;
    margin: 40px;
  }
  .rio2025_landing .hero_section .hero_wrapper .hero_title {
    font-size: 36px !important;
    line-height: 1.2em;
  }
  .rio2025_landing .hero_section .hero_wrapper .first_image {
    padding-top: 30px;
  }
  .rio2025_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .rio2025_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .rio2025_landing .third_section {
    padding: 40px 45px;
  }
  .rio2025_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .rio2025_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .rio2025_landing .section_award {
    padding: 40px 45px;
  }
  .rio2025_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .rio2025_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .rio2025_landing .second_section {
    padding: 40px 0px;
  }
  .rio2025_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
    background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
    color: black;
  }
  .rio2025_landing .fourth_section {
    padding: 40px 45px;
  }
  .rio2025_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .rio2025_landing .fifth_section {
    padding: 40px 45px 30px 45px;
  }
  .rio2025_landing .fifth_section .fifth_section_title {
    font-size: 30px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 20px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 30px;
    padding-top: 5px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_title {
    font-size: 25px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper {
    min-height: 330px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper .triangle_image {
    min-width: auto;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper .desktop {
    display: none;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper .mobile {
    display: block;
  }
  .rio2025_landing .sixth_section {
    padding: 40px 45px;
  }
  .rio2025_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .rio2025_landing .sixth_section .counter .count,
  .rio2025_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .rio2025_landing .seventh_section {
    padding: 40px 20px;
  }
  .rio2025_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .rio2025_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
  .rio2025_landing .form_second_section {
    padding: 40px 0px;
  }
  .rio2025_landing .form_second_section .image_wrapper {
    display: none;
  }
  .rio2025_landing .form_second_section .form_heading {
    position: initial;
    transform: none;
  }
  .rio2025_landing .form_second_section .form_heading h2 {
    color: white;
    font-size: 30px;
  }
  .rio2025_landing .form_second_section .form_wrapper {
    position: initial;
    gap: 0px;
  }
  .rio2025_landing .form_second_section .form_wrapper .form_content p {
    color: white;
    font-weight: 400;
    font-size: 20px;
  }
  .rio2025_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .rio2025_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .rio2025_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .rio2025_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .rio2025_landing .section_award .section_wrapper .award {
    max-width: 300px;
    width: 100%;
  }
  .rio2025_landing .second_section {
    padding: 80px 0px;
  }
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 35px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 45px;
  }
  .rio2025_landing .sixth_section .counter .mark,
  .rio2025_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .rio2025_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
  .rio2025_landing .form_second_section .form_heading {
    top: 20%;
    left: 35%;
  }
  .rio2025_landing .form_second_section .form_wrapper {
    align-items: center;
    top: 35%;
    padding: 0px 50px;
  }
  .rio2025_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .rio2025_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 100px;
  }
}
.americas_landing {
  background: #12102B;
  color: white;
}
.americas_landing .hero_section {
  margin-top: 60px;
  min-height: 600px;
  background-image: url("https://wazdan.com/wp-content/uploads/bcg-americas.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .americas_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.americas_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.americas_landing .hero_section .hero_wrapper .text_section img {
  max-width: 400px;
  width: 100%;
}
.americas_landing .hero_section .hero_wrapper .text_info {
  font-size: 30px;
  color: #fff;
}
.americas_landing .hero_section .hero_wrapper {
  border-radius: 20px;
  max-width: 1550px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  padding-left: 80px;
  margin: 60px auto;
}
@media (max-width: 768px) {
  .americas_landing .hero_section .hero_wrapper {
    margin: 40px;
  }
}
.americas_landing .hero_section .hero_wrapper .scroll_button {
  border: 0.5px solid #12102B;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  padding: 8px 32px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  color: #000;
  width: fit-content;
}
@media (max-width: 1290px) {
  .americas_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .americas_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
.americas_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 650px;
  top: 10%;
  left: 55%;
}
.americas_landing .hero_section .hero_wrapper .hero_title {
  max-width: 800px;
  width: 100%;
  font-size: 60px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .americas_landing .hero_section .hero_wrapper .hero_title {
    max-width: 675px;
  }
}
@media (max-width: 1400px) {
  .americas_landing .hero_section .hero_wrapper .hero_title {
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .americas_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.americas_landing .second_section {
  padding: 80px 96px;
}
.americas_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.americas_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.americas_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.americas_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.americas_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.americas_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}
@media (min-width: 1921px) {
  .americas_landing .third_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .americas_landing .third_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .americas_landing .third_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .americas_landing .third_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .americas_landing .third_section {
    padding: 60px 28px;
  }
}
.americas_landing .third_section {
  background-color: white;
}
.americas_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.americas_landing .third_section .third_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .americas_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.americas_landing .third_section .third_section_wrapper .third_section_title {
  color: #191919;
  color: #12102B;
  max-width: 700px;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.americas_landing .third_section .third_section_wrapper p {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 39px;
  color: #12102B;
}
@media (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper p {
    font-size: 22px;
    line-height: 32px;
  }
}
.americas_landing .third_section .third_section_wrapper .success_message {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.americas_landing .third_section .third_section_wrapper .event_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.americas_landing .third_section .third_section_wrapper .event_form input {
  padding: 20px;
  margin: 10px;
  background-color: #D4ECFF;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.americas_landing .third_section .third_section_wrapper .event_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.americas_landing .third_section .third_section_wrapper .event_form .submit_btn {
  color: #fff;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
}
.americas_landing .third_section .third_section_wrapper .event_form .submit_btn:hover {
  background: #FF8112 !important;
  text-decoration: none;
  cursor: pointer;
}
.americas_landing .third_section .third_section_wrapper .event_form .wpforms-submit-container {
  place-self: center;
}
.americas_landing .third_section .third_section_wrapper .event_form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper .event_form_wrapper {
    flex-direction: column;
  }
}
.americas_landing .third_section .third_section_wrapper .event_form_wrapper p {
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper .event_form_wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper .event_form_wrapper .agree_text {
    font-size: 14px;
  }
}
.americas_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text {
  max-width: 600px;
  width: 100%;
}
.americas_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
    font-size: 30px;
  }
}
.americas_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text {
  max-width: 600px;
  width: 100%;
}
.americas_landing .third_section .third_section_wrapper .event_form_wrapper .event_form {
  width: 100%;
  max-width: 600px;
}
.americas_landing .third_section .third_section_wrapper .event_form_wrapper #formApiSucces p {
  background-color: #95ff95;
  padding: 20px;
  border-radius: 20px;
}
.americas_landing .third_section .third_section_wrapper .agree_text {
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
.americas_landing .third_section .third_section_wrapper .agree_text a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .americas_landing .third_section .third_section_wrapper .agree_text {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper .agree_text {
    font-size: 14px;
  }
}
@media (min-width: 1921px) {
  .americas_landing .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .americas_landing .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .americas_landing .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .americas_landing .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .americas_landing .counter_section {
    padding: 60px 28px;
  }
}
.americas_landing .counter_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .americas_landing .counter_section {
    padding: 70px 96px;
  }
}
.americas_landing .counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.americas_landing .counter_section .counter_section_wrapper .counter_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .americas_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .counter_section_title {
  color: #191919;
  font-weight: 800;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.americas_landing .counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 500;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .reasons {
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.americas_landing .counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .reasons .counters {
    justify-content: left;
    padding: 10px 0px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.americas_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  background-color: #12102B;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.americas_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}
.americas_landing .game_section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .americas_landing .game_section {
    padding: 80px 20px;
  }
}
.americas_landing .game_section .game_section_wrapper {
  width: 100%;
  margin: auto;
}
.americas_landing .game_section .game_section_wrapper .games {
  padding-top: 50px;
}
.americas_landing .game_section .game_section_wrapper h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .americas_landing .game_section .game_section_wrapper h3 {
    font-size: 30px;
  }
}
.americas_landing .game_section .game_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .americas_landing .game_section .game_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.americas_landing .game_section .game_section_wrapper .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}
.americas_landing .game_section .game_section_wrapper .slick-slide .game_image {
  border-radius: 20px;
}
.americas_landing .section_award {
  padding: 80px 96px;
}
.americas_landing .section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
}
.americas_landing .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .americas_landing .section_award .section_wrapper {
    align-items: center;
    flex-direction: column;
  }
}
.americas_landing .section_award .section_wrapper .award {
  max-width: 260px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.americas_landing .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.americas_landing .section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .americas_landing .section_award .section_wrapper .middle {
    max-width: 260px;
    order: -1;
  }
}
.americas_landing .form_second_section {
  padding: 80px 0px 0px 0px;
  background-image: url("https://wazdan.com/wp-content/uploads/miami-beach-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.americas_landing .form_second_section .section_wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  flex-direction: column;
}
.americas_landing .form_second_section .section_background {
  position: relative;
}
.americas_landing .form_second_section .section_background .form_section_container {
  padding-top: 180px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .americas_landing .form_second_section .section_background .form_section_container {
    margin: 0 40px;
    padding: 80px 0;
  }
}
.americas_landing .form_second_section .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.americas_landing .form_second_section .form_heading {
  z-index: 4;
  background-color: #12102B;
  padding: 40px 60px;
  border-radius: 20px 20px 0px 0px;
}
.americas_landing .form_second_section .form_heading h2 {
  font-size: 50px;
  color: white;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 768px) {
  .americas_landing .form_second_section .form_heading {
    padding: 30px;
    font-size: 30px;
  }
}
.americas_landing .form_second_section .form_wrapper {
  padding: 60px 60px;
  background-color: #12102B;
  position-area: center;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
  gap: 40px;
  align-items: flex-start;
  border-radius: 0px 0px 20px 20px;
}
@media (max-width: 768px) {
  .americas_landing .form_second_section .form_wrapper {
    flex-direction: column;
    padding: 30px;
  }
}
.americas_landing .form_second_section .form_wrapper .form_content {
  flex: 1;
  padding: 5px;
}
.americas_landing .form_second_section .form_wrapper .form_content p {
  font-size: 25px;
  font-weight: 400;
  color: white;
}
@media (max-width: 768px) {
  .americas_landing .form_second_section .form_wrapper .form_content p {
    font-size: 20px;
  }
}
.americas_landing .form_second_section .form_wrapper .form_area {
  flex: 1;
  padding: 10px;
  text-align: center;
}
.americas_landing .form_second_section .form_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.americas_landing .form_second_section .form_wrapper .form_area .disabled {
  opacity: 0.7;
}
.americas_landing .form_second_section .form_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.americas_landing .form_second_section .form_wrapper .form_area input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.americas_landing .form_second_section .form_wrapper .form_area ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.americas_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter {
  color: #fff;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
}
.americas_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter:hover {
  background: #FF8112 !important;
  text-decoration: none;
  cursor: pointer;
}
.americas_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  margin: 0;
}
.americas_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .americas_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .americas_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.americas_landing .third_section {
  padding: 20px;
}
.americas_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.americas_landing .third_section .third_section_wrapper .third_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
}
.americas_landing .third_section .third_section_wrapper .video {
  border-radius: 20px;
  max-width: 800px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.americas_landing .fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .americas_landing .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .americas_landing .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .americas_landing .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .americas_landing .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .americas_landing .fourth_section {
    padding: 60px 28px;
  }
}
.americas_landing .fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
.americas_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.americas_landing .fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .americas_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.americas_landing .fourth_section .fourth_section_wrapper h3 {
  color: #191919;
  font-weight: 800;
}
@media (max-width: 768px) {
  .americas_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.americas_landing .fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .americas_landing .fourth_section .fourth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 20px;
    justify-content: center;
  }
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 140px;
    width: 100%;
  }
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #191919;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}
@media (min-width: 1921px) {
  .americas_landing .fifth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .americas_landing .fifth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .americas_landing .fifth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .americas_landing .fifth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .americas_landing .fifth_section {
    padding: 60px 28px;
  }
}
.americas_landing .fifth_section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("https://wazdan.com/wp-content/uploads/bcg-booth.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.americas_landing .fifth_section .fifth_section_title {
  max-width: 1250px;
  margin: auto;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.americas_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  gap: 100px;
}
@media (max-width: 1024px) {
  .americas_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column;
  }
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text {
  color: white;
  flex: 1;
  font-weight: 300;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper {
    padding-top: 50px;
  }
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper .btn_learn_more {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #000;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: linear-gradient(270deg, #FF8112 -63.34%, #FFDC2B 0.18%, #FF8112 100.43%, #FFDC2B 151.64%);
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
  font-size: 55px;
  color: white;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text {
    font-size: 24px;
  }
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text strong {
  font-weight: 800;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul {
  margin-left: 30px;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul li {
  font-size: 30px;
  color: white;
  list-style: none;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul li::before {
  content: "•";
  font-size: 30px;
  padding-right: 20px;
  margin-left: -30px;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul li {
    font-size: 24px;
  }
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains {
  display: flex;
  flex-direction: column;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item {
  gap: 10px;
  display: flex;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item img {
  height: fit-content;
  place-self: center;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list {
    font-size: 24px;
  }
}
.americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .triangle_image {
  margin-top: -50px;
}
.americas_landing .sixth_section {
  padding: 80px 96px;
}
.americas_landing .sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.americas_landing .sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}
.americas_landing .seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.americas_landing .seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.americas_landing .seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.americas_landing .seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.americas_landing .seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}
@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 768px) {
  .americas_landing .hero_section {
    padding-bottom: 40px;
  }
  .americas_landing .hero_section .hero_wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 70px 20px;
    margin: 40px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_title {
    font-size: 36px !important;
    line-height: 1.2em;
  }
  .americas_landing .hero_section .hero_wrapper .first_image {
    padding-top: 30px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .americas_landing .third_section {
    padding: 40px 45px;
  }
  .americas_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .americas_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .americas_landing .section_award {
    padding: 40px 45px;
  }
  .americas_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .americas_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .americas_landing .second_section {
    padding: 40px 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
    background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
    color: black;
  }
  .americas_landing .fourth_section {
    padding: 40px 45px;
  }
  .americas_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .americas_landing .fifth_section {
    padding: 40px 45px 30px 45px;
  }
  .americas_landing .fifth_section .fifth_section_title {
    font-size: 30px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 20px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 30px;
    padding-top: 5px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_title {
    font-size: 25px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper {
    min-height: 330px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .triangle_image {
    min-width: auto;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .desktop {
    display: none;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .mobile {
    display: block;
  }
  .americas_landing .sixth_section {
    padding: 40px 45px;
  }
  .americas_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .americas_landing .sixth_section .counter .count,
  .americas_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .americas_landing .seventh_section {
    padding: 40px 20px;
  }
  .americas_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
  .americas_landing .form_second_section {
    padding: 40px 0px;
  }
  .americas_landing .form_second_section .image_wrapper {
    display: none;
  }
  .americas_landing .form_second_section .form_heading {
    position: initial;
    transform: none;
  }
  .americas_landing .form_second_section .form_heading h2 {
    color: white;
    font-size: 30px;
  }
  .americas_landing .form_second_section .form_wrapper {
    position: initial;
    gap: 0px;
  }
  .americas_landing .form_second_section .form_wrapper .form_content p {
    color: white;
    font-weight: 400;
    font-size: 20px;
  }
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .americas_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .americas_landing .section_award .section_wrapper .award {
    max-width: 300px;
    width: 100%;
  }
  .americas_landing .second_section {
    padding: 80px 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 35px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 45px;
  }
  .americas_landing .sixth_section .counter .mark,
  .americas_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
  .americas_landing .form_second_section .form_heading {
    top: 20%;
    left: 35%;
  }
  .americas_landing .form_second_section .form_wrapper {
    align-items: center;
    top: 35%;
    padding: 0px 50px;
  }
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 100px;
  }
}
.asia_landing {
  background: #12102B;
  color: white;
}
.asia_landing .hero_section {
  margin-top: 60px;
  min-height: 600px;
  background-image: url("https://wazdan.com/wp-content/uploads/asia_bcg-v3.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .asia_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.asia_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.asia_landing .hero_section .hero_wrapper .text_section img {
  max-width: 200px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .asia_landing .hero_section .hero_wrapper .text_section img {
    max-width: 150px;
  }
}
.asia_landing .hero_section .hero_wrapper .text_section .box {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .asia_landing .hero_section .hero_wrapper .text_section .box {
    flex-direction: column;
    align-items: start;
  }
}
.asia_landing .hero_section .hero_wrapper .text_section .box .text_info {
  font-size: 30px;
  color: #fff;
  margin: 0;
}
.asia_landing .hero_section .hero_wrapper {
  border-radius: 20px;
  max-width: 1550px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  padding-left: 80px;
  margin: 60px auto;
}
@media (max-width: 768px) {
  .asia_landing .hero_section .hero_wrapper {
    margin: 40px;
  }
}
.asia_landing .hero_section .hero_wrapper .scroll_button {
  border: 0.5px solid #12102B;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  padding: 8px 32px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
  background: linear-gradient(184deg, #2EFFE7, #47FF60);
  color: #000;
  width: fit-content;
}
@media (max-width: 1290px) {
  .asia_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .asia_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
.asia_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 650px;
  top: 10%;
  left: 55%;
}
.asia_landing .hero_section .hero_wrapper .hero_title {
  max-width: 800px;
  width: 100%;
  font-size: 60px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .asia_landing .hero_section .hero_wrapper .hero_title {
    max-width: 675px;
  }
}
@media (max-width: 1400px) {
  .asia_landing .hero_section .hero_wrapper .hero_title {
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .asia_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.asia_landing .second_section {
  padding: 80px 96px;
}
.asia_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.asia_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.asia_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.asia_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.asia_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.asia_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.asia_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.asia_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}
.asia_landing .multidrop_section {
  background-color: rgba(0, 0, 0, 0.7294117647);
  min-height: 100vh;
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
}
.asia_landing .multidrop_section #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
}
.asia_landing .multidrop_section .multidrop_section_wrapper {
  max-width: 1650px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .event_form_text {
  width: 100%;
  text-align: center;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .event_form_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .asia_landing .multidrop_section .multidrop_section_wrapper .event_form_text h3 {
    font-size: 30px;
  }
}
.asia_landing .multidrop_section .multidrop_section_wrapper .event_form_text p {
  color: #FFF;
  text-align: center;
  font-size: 110px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .asia_landing .multidrop_section .multidrop_section_wrapper .event_form_text p {
    font-size: 40px;
  }
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
  min-height: 400px;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .img_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 20px;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .img_wrapper img {
  max-width: 450px;
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 20px;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .img_wrapper p {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-track {
  display: flex;
  align-items: center;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center {
  min-width: 650px;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center .img_wrapper {
  width: 100%;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center .img_wrapper img {
  max-width: 650px;
  width: 100%;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center p {
  font-size: 48px;
}

@media (min-width: 1921px) {
  .third_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .third_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .third_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .third_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .third_section {
    padding: 60px 28px;
  }
}
.third_section {
  background-color: white;
}
.third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.third_section .third_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .third_section .third_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.third_section .third_section_wrapper .third_section_title {
  color: #191919;
  color: #12102B;
  max-width: 700px;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.third_section .third_section_wrapper p {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 39px;
  color: #12102B;
}
@media (max-width: 768px) {
  .third_section .third_section_wrapper p {
    font-size: 22px;
    line-height: 32px;
  }
}
.third_section .third_section_wrapper .success_message {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.third_section .third_section_wrapper .event_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.third_section .third_section_wrapper .event_form input {
  padding: 20px;
  margin: 10px;
  background-color: #D4ECFF;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.third_section .third_section_wrapper .event_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.third_section .third_section_wrapper .event_form .submit_btn {
  color: #fff;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
}
.third_section .third_section_wrapper .event_form .submit_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.third_section .third_section_wrapper .event_form .wpforms-submit-container {
  place-self: center;
}
.third_section .third_section_wrapper .event_form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .third_section .third_section_wrapper .event_form_wrapper {
    flex-direction: column;
  }
}
.third_section .third_section_wrapper .event_form_wrapper p {
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .third_section .third_section_wrapper .event_form_wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .third_section .third_section_wrapper .event_form_wrapper .agree_text {
    font-size: 14px;
  }
}
.third_section .third_section_wrapper .event_form_wrapper .event_form_text {
  max-width: 750px;
  width: 100%;
}
.third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
    font-size: 30px;
  }
}
.third_section .third_section_wrapper .event_form_wrapper .event_form {
  width: 100%;
  max-width: 600px;
}
.third_section .third_section_wrapper .event_form_wrapper #formApiSucces p {
  background-color: #95ff95;
  padding: 20px;
  border-radius: 20px;
}
.third_section .third_section_wrapper .agree_text {
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
.third_section .third_section_wrapper .agree_text a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .third_section .third_section_wrapper .agree_text {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .third_section .third_section_wrapper .agree_text {
    font-size: 14px;
  }
}

@media (min-width: 1921px) {
  .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .counter_section {
    padding: 60px 28px;
  }
}
.counter_section {
  position: relative;
  overflow: hidden;
  background: url("https://wazdan.com/wp-content/uploads/counter_background.jpg");
  background-size: cover;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .counter_section {
    padding: 70px 96px;
  }
}
.counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.counter_section .counter_section_wrapper .counter_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.counter_section .counter_section_wrapper .counter_section_title {
  color: #191919;
  font-weight: 800;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.counter_section .counter_section_wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 500;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.counter_section .counter_section_wrapper .reasons {
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters {
    justify-content: left;
    padding: 10px 0px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  background-color: #12102B;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}

.game_section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background: url("https://wazdan.com/wp-content/uploads/counter_background.jpg");
  background-size: cover;
}
@media (max-width: 1024px) {
  .game_section {
    padding: 80px 20px;
  }
}
.game_section .game_section_wrapper {
  width: 100%;
  margin: auto;
}
.game_section .game_section_wrapper .games {
  padding-top: 50px;
}
.game_section .game_section_wrapper h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .game_section .game_section_wrapper h3 {
    font-size: 30px;
  }
}
.game_section .game_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .game_section .game_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.game_section .game_section_wrapper .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}
.game_section .game_section_wrapper .slick-slide .game_image {
  border-radius: 20px;
}

.section_award {
  padding: 80px 96px;
}
.section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
}
.section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .section_award .section_wrapper {
    align-items: center;
    flex-direction: column;
  }
}
.section_award .section_wrapper .award {
  max-width: 260px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .section_award .section_wrapper .middle {
    max-width: 260px;
    order: -1;
  }
}

.form_second_section {
  padding: 80px 0px 0px 0px;
  background-image: url("https://wazdan.com/wp-content/uploads/form_bcg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.form_second_section .section_wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  flex-direction: column;
}
.form_second_section .section_background {
  position: relative;
}
.form_second_section .section_background .form_section_container {
  padding-top: 180px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .form_second_section .section_background .form_section_container {
    margin: 0 40px;
    padding: 80px 0;
  }
}
.form_second_section .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.form_second_section .form_heading {
  z-index: 4;
  background-color: #12102B;
  padding: 40px 60px;
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 768px) {
  .form_second_section .form_heading {
    padding: 30px;
  }
}
.form_second_section .form_heading h2 {
  font-size: 50px;
  color: white;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 768px) {
  .form_second_section .form_heading h2 {
    font-size: 30px;
  }
}
.form_second_section .form_wrapper {
  padding: 60px 60px;
  background-color: #12102B;
  position-area: center;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
  gap: 40px;
  align-items: flex-start;
  border-radius: 0px 0px 20px 20px;
}
@media (max-width: 768px) {
  .form_second_section .form_wrapper {
    flex-direction: column;
    padding: 30px;
  }
}
.form_second_section .form_wrapper .form_content {
  flex: 1;
  padding: 5px;
}
.form_second_section .form_wrapper .form_content p {
  font-size: 25px;
  font-weight: 400;
  color: white;
}
@media (max-width: 768px) {
  .form_second_section .form_wrapper .form_content p {
    font-size: 20px;
  }
}
.form_second_section .form_wrapper .form_area {
  flex: 1;
  padding: 10px;
  text-align: center;
}
.form_second_section .form_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.form_second_section .form_wrapper .form_area .disabled {
  opacity: 0.7;
}
.form_second_section .form_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.form_second_section .form_wrapper .form_area input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.form_second_section .form_wrapper .form_area ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.form_second_section .form_wrapper .form_area .submit_btn_newsletter {
  color: #fff;
  background: linear-gradient(184deg, #2EFFE7, #47FF60);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
}
.form_second_section .form_wrapper .form_area .submit_btn_newsletter:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.form_second_section .form_wrapper .form_area .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  margin: 0;
}
.form_second_section .form_wrapper .form_area .agree_text_newsletter a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}

.third_section {
  padding: 20px;
}
.third_section .third_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.third_section .third_section_wrapper .third_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
}
.third_section .third_section_wrapper .video {
  border-radius: 20px;
  max-width: 800px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .fourth_section {
    padding: 60px 28px;
  }
}
.fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
.fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.fourth_section .fourth_section_wrapper h3 {
  color: #191919;
  font-weight: 800;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 20px;
    justify-content: center;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 140px;
    width: 100%;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #191919;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}

@media (min-width: 1921px) {
  .fifth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .fifth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .fifth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .fifth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .fifth_section {
    padding: 60px 28px;
  }
}
.fifth_section {
  background-image: url("https://wazdan.com/wp-content/uploads/visit_us-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.fifth_section .fifth_section_title {
  max-width: 1250px;
  margin: auto;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  gap: 100px;
}
@media (max-width: 1024px) {
  .fifth_section .fifth_section_wrapper {
    flex-direction: column;
  }
}
.fifth_section .fifth_section_wrapper .fifth_section_text {
  color: white;
  flex: 1;
  font-weight: 300;
}
.fifth_section .fifth_section_wrapper .fifth_section_text .first {
  font-size: 55px;
  color: white;
}
.fifth_section .fifth_section_wrapper .fifth_section_text .text {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .fifth_section .fifth_section_wrapper .fifth_section_text .text {
    font-size: 24px;
  }
}
.fifth_section .fifth_section_wrapper .fifth_section_text .text strong {
  font-weight: 800;
}
.fifth_section .fifth_section_wrapper .fifth_section_text ul {
  margin-left: 30px;
}
.fifth_section .fifth_section_wrapper .fifth_section_text ul li {
  font-size: 30px;
  color: white;
  list-style: none;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
}
.fifth_section .fifth_section_wrapper .fifth_section_text ul li::before {
  content: "•";
  font-size: 30px;
  padding-right: 20px;
  margin-left: -30px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .fifth_section .fifth_section_wrapper .fifth_section_text ul li {
    font-size: 24px;
  }
}
.fifth_section .fifth_section_wrapper .fifth_section_text .list_gains {
  display: flex;
  flex-direction: column;
}
.fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item {
  gap: 10px;
  display: flex;
}
.fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item img {
  height: fit-content;
  place-self: center;
}
.fifth_section .fifth_section_wrapper .fifth_section_text .list {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .fifth_section .fifth_section_wrapper .fifth_section_text .list {
    font-size: 24px;
  }
}
.fifth_section .fifth_section_wrapper .image_wrapper .triangle_image {
  margin-top: -50px;
}

.sixth_section {
  padding: 80px 96px;
}
.sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}

.seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}

@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 768px) {
  .americas_landing .hero_section {
    padding-bottom: 40px;
  }
  .americas_landing .hero_section .hero_wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 70px 20px;
    margin: 40px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_title {
    font-size: 36px !important;
    line-height: 1.2em;
  }
  .americas_landing .hero_section .hero_wrapper .first_image {
    padding-top: 30px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .americas_landing .third_section {
    padding: 40px 45px;
  }
  .americas_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .americas_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .americas_landing .section_award {
    padding: 40px 45px;
  }
  .americas_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .americas_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .americas_landing .second_section {
    padding: 40px 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
    background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
    color: black;
  }
  .americas_landing .fourth_section {
    padding: 40px 45px;
  }
  .americas_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .americas_landing .fifth_section {
    padding: 40px 45px 30px 45px;
  }
  .americas_landing .fifth_section .fifth_section_title {
    font-size: 30px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 20px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 30px;
    padding-top: 5px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_title {
    font-size: 25px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper {
    min-height: 330px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .triangle_image {
    min-width: auto;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .desktop {
    display: none;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .mobile {
    display: block;
  }
  .americas_landing .sixth_section {
    padding: 40px 45px;
  }
  .americas_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .americas_landing .sixth_section .counter .count,
  .americas_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .americas_landing .seventh_section {
    padding: 40px 20px;
  }
  .americas_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
  .americas_landing .form_second_section {
    padding: 40px 0px;
  }
  .americas_landing .form_second_section .image_wrapper {
    display: none;
  }
  .americas_landing .form_second_section .form_heading {
    position: initial;
    transform: none;
  }
  .americas_landing .form_second_section .form_heading h2 {
    color: white;
    font-size: 30px;
  }
  .americas_landing .form_second_section .form_wrapper {
    position: initial;
    gap: 0px;
  }
  .americas_landing .form_second_section .form_wrapper .form_content p {
    color: white;
    font-weight: 400;
    font-size: 20px;
  }
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .americas_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .americas_landing .section_award .section_wrapper .award {
    max-width: 300px;
    width: 100%;
  }
  .americas_landing .second_section {
    padding: 80px 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 35px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 45px;
  }
  .americas_landing .sixth_section .counter .mark,
  .americas_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
  .americas_landing .form_second_section .form_heading {
    top: 20%;
    left: 35%;
  }
  .americas_landing .form_second_section .form_wrapper {
    align-items: center;
    top: 35%;
    padding: 0px 50px;
  }
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 100px;
  }
}
.twogames_wrapper {
  padding: 150px 20px 20px 20px;
}
.twogames_wrapper .container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  padding-top: 5%;
}
.twogames_wrapper .container .gameImage {
  max-width: 350px;
  width: 100%;
}
.twogames_wrapper .container .gameImage a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.twogames_wrapper .container .gameImage a img {
  max-width: 350px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-out;
}
.twogames_wrapper .container .gameImage a img:hover {
  transform: scale(0.95);
}
.twogames_wrapper .container .gameImage a .game_title {
  font-weight: 600;
  font-size: 26px;
  color: #000;
  text-align: center;
}

#gameModalScratch .modal-content {
  padding: 0;
  background-color: #000;
}
#gameModalScratch .modal-content .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  filter: invert(1);
  z-index: 99999 !important;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
}
#gameModalScratch .modal-content .modal-body {
  border: 1px solid #646464;
}

@media (min-width: 1921px) {
  .multidrop_lp .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .multidrop_lp .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .multidrop_lp .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .multidrop_lp .header_section {
    padding: 60px 28px;
  }
}
.multidrop_lp .header_section {
  padding-bottom: 0 !important;
  position: relative;
  background-color: #12102B;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .multidrop_lp .header_section {
    min-height: 85vh;
  }
}
.multidrop_lp .header_section .triangle_bcg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .multidrop_lp .header_section .triangle_bcg {
    top: -50%;
    left: -100px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .header_section .triangle_bcg {
    top: -50%;
    left: -500px;
  }
}
.multidrop_lp .header_section .container {
  max-width: 1250px;
  margin: auto;
  z-index: 3;
  position: relative;
}
@media (max-width: 768px) {
  .multidrop_lp .header_section .container {
    margin: inherit;
    padding-top: 100px;
  }
}
.multidrop_lp .header_section .container .content {
  color: #fff;
  padding-bottom: 50px;
}
.multidrop_lp .header_section .container .content h1 {
  font-size: 69px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  .multidrop_lp .header_section .container .content h1 {
    font-size: 30px;
    line-height: 100%;
  }
}
.multidrop_lp .header_section .container .content h2 {
  font-size: 110px;
  font-style: normal;
  font-weight: 800;
  line-height: 132px;
}
@media (max-width: 1024px) {
  .multidrop_lp .header_section .container .content h2 {
    font-size: 50px;
    line-height: 100%;
  }
}
.multidrop_lp .header_section .container .content p {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 74px;
}
@media (max-width: 1024px) {
  .multidrop_lp .header_section .container .content p {
    font-size: 30px;
    line-height: 100%;
  }
}
.multidrop_lp .header_section .container .start_btn {
  border-radius: 50px;
  background: #12102B;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 40px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .multidrop_lp .header_section .container .start_btn {
    font-size: 20px;
    padding: 10px 30px;
    line-height: 100%;
  }
}
.multidrop_lp .header_section .crown_image {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1400px) {
  .multidrop_lp .header_section .crown_image {
    max-width: 700px;
    width: 100%;
  }
}
.multidrop_lp .multidrop_section {
  background-color: rgba(0, 0, 0, 0.7294117647);
  min-height: 100vh;
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .multidrop_lp .multidrop_section {
    min-height: fit-content;
  }
}
.multidrop_lp .multidrop_section #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper {
  max-width: 1650px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
}
@media (max-width: 1024px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper {
    gap: 30px;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .event_form_text {
  width: 100%;
  text-align: center;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .event_form_text h3 {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper .event_form_text h3 {
    font-size: 32px;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .event_form_text p {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper .event_form_text p {
    font-size: 24px;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .slots_text {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1024px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper .slots_text {
    font-size: 20px;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper {
    min-height: fit-content;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .img_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 20px;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .img_wrapper img {
  max-width: 450px;
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 20px;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .img_wrapper p {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease;
  padding-top: 30px;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-track {
  display: flex;
  align-items: center;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center {
  min-width: 650px;
}
@media (max-width: 1024px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center {
    min-width: auto;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center .img_wrapper {
  width: 100%;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center .img_wrapper img {
  max-width: 650px;
  width: 100%;
}
@media (max-width: 768px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center .img_wrapper img {
    max-width: 350px;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center p {
  font-size: 48px;
}
@media (min-width: 1921px) {
  .multidrop_lp .multiplier_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .multidrop_lp .multiplier_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .multidrop_lp .multiplier_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .multiplier_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .multidrop_lp .multiplier_section {
    padding: 60px 28px;
  }
}
.multidrop_lp .multiplier_section {
  background-color: #12102B;
}
.multidrop_lp .multiplier_section .container {
  max-width: 1250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.multidrop_lp .multiplier_section .container .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1290px) {
  .multidrop_lp .multiplier_section .container .wrapper {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .multiplier_section .container .wrapper {
    gap: 10px;
    justify-content: center;
  }
  .multidrop_lp .multiplier_section .container .wrapper:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.multidrop_lp .multiplier_section .container .wrapper .text_box {
  max-width: 620px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1290px) {
  .multidrop_lp .multiplier_section .container .wrapper .text_box {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .multiplier_section .container .wrapper .text_box {
    gap: 25px;
  }
}
.multidrop_lp .multiplier_section .container .wrapper .text_box img {
  width: 100%;
}
.multidrop_lp .multiplier_section .container .wrapper .text_box h3 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  .multidrop_lp .multiplier_section .container .wrapper .text_box h3 {
    font-size: 29px;
  }
}
.multidrop_lp .multiplier_section .container .wrapper .text_box p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1024px) {
  .multidrop_lp .multiplier_section .container .wrapper .text_box p {
    font-size: 19px;
  }
}
.multidrop_lp .multiplier_section .container .wrapper img {
  border-radius: 41px;
  max-width: 470px;
  width: 100%;
}
@media (max-width: 1400px) {
  .multidrop_lp .multiplier_section .container .wrapper img {
    max-width: 430px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .multiplier_section .container .wrapper img {
    max-width: 200px;
  }
}
.multidrop_lp .section_award {
  background-color: #12102B;
  padding: 80px 96px;
}
@media (max-width: 1024px) {
  .multidrop_lp .section_award {
    padding: 80px 20px;
  }
}
.multidrop_lp .section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .multidrop_lp .section_award .award_section_title {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.multidrop_lp .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .multidrop_lp .section_award .section_wrapper {
    align-items: center;
    flex-direction: column;
  }
}
.multidrop_lp .section_award .section_wrapper .award {
  max-width: 260px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.multidrop_lp .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.multidrop_lp .section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .multidrop_lp .section_award .section_wrapper .middle {
    max-width: 260px;
    order: -1;
  }
}
@media (min-width: 1921px) {
  .multidrop_lp .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .multidrop_lp .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .multidrop_lp .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .multidrop_lp .form_section {
    padding: 60px 28px;
  }
}
.multidrop_lp .form_section {
  background-image: url("https://wazdan.com/wp-content/uploads/MightyWildPanther_background-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.multidrop_lp .form_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.multidrop_lp .form_section .wrapper .triangle_form {
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 768px) {
  .multidrop_lp .form_section .wrapper .triangle_form {
    left: auto;
    right: -100px;
    top: 10px;
  }
}
.multidrop_lp .form_section .wrapper .jaguar_image {
  max-width: 650px;
  width: 100%;
}
@media (max-width: 1400px) {
  .multidrop_lp .form_section .wrapper .jaguar_image {
    max-width: 550px;
    z-index: 1;
  }
}
.multidrop_lp .form_section .wrapper .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 200px;
}
@media (max-width: 1400px) {
  .multidrop_lp .form_section .wrapper .box {
    align-items: flex-end;
  }
}
.multidrop_lp .form_section .wrapper .box .form_wrapper {
  position: relative;
  z-index: 1;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper h3 {
  color: #12102B;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .multidrop_lp .form_section .wrapper .box .form_wrapper h3 {
    font-size: 30px;
    text-align: center;
  }
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  max-width: 624px;
  width: 100%;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form input {
  width: 100%;
  padding: 15px 30px;
  background-color: #FFF;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .multidrop_lp .form_section .wrapper .box .form_wrapper .event_form input {
    padding: 10px 25px;
    font-size: 20px;
  }
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form ::placeholder {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .multidrop_lp .form_section .wrapper .box .form_wrapper .event_form ::placeholder {
    padding: 10px 25px;
    font-size: 20px;
  }
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form .submit_btn {
  padding: 15px 35px;
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #12102B;
  color: #FF8112;
  border: 2px solid #12102B;
  border: none;
  border-radius: 42px;
  min-width: 218px;
  width: fit-content;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form .submit_btn:hover {
  color: #12102B;
  background-color: transparent;
  border: 2px solid #12102B;
}
@media (max-width: 768px) {
  .multidrop_lp .form_section .wrapper .box .form_wrapper .event_form .submit_btn {
    padding: 10px 25px;
    font-size: 20px;
    min-width: 200px;
  }
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form .agree_text {
  color: #12102B;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form .agree_text a {
  color: #fff;
  text-decoration: underline;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .success_message {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .disabled {
  opacity: 0.7;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.multidrop_lp .form_section .wrapper .promotool_wrapper h2 {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .multidrop_lp .form_section .wrapper .promotool_wrapper h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
.multidrop_lp .form_section .wrapper .promotool_wrapper .promotools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}
@media (max-width: 1024px) {
  .multidrop_lp .form_section .wrapper .promotool_wrapper .promotools {
    gap: 14px;
    justify-content: center;
  }
}
.multidrop_lp .form_section .wrapper .promotool_wrapper .promotools a {
  color: #FFF;
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #FFF;
  background: #12102B;
  text-decoration: none;
  padding: 10px 30px;
}
@media (max-width: 1024px) {
  .multidrop_lp .form_section .wrapper .promotool_wrapper .promotools a {
    font-size: 16px;
    padding: 8px 14px;
  }
}
.multidrop_lp .form_section .wrapper .promotool_wrapper .promotools a:hover {
  border-radius: 50px;
  border: 1px solid #12102B;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
}
.multidrop_lp .slider_section {
  background-color: #D4ECFF;
  padding: 113px 0;
  display: flex;
  flex-direction: column;
}
.multidrop_lp .slider_section .wrapper {
  max-width: 1250px;
  margin: auto;
}
.multidrop_lp .slider_section .wrapper h3 {
  color: #12102B;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .multidrop_lp .slider_section .wrapper h3 {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
.multidrop_lp .slider_section .wrapper .counter {
  display: flex;
}
.multidrop_lp .slider_section .wrapper .counter .mark {
  background: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 180px;
  line-height: 1;
  color: #12102B;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 1400px) {
  .multidrop_lp .slider_section .wrapper .counter .mark {
    font-size: 140px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .slider_section .wrapper .counter .mark {
    font-size: 30px;
  }
}
.multidrop_lp .slider_section .wrapper .counter .count {
  background: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 180px;
  line-height: 1;
  color: #12102B;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .multidrop_lp .slider_section .wrapper .counter .count {
    font-size: 140px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .slider_section .wrapper .counter .count {
    font-size: 30px;
    margin: 0 -60px;
  }
}
.multidrop_lp .slider_section .network_slider {
  z-index: 5;
}
.multidrop_lp .slider_section .network_slider .slick-slide {
  padding: 0 10px;
}
.multidrop_lp .slider_section .network_slider .slick-slide img {
  border-radius: 38px;
  max-height: 384px;
  width: 100%;
  height: 100%;
}
.multidrop_lp .technical_support {
  background-color: rgba(0, 0, 0, 0.7294117647);
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
}
.multidrop_lp .technical_support .titles_slider {
  position: relative;
  min-height: 240px;
  overflow: hidden;
}
.multidrop_lp .technical_support .titles_slider h4 {
  position: absolute;
  width: 100%;
  margin: 0;
  text-align: center;
  top: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.multidrop_lp .technical_support .titles_slider h4.show {
  opacity: 1;
  transform: translateY(0%);
  z-index: 1;
}
.multidrop_lp .technical_support .titles_slider h4.hide {
  opacity: 0;
  transform: translateY(-100%);
  z-index: 0;
}
.multidrop_lp .technical_support #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
}
.multidrop_lp .technical_support .wrapper {
  position: relative;
}
@media (min-width: 1921px) {
  .multidrop_lp .technical_support .wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .multidrop_lp .technical_support .wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .multidrop_lp .technical_support .wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .technical_support .wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .multidrop_lp .technical_support .wrapper {
    padding: 60px 28px;
  }
}
.multidrop_lp .technical_support .wrapper h3 {
  color: #FFF;
  text-align: center;
  font-family: "Wazdan Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .multidrop_lp .technical_support .wrapper h3 {
    font-size: 38px;
  }
}
.multidrop_lp .technical_support .wrapper h4 {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 91px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .multidrop_lp .technical_support .wrapper h4 {
    font-size: 38px;
  }
}
@media (min-width: 1921px) {
  .multidrop_lp .am_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .multidrop_lp .am_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .multidrop_lp .am_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .am_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .multidrop_lp .am_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .am_section {
    padding-top: 0;
  }
}
.multidrop_lp .am_section .wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .multidrop_lp .am_section .wrapper {
    flex-direction: column-reverse;
  }
}
.multidrop_lp .am_section .wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 700px;
  width: 100%;
}
.multidrop_lp .am_section .wrapper .content p {
  color: #12102B;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.multidrop_lp .am_section .wrapper .content p .green {
  color: #2EFFE7;
}
@media (max-width: 1400px) {
  .multidrop_lp .am_section .wrapper .content p {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .am_section .wrapper .content p {
    font-size: 26px;
  }
}
.multidrop_lp .am_section .wrapper .content .am h3 {
  color: #12102B;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 153.3%;
}
@media (max-width: 1024px) {
  .multidrop_lp .am_section .wrapper .content .am h3 {
    font-size: 36px;
    line-height: 100%;
  }
}
.multidrop_lp .am_section .wrapper .content .am h4 {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.3%;
}
@media (max-width: 1024px) {
  .multidrop_lp .am_section .wrapper .content .am h4 {
    font-size: 16px;
    line-height: 100%;
  }
}
.multidrop_lp .am_section .wrapper .am_image {
  max-width: 500px;
  width: 100%;
  height: fit-content;
}
@media (min-width: 1921px) {
  .multidrop_lp .contact_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .multidrop_lp .contact_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .multidrop_lp .contact_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .contact_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .multidrop_lp .contact_section {
    padding: 60px 28px;
  }
}
.multidrop_lp .contact_section {
  background-image: url("https://wazdan.com/wp-content/uploads/miami-beach-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.multidrop_lp .contact_section .wrapper {
  max-width: 1250px;
  margin: auto;
  border-radius: 34px;
  background: #12102B;
  padding: 70px 60px;
}
@media (max-width: 1024px) {
  .multidrop_lp .contact_section .wrapper {
    padding: 40px 20px;
  }
}
.multidrop_lp .contact_section .wrapper h3 {
  color: #FFF;
  font-size: 51px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .multidrop_lp .contact_section .wrapper h3 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper {
  display: flex;
  flex-direction: row;
  gap: 50px;
  flex-wrap: wrap;
  align-items: center;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .content {
  max-width: 540px;
  width: 100%;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .content h4 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}
@media (max-width: 1024px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .content h4 {
    font-size: 20px;
    line-height: normal;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper .content p {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
}
@media (max-width: 1024px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .content p {
    font-size: 16px;
    line-height: normal;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form {
  max-width: 480px;
  width: 100%;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second input {
  width: 100%;
  padding: 15px 30px;
  background-color: #FFF;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second input {
    padding: 10px 25px;
    font-size: 20px;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second ::placeholder {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second ::placeholder {
    padding: 10px 25px;
    font-size: 20px;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second .submit_btn_second {
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  padding: 15px 35px;
  line-height: normal;
  border: none;
  border-radius: 42px;
  min-width: 218px;
  width: fit-content;
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
}
@media (max-width: 768px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second .submit_btn_second {
    padding: 10px 25px;
    font-size: 20px;
    min-width: 200px;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second .agree_text {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second .agree_text a {
  color: #fff;
  text-decoration: underline;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .marlin_img {
  position: absolute;
  bottom: 2%;
  left: 2%;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1400px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .form .marlin_img {
    max-width: 266px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .form .marlin_img {
    bottom: -50px;
    left: -50px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .form .marlin_img {
    max-width: 200px;
    bottom: -30px;
    left: 0px;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper .success_message_second {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.demogames_wrapper {
  padding: 150px 20px 20px 20px;
}
.demogames_wrapper .container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
}
.demogames_wrapper .container .gameImage {
  max-width: 350px;
  width: 100%;
}
.demogames_wrapper .container .gameImage a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.demogames_wrapper .container .gameImage a img {
  max-width: 350px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-out;
}
.demogames_wrapper .container .gameImage a img:hover {
  transform: scale(0.95);
}
.demogames_wrapper .container .gameImage a .game_title {
  font-weight: 600;
  font-size: 26px;
  color: #000;
  text-align: center;
}

#gameModalScratch .modal-content {
  padding: 0;
  background-color: #000;
}
#gameModalScratch .modal-content .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  filter: invert(1);
  z-index: 99999 !important;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
}
#gameModalScratch .modal-content .modal-body {
  border: 1px solid #646464;
}

.lisbon_landing {
  background: #12102B;
  color: white;
}
.lisbon_landing #gameFrame {
  background: black;
  border: none;
}
.lisbon_landing .hero_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: url("https://wazdan.com/wp-content/uploads/hero_bcg-1.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.lisbon_landing .hero_section .hero_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  max-width: 1300px;
  width: 100%;
  position: relative;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .lisbon_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
@media (max-width: 1290px) {
  .lisbon_landing .hero_section .hero_wrapper {
    padding: 30px;
    padding-bottom: 100px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.lisbon_landing .hero_section .hero_wrapper .text_section .hero_title {
  max-width: 460px;
  width: 100%;
  font-size: 60px;
  padding-bottom: 10px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .lisbon_landing .hero_section .hero_wrapper .text_section .hero_title {
    max-width: 475px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .text_section .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .text_section img {
  max-width: 400px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .lisbon_landing .hero_section .hero_wrapper .text_section img {
    max-width: 150px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .text_section .box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .lisbon_landing .hero_section .hero_wrapper .text_section .box {
    flex-direction: column;
    align-items: start;
  }
}
.lisbon_landing .hero_section .hero_wrapper .text_section .box .text_info {
  font-size: 39px;
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1400px) {
  .lisbon_landing .hero_section .hero_wrapper .text_section .box .text_info {
    font-size: 25px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .form_area {
  z-index: 1;
  max-width: 650px;
  width: 100%;
  flex: 1;
  padding: 45px 60px 150px 55px;
  text-align: center;
  border-radius: 34px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
}
@media (max-width: 1400px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area {
    padding: 30px 50px 150px 50px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area {
    padding: 25px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .form_area .form_description {
  color: #12102B;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area .form_description {
    font-size: 17px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.lisbon_landing .hero_section .hero_wrapper .form_area .disabled {
  opacity: 0.7;
}
.lisbon_landing .hero_section .hero_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter input {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter ::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
  color: #fff;
  padding: 10px 20px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: 181.706px;
  height: 52.839px;
}
.lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter:hover {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
    font-size: 17px;
    font-weight: 500;
    width: 112px;
    height: 48px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 490px;
  width: 100%;
  margin: auto;
}
.lisbon_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .panther_img {
  position: absolute;
  bottom: -100px;
  left: 200px;
  max-width: 539px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .panther_img {
    position: initial;
    z-index: 1;
    margin-top: -85px;
    margin-bottom: -100px;
  }
}
.lisbon_landing .hero_section .coins_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.lisbon_landing .game_slider_section {
  position: relative;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section {
    display: none;
  }
}
.lisbon_landing .game_slider_section .slick-next:before {
  content: "";
}
.lisbon_landing .game_slider_section .slick-prev:before {
  content: "";
}
.lisbon_landing .game_slider_section .slick-prev,
.lisbon_landing .game_slider_section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.lisbon_landing .game_slider_section .slick-prev svg,
.lisbon_landing .game_slider_section .slick-next svg {
  width: 30px;
  height: auto;
}
.lisbon_landing .game_slider_section .slick-prev {
  left: 20px;
}
.lisbon_landing .game_slider_section .slick-next {
  right: 50px;
}
.lisbon_landing .game_slider_section .slick-prev:hover svg path,
.lisbon_landing .game_slider_section .slick-next:hover svg path {
  filter: brightness(1.2);
}
.lisbon_landing .game_slider_section .game_item {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
}
.lisbon_landing .game_slider_section .game_item .slide_title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  max-width: 600px;
  z-index: 1;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section .game_item .slide_title {
    display: none;
  }
}
.lisbon_landing .game_slider_section .game_item .wrapper {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section .game_item .wrapper {
    flex-direction: column;
  }
}
.lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 700px;
}
@media (max-width: 1400px) {
  .lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item {
    min-height: 614px;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item {
    min-height: 400px;
    align-items: center;
    justify-content: start;
  }
}
.lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item .character {
  max-width: 45vw;
  width: 100%;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item .character {
    max-width: 300px;
  }
}
.lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item .logo {
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item .logo {
    max-width: 300px;
  }
}
.lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.lisbon_landing .game_slider_section .slick-dots {
  bottom: 50px;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section .slick-dots {
    bottom: 20px;
  }
}
.lisbon_landing .game_slider_section .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.lisbon_landing .game_slider_section .slick-dots li.slick-active button:before {
  color: #FFC726;
}
.lisbon_landing .game_slider_section_mobile {
  display: none;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section_mobile {
    display: block;
  }
}
.lisbon_landing .game_slider_section_mobile {
  position: relative;
}
.lisbon_landing .game_slider_section_mobile .slick-next:before {
  content: "";
}
.lisbon_landing .game_slider_section_mobile .slick-prev:before {
  content: "";
}
.lisbon_landing .game_slider_section_mobile .custom-arrow-mobile-prev,
.lisbon_landing .game_slider_section_mobile .custom-arrow-mobile-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.lisbon_landing .game_slider_section_mobile .custom-arrow-mobile-prev svg,
.lisbon_landing .game_slider_section_mobile .custom-arrow-mobile-next svg {
  width: 17px;
  height: auto;
}
.lisbon_landing .game_slider_section_mobile .slick-prev {
  left: 20px;
}
.lisbon_landing .game_slider_section_mobile .slick-next {
  right: 20px;
}
.lisbon_landing .game_slider_section_mobile .slick-next:before {
  color: #ffc726;
  opacity: 1;
}
.lisbon_landing .game_slider_section_mobile .slick-prev:before {
  color: #ffc726;
  opacity: 1;
}
.lisbon_landing .game_slider_section_mobile .slick-prev:hover svg path,
.lisbon_landing .game_slider_section_mobile .slick-next:hover svg path {
  filter: brightness(1.2);
}
.lisbon_landing .game_slider_section_mobile .game_item {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
}
.lisbon_landing .game_slider_section_mobile .game_item .slide_title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  font-size: 20px;
  max-width: 85%;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.lisbon_landing .game_slider_section_mobile .game_item .wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section_mobile .game_item .wrapper {
    flex-direction: column;
  }
}
.lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 700px;
}
@media (max-width: 1400px) {
  .lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item {
    min-height: 614px;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item {
    min-height: 400px;
    align-items: center;
    justify-content: start;
  }
}
.lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .character {
  max-width: 45vw;
  width: 100%;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .character {
    max-width: 300px;
  }
}
.lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .logo {
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .logo {
    max-width: 300px;
  }
}
.lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.lisbon_landing .game_slider_section_mobile .slick-dots {
  bottom: 50px;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section_mobile .slick-dots {
    bottom: 20px;
  }
}
.lisbon_landing .game_slider_section_mobile .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.lisbon_landing .game_slider_section_mobile .slick-dots li.slick-active button:before {
  color: #FFC726;
}
.lisbon_landing .slick-dotted {
  margin-bottom: -20px !important;
}
@media (min-width: 1921px) {
  .lisbon_landing .burning_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .lisbon_landing .burning_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .lisbon_landing .burning_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .burning_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .lisbon_landing .burning_section {
    padding: 60px 28px;
  }
}
.lisbon_landing .burning_section {
  position: relative;
  overflow: hidden;
}
.lisbon_landing .burning_section #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
}
.lisbon_landing .burning_section .wrapper {
  position: relative;
  z-index: 1;
}
.lisbon_landing .burning_section .wrapper .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1350px;
  margin: auto;
  width: 100%;
}
.lisbon_landing .burning_section .wrapper .box .description {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1400px) {
  .lisbon_landing .burning_section .wrapper .box .description {
    max-width: 600px;
  }
}
.lisbon_landing .burning_section .wrapper .box .description .section_title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .lisbon_landing .burning_section .wrapper .box .description .section_title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .burning_section .wrapper .box .description .section_title {
    font-size: 32px;
  }
}
.lisbon_landing .burning_section .wrapper .box .description p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1400px) {
  .lisbon_landing .burning_section .wrapper .box .description p {
    font-size: 18px;
  }
}
.lisbon_landing .burning_section .wrapper .box .description strong {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  .lisbon_landing .burning_section .wrapper .box .description strong {
    font-size: 18px;
  }
}
.lisbon_landing .burning_section .wrapper .box .scratch_img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1400px) {
  .lisbon_landing .burning_section .wrapper .box .scratch_img {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .burning_section .wrapper .box .scratch_img {
    display: none;
  }
}
.lisbon_landing .burning_section .wrapper .scratch_img_mobile {
  display: none;
}
@media (max-width: 768px) {
  .lisbon_landing .burning_section .wrapper .scratch_img_mobile {
    display: block;
    margin: auto;
    padding-top: 50px;
    width: 100%;
  }
}
.lisbon_landing .burning_section .wrapper .games {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .lisbon_landing .burning_section .wrapper .games {
    order: 2;
  }
}
.lisbon_landing .burning_section .wrapper .games .game {
  max-width: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .lisbon_landing .burning_section .wrapper .games .game {
    max-width: 120px;
  }
}
.lisbon_landing .burning_section .wrapper .games .game::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 30px;
}
.lisbon_landing .burning_section .wrapper .games .game .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.lisbon_landing .burning_section .wrapper .games .game:hover::before {
  opacity: 1;
}
.lisbon_landing .burning_section .wrapper .games .game:hover .play_game {
  opacity: 1;
  pointer-events: auto;
}
.lisbon_landing .second_section {
  padding: 80px 96px;
}
.lisbon_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.lisbon_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.lisbon_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.lisbon_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.lisbon_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.lisbon_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.lisbon_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.lisbon_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}
@media (min-width: 1921px) {
  .lisbon_landing .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .lisbon_landing .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .lisbon_landing .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .lisbon_landing .counter_section {
    padding: 60px 28px;
  }
}
.lisbon_landing .counter_section {
  position: relative;
  overflow: hidden;
  background: url("https://wazdan.com/wp-content/uploads/counter_bcg.png"), linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .lisbon_landing .counter_section {
    padding: 70px 96px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.lisbon_landing .counter_section .counter_section_wrapper .counter_section_title {
  color: #12102B;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 500;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .reasons {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
  justify-content: center;
}
@media (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .reasons .counters {
    display: none;
    justify-content: left;
    padding: 10px 0px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 250px;
}
@media (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .reasons .counters_mobile {
  display: none;
}
@media (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .reasons .counters_mobile {
    display: flex;
    align-items: flex-start;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .reasons .counters_mobile {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px 10px;
  position: relative;
  justify-content: center;
}
.lisbon_landing .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
  max-width: 160px;
  width: 100%;
  text-align: center;
}
.lisbon_landing .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .lisbon_landing .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.lisbon_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  background-color: #12102B;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
  text-decoration: none;
}
.lisbon_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}
@media (min-width: 1921px) {
  .lisbon_landing .network_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .lisbon_landing .network_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .lisbon_landing .network_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .network_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .lisbon_landing .network_section {
    padding: 60px 28px;
  }
}
.lisbon_landing .network_section {
  background: url("https://wazdan.com/wp-content/uploads/MightySymbolsJokers_background_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.lisbon_landing .network_section .wrapper {
  max-width: 1350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin: auto;
}
@media (max-width: 768px) {
  .lisbon_landing .network_section .wrapper {
    gap: 30px;
  }
}
.lisbon_landing .network_section .wrapper .title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .lisbon_landing .network_section .wrapper .title {
    font-size: 36px;
  }
}
.lisbon_landing .network_section .wrapper .count_text {
  background: linear-gradient(271deg, #FFDC2B 27.89%, #FF8112 72.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 110px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .lisbon_landing .network_section .wrapper .count_text {
    font-size: 81px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .network_section .wrapper .count_text {
    font-size: 36px;
  }
}
.lisbon_landing .network_section .wrapper .box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
.lisbon_landing .network_section .wrapper .box .desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .lisbon_landing .network_section .wrapper .box .desc {
    align-items: center;
  }
}
.lisbon_landing .network_section .wrapper .box .desc h4 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .lisbon_landing .network_section .wrapper .box .desc h4 {
    font-size: 32px;
    font-weight: 600;
  }
}
.lisbon_landing .network_section .wrapper .box .desc p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .lisbon_landing .network_section .wrapper .box .desc p {
    font-size: 25px;
    text-align: center;
  }
}
.lisbon_landing .network_section .wrapper .box .desc a {
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 30px;
  width: fit-content;
  border-radius: 30px;
  text-decoration: none;
}
.lisbon_landing .network_section .wrapper .box .promo_tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}
@media (max-width: 768px) {
  .lisbon_landing .network_section .wrapper .box .promo_tools {
    align-items: center;
  }
}
.lisbon_landing .network_section .wrapper .box .promo_tools .logo {
  transition: transform 0.3s ease;
  max-width: 550px;
  height: 64px;
}
@media (max-width: 768px) {
  .lisbon_landing .network_section .wrapper .box .promo_tools .logo {
    height: 44px;
    width: 100%;
  }
}
.lisbon_landing .network_section .wrapper .box .promo_tools .logo:hover {
  filter: brightness(0) invert(1);
  transform: scale(1.05);
}
@media (min-width: 1921px) {
  .lisbon_landing .upcoming_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .lisbon_landing .upcoming_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .lisbon_landing .upcoming_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .upcoming_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .lisbon_landing .upcoming_section {
    padding: 60px 28px;
  }
}
.lisbon_landing .upcoming_section {
  background-color: #fff;
}
@media (max-width: 768px) {
  .lisbon_landing .upcoming_section {
    padding: 60px 0px;
  }
}
.lisbon_landing .upcoming_section .wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.lisbon_landing .upcoming_section .wrapper .title {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: var(--Linear, linear-gradient(98deg, #880CFF 5.98%, #3305FF 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .lisbon_landing .upcoming_section .wrapper .title {
    padding: 0 28px;
  }
}
.lisbon_landing .upcoming_section .wrapper p {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .lisbon_landing .upcoming_section .wrapper p {
    padding: 0 28px;
  }
}
.lisbon_landing .upcoming_section .wrapper .campaigns {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.lisbon_landing .upcoming_section .wrapper .campaigns .slick-slide {
  padding: 30px;
}
@media (max-width: 768px) {
  .lisbon_landing .upcoming_section .wrapper .campaigns .slick-slide {
    padding: 15px;
  }
}
.lisbon_landing .upcoming_section .wrapper .campaigns img {
  max-width: 370px;
  width: 100%;
}
@media (min-width: 1921px) {
  .lisbon_landing .section_award {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .lisbon_landing .section_award {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .lisbon_landing .section_award {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .section_award {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .lisbon_landing .section_award {
    padding: 60px 28px;
  }
}
.lisbon_landing .section_award {
  position: relative;
}
.lisbon_landing .section_award::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #12102b;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 768px) {
  .lisbon_landing .section_award::after {
    display: none;
  }
}
.lisbon_landing .section_award .award_section_title {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .lisbon_landing .section_award .award_section_title {
    font-size: 40px;
  }
}
.lisbon_landing .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .lisbon_landing .section_award .section_wrapper {
    align-items: center;
    flex-direction: column;
  }
}
.lisbon_landing .section_award .section_wrapper .award {
  max-width: 365px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
@media (max-width: 768px) {
  .lisbon_landing .section_award .section_wrapper .award {
    max-width: 300px;
  }
}
.lisbon_landing .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.lisbon_landing .fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .lisbon_landing .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .lisbon_landing .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .lisbon_landing .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .lisbon_landing .fourth_section {
    padding: 60px 28px;
  }
}
.lisbon_landing .fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 1024px) {
  .lisbon_landing .fourth_section::after {
    display: none;
  }
}
.lisbon_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.lisbon_landing .fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .lisbon_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.lisbon_landing .fourth_section .fourth_section_wrapper h3 {
  color: #191919;
  font-weight: 800;
}
@media (max-width: 768px) {
  .lisbon_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.lisbon_landing .fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .lisbon_landing .fourth_section .fourth_section_wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_filters {
  padding: 50px 10px 0 10px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .lisbon_landing .fourth_section .fourth_section_wrapper .team_filters {
    padding: 20px 0;
    gap: 10px;
  }
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_filters button.active {
  width: fit-content;
  border-radius: 50px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
}
@media (max-width: 1024px) {
  .lisbon_landing .fourth_section .fourth_section_wrapper .team_filters button.active {
    font-size: 16px;
  }
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_filters button {
  width: fit-content;
  min-width: 110px;
  border-radius: 50px;
  border: 1px solid #12102B;
  background: #fff;
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  color: #12102B;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .lisbon_landing .fourth_section .fourth_section_wrapper .team_filters button {
    font-size: 16px;
  }
}
.lisbon_landing .fourth_section .fourth_section_wrapper .show-more {
  display: flex;
  margin: auto;
  width: fit-content;
  border-radius: 50px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .lisbon_landing .fourth_section .fourth_section_wrapper .show-more {
    font-size: 22px;
  }
}
.lisbon_landing .fourth_section .fourth_section_wrapper .show-more:hover {
  cursor: pointer;
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 20px;
    justify-content: center;
  }
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .slick-dots li.slick-active button:before {
  color: #FFC726;
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .team a {
  text-decoration: none;
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 140px;
    width: 100%;
  }
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
  margin-top: 50px;
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #191919;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.lisbon_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}
@media (min-width: 1921px) {
  .lisbon_landing .trusted_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .lisbon_landing .trusted_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .lisbon_landing .trusted_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .trusted_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .lisbon_landing .trusted_section {
    padding: 60px 28px;
  }
}
.lisbon_landing .trusted_section .wrapper {
  max-width: 1255px;
  margin: auto;
}
.lisbon_landing .trusted_section .wrapper h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 95px;
}
@media (max-width: 1400px) {
  .lisbon_landing .trusted_section .wrapper h2 {
    font-size: 32px;
    padding-bottom: 25px;
  }
}
.lisbon_landing .trusted_section .wrapper .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 36px;
  justify-content: left;
}
@media (max-width: 1024px) {
  .lisbon_landing .trusted_section .wrapper .logos {
    justify-content: center;
    gap: 24px 24px;
  }
}
.lisbon_landing .trusted_section .wrapper .logos .box {
  max-width: 285px;
  width: 100%;
  background-color: #DFEAF8;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .lisbon_landing .trusted_section .wrapper .logos .box {
    max-width: 185px;
    height: 100px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .trusted_section .wrapper .logos .box {
    max-width: 155px;
    width: 100%;
    border-radius: 12px;
  }
}
.lisbon_landing .trusted_section .wrapper .logos .box .logo {
  width: fit-content;
}
.lisbon_landing .trusted_section .wrapper .logos .box .last {
  color: #000;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .lisbon_landing .trusted_section .wrapper .logos .box .last {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width: 1921px) {
  .lisbon_landing .instant_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .lisbon_landing .instant_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .lisbon_landing .instant_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .instant_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .lisbon_landing .instant_section {
    padding: 60px 28px;
  }
}
.lisbon_landing .instant_section {
  background: url("https://wazdan.com/wp-content/uploads/scratch_bcg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.lisbon_landing .instant_section .wrapper {
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: auto;
  justify-content: center;
}
.lisbon_landing .instant_section .wrapper .description {
  max-width: 450px;
  width: 100%;
}
.lisbon_landing .instant_section .wrapper .description .title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .lisbon_landing .instant_section .wrapper .description .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .instant_section .wrapper .description .title {
    font-size: 36px;
  }
}
.lisbon_landing .instant_section .wrapper .description .text {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1400px) {
  .lisbon_landing .instant_section .wrapper .description .text {
    font-size: 26px;
  }
}
.lisbon_landing .instant_section .wrapper .description .typewrite {
  font-size: 48px;
  height: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #FFDC2B;
}
@media (max-width: 1400px) {
  .lisbon_landing .instant_section .wrapper .description .typewrite {
    font-size: 26px;
  }
}
.lisbon_landing .instant_section .wrapper .scratch_img {
  max-width: 650px;
  width: 100%;
}
@media (max-width: 1400px) {
  .lisbon_landing .instant_section .wrapper .scratch_img {
    max-width: 550px;
  }
}
.lisbon_landing .sixth_section {
  padding: 80px 96px;
}
.lisbon_landing .sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.lisbon_landing .sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}
.lisbon_landing .seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.lisbon_landing .seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.lisbon_landing .seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.lisbon_landing .seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.lisbon_landing .seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lisbon_landing .seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.lisbon_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.lisbon_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.lisbon_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.lisbon_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.lisbon_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.lisbon_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}
.lisbon_landing .last_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: url("https://wazdan.com/wp-content/uploads/last_bcg.png");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .lisbon_landing .last_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.lisbon_landing .last_section .last_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: auto;
  max-width: 1256px;
  width: 100%;
  position: relative;
  gap: 50px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .lisbon_landing .last_section .last_wrapper {
    margin: 40px;
  }
}
@media (max-width: 1290px) {
  .lisbon_landing .last_section .last_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .lisbon_landing .last_section .last_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
.lisbon_landing .last_section .last_wrapper .form_area {
  z-index: 5;
  max-width: 750px;
  width: 100%;
  flex: 1;
  padding: 45px 70px 150px 70px;
  text-align: left;
  border-radius: 34px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 768px) {
  .lisbon_landing .last_section .last_wrapper .form_area {
    padding: 20px;
  }
}
.lisbon_landing .last_section .last_wrapper .form_area .content {
  z-index: 10;
}
.lisbon_landing .last_section .last_wrapper .form_area .form_description {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .lisbon_landing .last_section .last_wrapper .form_area .form_description {
    font-size: 34px;
  }
}
.lisbon_landing .last_section .last_wrapper .form_area .form_description_second {
  color: #12102B;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}
@media (max-width: 768px) {
  .lisbon_landing .last_section .last_wrapper .form_area .form_description_second {
    font-size: 30px;
    line-height: 36px;
  }
}
.lisbon_landing .last_section .last_wrapper .form_area .form_description_third {
  max-width: 520px;
  width: 100%;
}
.lisbon_landing .last_section .last_wrapper .form_area p {
  color: #12102B;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
}
@media (max-width: 768px) {
  .lisbon_landing .last_section .last_wrapper .form_area p {
    font-size: 24px;
    line-height: 30px;
  }
}
.lisbon_landing .last_section .last_wrapper .form_area .form_button {
  border-radius: 50px;
  background: #12102B;
  color: #FF8012;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 20px 35px;
  text-decoration: none;
  z-index: 7;
}
@media (max-width: 768px) {
  .lisbon_landing .last_section .last_wrapper .form_area .form_button {
    font-size: 15px;
    padding: 15px 30px;
  }
}
.lisbon_landing .last_section .last_wrapper .panther_img {
  position: absolute;
  bottom: -100px;
  right: 0;
  max-width: 800px;
  width: 100%;
  z-index: 0;
}
.lisbon_landing .last_section .coins_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}
@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 768px) {
  .lisbon_landing .americas_landing .hero_section {
    padding-bottom: 40px;
  }
  .lisbon_landing .americas_landing .hero_section .hero_wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 70px 20px;
  }
  .lisbon_landing .americas_landing .hero_section .hero_wrapper .hero_title {
    font-size: 36px !important;
    line-height: 1.2em;
  }
  .lisbon_landing .americas_landing .hero_section .hero_wrapper .first_image {
    padding-top: 30px;
  }
  .lisbon_landing .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .lisbon_landing .americas_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .lisbon_landing .americas_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .lisbon_landing .americas_landing .section_award {
    padding: 40px 45px;
  }
  .lisbon_landing .americas_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .lisbon_landing .americas_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .lisbon_landing .americas_landing .second_section {
    padding: 40px 0px;
  }
  .lisbon_landing .americas_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .lisbon_landing .americas_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .lisbon_landing .americas_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .lisbon_landing .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .lisbon_landing .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .lisbon_landing .americas_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
    background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
    color: black;
  }
  .lisbon_landing .americas_landing .fourth_section {
    padding: 40px 45px;
  }
  .lisbon_landing .americas_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .lisbon_landing .americas_landing .sixth_section {
    padding: 40px 45px;
  }
  .lisbon_landing .americas_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .lisbon_landing .americas_landing .sixth_section .counter .count,
  .lisbon_landing .americas_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .lisbon_landing .americas_landing .seventh_section {
    padding: 40px 20px;
  }
  .lisbon_landing .americas_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .lisbon_landing .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .lisbon_landing .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .lisbon_landing .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .lisbon_landing .americas_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .lisbon_landing .americas_landing .section_award .section_wrapper .award {
    max-width: 300px;
    width: 100%;
  }
  .lisbon_landing .americas_landing .second_section {
    padding: 80px 0px;
  }
  .lisbon_landing .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .lisbon_landing .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .lisbon_landing .americas_landing .sixth_section .counter .mark,
  .lisbon_landing .americas_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .lisbon_landing .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .lisbon_landing .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
}
.lisbon_landing #LisbonModal2025 .dismiss__button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.networkpromotion_landing {
  background: #12102B;
  color: white;
}
.networkpromotion_landing #gameFrame {
  background: black;
  border: none;
}
.networkpromotion_landing .hero_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: url("https://wazdan.com/wp-content/uploads/hereo-bg.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .networkpromotion_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.networkpromotion_landing .hero_section .hero_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  max-width: 1300px;
  width: 100%;
  position: relative;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .networkpromotion_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
@media (max-width: 1290px) {
  .networkpromotion_landing .hero_section .hero_wrapper {
    padding: 30px;
    padding-bottom: 100px;
  }
}
.networkpromotion_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.networkpromotion_landing .hero_section .hero_wrapper .text_section .hero_title {
  width: 100%;
  font-size: 60px;
  padding-bottom: 10px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .hero_section .hero_wrapper .text_section .hero_title {
    max-width: 475px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .hero_section .hero_wrapper .text_section .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.networkpromotion_landing .hero_section .hero_wrapper .text_section .box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .networkpromotion_landing .hero_section .hero_wrapper .text_section .box {
    flex-direction: column;
    align-items: start;
  }
}
.networkpromotion_landing .hero_section .hero_wrapper .text_section .box .text_info {
  font-size: 39px;
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .hero_section .hero_wrapper .text_section .box .text_info {
    font-size: 25px;
  }
}
.networkpromotion_landing .hero_section .hero_wrapper .counter_hero .count_text {
  background: linear-gradient(271deg, #FFDC2B 27.89%, #FF8112 72.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 148px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .hero_section .hero_wrapper .counter_hero .count_text {
    font-size: 81px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .hero_section .hero_wrapper .counter_hero .count_text {
    font-size: 44px;
  }
}
.networkpromotion_landing .hero_section .hero_wrapper .counter_hero p {
  font-size: 39px;
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .hero_section .hero_wrapper .counter_hero p {
    font-size: 25px;
    text-align: left;
  }
}
.networkpromotion_landing .game_slider_section {
  position: relative;
}
.networkpromotion_landing .game_slider_section .slick-next:before {
  content: "";
}
.networkpromotion_landing .game_slider_section .slick-prev:before {
  content: "";
}
.networkpromotion_landing .game_slider_section .slick-prev,
.networkpromotion_landing .game_slider_section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.networkpromotion_landing .game_slider_section .slick-prev svg,
.networkpromotion_landing .game_slider_section .slick-next svg {
  width: 30px;
  height: auto;
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .slick-prev svg,
  .networkpromotion_landing .game_slider_section .slick-next svg {
    width: 20px;
  }
}
.networkpromotion_landing .game_slider_section .slick-prev {
  left: 20px;
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .slick-prev {
    left: 10px;
  }
}
.networkpromotion_landing .game_slider_section .slick-next {
  right: 50px;
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .slick-next {
    right: 10px;
  }
}
.networkpromotion_landing .game_slider_section .slick-prev:hover svg path,
.networkpromotion_landing .game_slider_section .slick-next:hover svg path {
  filter: brightness(1.2);
}
.networkpromotion_landing .game_slider_section .game_item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: overlay;
  padding-top: 20px;
  min-height: 750px;
  display: flex !important;
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .game_item {
    background-position: calc(50% - 300px) center !important;
  }
}
.networkpromotion_landing .game_slider_section .game_item .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper {
    padding: 60px 28px;
  }
}
.networkpromotion_landing .game_slider_section .game_item .wrapper {
  margin-left: 100px;
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper {
    margin-left: 0;
    padding: 60px 50px;
  }
}
.networkpromotion_landing .game_slider_section .game_item .wrapper .slide_title {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  z-index: 1;
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper .slide_title {
    font-size: 30px;
  }
}
.networkpromotion_landing .game_slider_section .game_item .wrapper .subtitle {
  font-weight: 600;
}
.networkpromotion_landing .game_slider_section .game_item .wrapper p {
  color: #FFF;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper p {
    font-size: 20px;
  }
}
.networkpromotion_landing .game_slider_section .slick-dots {
  bottom: 50px;
}
.networkpromotion_landing .game_slider_section .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.networkpromotion_landing .game_slider_section .slick-dots li.slick-active button:before {
  color: #FFC726;
}
.networkpromotion_landing .promotools_section {
  position: relative;
}
.networkpromotion_landing .promotools_section .slick-next:before {
  content: "";
}
.networkpromotion_landing .promotools_section .slick-prev:before {
  content: "";
}
.networkpromotion_landing .promotools_section .slick-prev,
.networkpromotion_landing .promotools_section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.networkpromotion_landing .promotools_section .slick-prev svg,
.networkpromotion_landing .promotools_section .slick-next svg {
  width: 30px;
  height: auto;
}
@media (max-width: 768px) {
  .networkpromotion_landing .promotools_section .slick-prev svg,
  .networkpromotion_landing .promotools_section .slick-next svg {
    width: 20px;
  }
}
.networkpromotion_landing .promotools_section .slick-prev {
  left: 20px;
}
@media (max-width: 768px) {
  .networkpromotion_landing .promotools_section .slick-prev {
    left: 10px;
  }
}
.networkpromotion_landing .promotools_section .slick-next {
  right: 50px;
}
@media (max-width: 768px) {
  .networkpromotion_landing .promotools_section .slick-next {
    right: 10px;
  }
}
.networkpromotion_landing .promotools_section .slick-prev:hover svg path,
.networkpromotion_landing .promotools_section .slick-next:hover svg path {
  filter: brightness(1.2);
}
.networkpromotion_landing .promotools_section .promotools_item {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
  min-height: 750px;
  display: flex !important;
  justify-content: center;
}
.networkpromotion_landing .promotools_section .promotools_item .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1450px;
}
@media (min-width: 1921px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper {
    padding: 60px 28px;
  }
}
.networkpromotion_landing .promotools_section .promotools_item .wrapper {
  align-items: center;
  gap: 50px;
}
.networkpromotion_landing .promotools_section .promotools_item .wrapper img {
  width: fit-content;
}
.networkpromotion_landing .promotools_section .promotools_item .wrapper a {
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 30px;
  width: fit-content;
  border-radius: 30px;
  text-decoration: none;
}
.networkpromotion_landing .promotools_section .promotools_item .wrapper .slide_title {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  z-index: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper .slide_title {
    font-size: 30px;
  }
}
.networkpromotion_landing .promotools_section .promotools_item .wrapper p {
  color: #FFF;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper p {
    font-size: 24px;
  }
}
.networkpromotion_landing .promotools_section .slick-dots {
  bottom: 50px;
}
.networkpromotion_landing .promotools_section .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.networkpromotion_landing .promotools_section .slick-dots li.slick-active button:before {
  color: #FFC726;
}
.networkpromotion_landing .games_section .slick-next:before {
  content: "";
}
.networkpromotion_landing .games_section .slick-prev:before {
  content: "";
}
.networkpromotion_landing .games_section .slick-prev,
.networkpromotion_landing .games_section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.networkpromotion_landing .games_section .slick-prev svg,
.networkpromotion_landing .games_section .slick-next svg {
  width: 30px;
  height: auto;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .slick-prev svg,
  .networkpromotion_landing .games_section .slick-next svg {
    width: 20px;
  }
}
.networkpromotion_landing .games_section .slick-prev {
  left: 20px;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .slick-prev {
    left: 10px;
  }
}
.networkpromotion_landing .games_section .slick-next {
  right: 50px;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .slick-next {
    right: 10px;
  }
}
.networkpromotion_landing .games_section .slick-prev:hover svg path,
.networkpromotion_landing .games_section .slick-next:hover svg path {
  filter: brightness(1.2);
}
.networkpromotion_landing .games_section .slick-dots {
  bottom: 50px;
}
.networkpromotion_landing .games_section .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.networkpromotion_landing .games_section .slick-dots li.slick-active button:before {
  color: #FFC726;
}
.networkpromotion_landing .games_section .wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
  min-height: 750px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .wrapper {
    padding: 25px;
  }
}
.networkpromotion_landing .games_section .wrapper .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1350px;
  margin: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .wrapper .box {
    margin: 0;
  }
}
.networkpromotion_landing .games_section .wrapper .box .description {
  text-align: center;
  width: 100%;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .games_section .wrapper .box .description {
    max-width: 600px;
  }
}
.networkpromotion_landing .games_section .wrapper .box .description .section_title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .games_section .wrapper .box .description .section_title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .wrapper .box .description .section_title {
    font-size: 32px;
  }
}
.networkpromotion_landing .games_section .wrapper .box .description p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .games_section .wrapper .box .description p {
    font-size: 18px;
  }
}
.networkpromotion_landing .games_section .wrapper .games {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .wrapper .games {
    padding: 25px 0;
  }
}
.networkpromotion_landing .games_section .wrapper .games .game {
  max-width: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .networkpromotion_landing .games_section .wrapper .games .game {
    max-width: 120px;
  }
}
.networkpromotion_landing .games_section .wrapper .games .game img {
  border-radius: 32px;
}
.networkpromotion_landing .games_section .wrapper .games .game::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 30px;
}
.networkpromotion_landing .games_section .wrapper .games .game .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.networkpromotion_landing .games_section .wrapper .games .game:hover::before {
  opacity: 1;
}
.networkpromotion_landing .games_section .wrapper .games .game:hover .play_game {
  opacity: 1;
  pointer-events: auto;
}
.networkpromotion_landing .games_section .wrapper p {
  padding: 50px 0;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .wrapper p {
    padding: 0;
    font-size: 16px;
  }
}
.networkpromotion_landing .slick-dotted {
  margin-bottom: -20px !important;
}
@media (min-width: 1921px) {
  .networkpromotion_landing .burning_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .networkpromotion_landing .burning_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .networkpromotion_landing .burning_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .burning_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .networkpromotion_landing .burning_section {
    padding: 60px 28px;
  }
}
.networkpromotion_landing .burning_section {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
}
@media (max-width: 768px) {
  .networkpromotion_landing .burning_section {
    min-height: 50vh;
  }
}
.networkpromotion_landing .burning_section #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
}
.networkpromotion_landing .burning_section .wrapper {
  position: relative;
  z-index: 1;
}
.networkpromotion_landing .burning_section .wrapper .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1350px;
  margin: auto;
  width: 100%;
}
.networkpromotion_landing .burning_section .wrapper .box .description {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .burning_section .wrapper .box .description {
    max-width: 600px;
  }
}
.networkpromotion_landing .burning_section .wrapper .box .description .section_title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .burning_section .wrapper .box .description .section_title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .burning_section .wrapper .box .description .section_title {
    font-size: 40px;
    text-align: center;
  }
}
.networkpromotion_landing .burning_section .wrapper .box .description h3 {
  text-align: center;
  font-size: 91px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .networkpromotion_landing .burning_section .wrapper .box .description h3 {
    font-size: 32px;
  }
}
.networkpromotion_landing .second_section {
  padding: 80px 96px;
}
.networkpromotion_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.networkpromotion_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.networkpromotion_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.networkpromotion_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.networkpromotion_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.networkpromotion_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.networkpromotion_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.networkpromotion_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}

@media (min-width: 1921px) {
  .networkPromotion_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .networkPromotion_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .networkPromotion_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .networkPromotion_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .networkPromotion_section {
    padding: 60px 28px;
  }
}
.networkPromotion_section {
  background-color: #D4ECFF;
}
.networkPromotion_section .wrapper {
  max-width: 1350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin: auto;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper {
    gap: 30px;
  }
}
.networkPromotion_section .wrapper .title {
  color: #12102B;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper .title {
    font-size: 26px;
  }
}
.networkPromotion_section .wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .networkPromotion_section .wrapper .counter {
    padding-bottom: 20px;
  }
}
.networkPromotion_section .wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .networkPromotion_section .wrapper .counter .curr {
    font-size: 40px;
  }
}
.networkPromotion_section .wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .networkPromotion_section .wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.networkPromotion_section .wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .networkPromotion_section .wrapper .counter .count {
    font-size: 40px;
  }
}
.networkPromotion_section .wrapper .box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
.networkPromotion_section .wrapper .box .desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper .box .desc {
    align-items: center;
  }
}
.networkPromotion_section .wrapper .box .desc h4 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper .box .desc h4 {
    font-size: 32px;
    font-weight: 600;
  }
}
.networkPromotion_section .wrapper .box .desc p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper .box .desc p {
    font-size: 25px;
    text-align: center;
  }
}
.networkPromotion_section .wrapper .box .desc a {
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 30px;
  width: fit-content;
  border-radius: 30px;
  text-decoration: none;
}
.networkPromotion_section .wrapper .box .promo_tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper .box .promo_tools {
    align-items: center;
  }
}
.networkPromotion_section .wrapper .box .promo_tools .logo {
  transition: transform 0.3s ease;
  max-width: 550px;
  height: 64px;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper .box .promo_tools .logo {
    height: 44px;
    width: 100%;
  }
}
.networkPromotion_section .wrapper .box .promo_tools .logo:hover {
  filter: brightness(0) invert(1);
  transform: scale(1.05);
}

@media (min-width: 1921px) {
  .section_award {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .section_award {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .section_award {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .section_award {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .section_award {
    padding: 60px 28px;
  }
}
.section_award {
  position: relative;
}
.section_award .award_section_title {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .section_award .award_section_title {
    font-size: 32px;
  }
}
.section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 66px 0;
}
@media (max-width: 768px) {
  .section_award .section_wrapper {
    align-items: center;
    flex-direction: row;
  }
}
.section_award .section_wrapper .award {
  max-width: 346px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
@media (max-width: 768px) {
  .section_award .section_wrapper .award {
    max-width: 140px;
  }
}
.section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}

.fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .fourth_section {
    padding: 60px 28px;
  }
}
.fourth_section::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 1024px) {
  .fourth_section::after {
    display: none;
  }
}
.fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.fourth_section .fourth_section_wrapper h3 {
  color: #191919;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
  font-size: 50px;
  line-height: normal;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper p {
    font-size: 28px;
  }
}
.fourth_section .fourth_section_wrapper .buttons_wrapper {
  padding: 30px 10px;
  display: flex;
  flex-direction: row;
  gap: 23px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .buttons_wrapper {
    padding: 20px 0;
    gap: 10px;
  }
}
.fourth_section .fourth_section_wrapper .buttons_wrapper .promo_tool_btn {
  width: fit-content;
  min-width: 110px;
  border-radius: 50px;
  border: 1px solid #12102B;
  background: #fff;
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  color: #12102B;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .buttons_wrapper .promo_tool_btn {
    font-size: 16px;
  }
}
.fourth_section .fourth_section_wrapper .buttons_wrapper .promo_tool_btn:hover {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
}
.fourth_section .fourth_section_wrapper .am_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .am_wrapper {
    flex-direction: column-reverse;
    padding: 0 35px;
  }
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc {
  max-width: 700px;
  width: 100%;
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_review {
  position: relative;
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_review .special {
  background: linear-gradient(97deg, #2EFFE7 5.66%, #47FF60 92.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -3.68px;
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_review .special:first-child {
  position: absolute;
  left: -34px;
  top: -2px;
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_info {
    gap: 5px;
  }
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_info .name {
  color: #12102B;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_info .name {
    font-size: 32px;
  }
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_info p {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_info p {
    font-size: 16px;
  }
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_image {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}

.sixth_section {
  padding: 80px 96px;
}
.sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}

.seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}

.last_section {
  margin-top: 60px;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
  background: url("https://wazdan.com/wp-content/uploads/MightySymbolsJokers_background_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .last_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.last_section .last_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: auto;
  max-width: 1256px;
  width: 100%;
  position: relative;
  gap: 50px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper {
    margin: 40px;
  }
}
@media (max-width: 1290px) {
  .last_section .last_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .last_section .last_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
.last_section .last_wrapper .form_area {
  z-index: 5;
  max-width: 1250px;
  padding: 50px;
  text-align: left;
  border-radius: 34px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area {
    flex-direction: column;
    padding: 20px;
    gap: 0px;
  }
}
.last_section .last_wrapper .form_area .content {
  z-index: 10;
}
.last_section .last_wrapper .form_area .form_desc_wrapper {
  max-width: 550px;
}
.last_section .last_wrapper .form_area .form_description {
  color: #12102B;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_description {
    font-size: 20px;
  }
}
.last_section .last_wrapper .form_area p {
  color: #12102B;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area p {
    font-size: 24px;
    line-height: 30px;
  }
}
.last_section .last_wrapper .form_area .form_button {
  border-radius: 50px;
  background: #12102B;
  color: #FF8012;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 20px 35px;
  text-decoration: none;
  z-index: 7;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_button {
    font-size: 15px;
    padding: 15px 30px;
  }
}
.last_section .last_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.last_section .last_wrapper .form_area .disabled {
  opacity: 0.7;
}
.last_section .last_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.last_section .last_wrapper .form_area .event_form_newsletter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 100%;
}
.last_section .last_wrapper .form_area .event_form_newsletter input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .event_form_newsletter input {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
.last_section .last_wrapper .form_area .event_form_newsletter ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .event_form_newsletter ::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
.last_section .last_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
  color: #fff;
  background-color: #12102B;
  padding: 10px 20px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: 181.706px;
  height: 52.839px;
}
.last_section .last_wrapper .form_area .event_form_newsletter .submit_btn_newsletter:hover {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
    font-size: 17px;
    font-weight: 500;
    width: 112px;
    height: 48px;
  }
}
.last_section .last_wrapper .form_area .agree_text_newsletter {
  color: #12102B;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 490px;
  width: 100%;
}
.last_section .last_wrapper .form_area .agree_text_newsletter a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .last_section .last_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}

@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
#LisbonModal2025 .dismiss__button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.sigmaEurope2025_landing {
  background: #12102B;
  color: white;
}
.sigmaEurope2025_landing #gameFrame {
  background: black;
  border: none;
}
.sigmaEurope2025_landing .hero_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: url("https://wazdan.com/wp-content/uploads/sky.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  max-width: 1300px;
  width: 100%;
  position: relative;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
@media (max-width: 1290px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 2;
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .hero_title {
  max-width: 460px;
  width: 100%;
  font-size: 60px;
  padding-bottom: 0px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .hero_title {
    max-width: 475px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .text_section img {
  max-width: 350px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .text_section img {
    max-width: 150px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .box {
    flex-direction: column;
    align-items: start;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .box .text_info {
  font-size: 39px;
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .box .text_info {
    font-size: 25px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area {
  z-index: 1;
  max-width: 650px;
  width: 100%;
  flex: 1;
  padding: 45px 60px 175px 55px;
  text-align: center;
  border-radius: 34px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area {
    padding: 30px 50px 150px 50px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area {
    padding: 25px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .form_description {
  color: #12102B;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .form_description {
    font-size: 17px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .disabled {
  opacity: 0.7;
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter input {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter ::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
  color: #fff;
  padding: 10px 20px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: 181.706px;
  height: 52.839px;
  background-color: #12102B;
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter:hover {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
    font-size: 17px;
    font-weight: 500;
    width: 112px;
    height: 48px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 490px;
  width: 100%;
  margin: auto;
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.sigmaEurope2025_landing .hero_section .gorilla_img {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-80%);
  max-width: 850px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .gorilla_img {
    position: initial;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    transform: translateX(0%);
  }
}
.sigmaEurope2025_landing .hero_section .coins_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.sigmaEurope2025_landing .gorilla_section {
  background-image: linear-gradient(16deg, rgba(1, 9, 1, 0.85) 12.13%, rgba(7, 11, 27, 0) 73.56%), url("https://wazdan.com/wp-content/uploads/gorilla_section_bcg.jpg");
  background-position: bottom right;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 1921px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper {
    padding: 60px 28px;
  }
}
.sigmaEurope2025_landing .gorilla_section .wrapper {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper {
    padding-bottom: 40px !important;
  }
}
.sigmaEurope2025_landing .gorilla_section .wrapper h3 {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper h3 {
    font-size: 36px;
  }
}
.sigmaEurope2025_landing .gorilla_section .wrapper .bananas_bcg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper .bananas_bcg {
    display: none;
  }
}
.sigmaEurope2025_landing .gorilla_section .wrapper .content {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper .content {
    flex-direction: column-reverse;
  }
}
.sigmaEurope2025_landing .gorilla_section .wrapper .content .logo_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding-top: 5%;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper .content .logo_wrapper {
    margin-top: -80px;
    z-index: 9;
  }
}
.sigmaEurope2025_landing .gorilla_section .wrapper .content .logo_wrapper img {
  max-width: 700px;
  width: 100%;
}
.sigmaEurope2025_landing .gorilla_section .wrapper .content .logo_wrapper .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
}
.sigmaEurope2025_landing .gorilla_section .wrapper .content .gorilla_wrapper {
  max-width: 900px;
  width: 100%;
  z-index: 2;
}
.sigmaEurope2025_landing .gorilla_section .wrapper .content .gorilla_wrapper img {
  filter: brightness(80%);
}
.sigmaEurope2025_landing .gorilla_section .wrapper .bananas_bcg {
  filter: brightness(50%);
}
.sigmaEurope2025_landing .game_slider_section {
  position: relative;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section {
    display: none;
  }
}
.sigmaEurope2025_landing .game_slider_section .slick-next:before {
  content: "";
}
.sigmaEurope2025_landing .game_slider_section .slick-prev:before {
  content: "";
}
.sigmaEurope2025_landing .game_slider_section .slick-prev,
.sigmaEurope2025_landing .game_slider_section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.sigmaEurope2025_landing .game_slider_section .slick-prev svg,
.sigmaEurope2025_landing .game_slider_section .slick-next svg {
  width: 30px;
  height: auto;
}
.sigmaEurope2025_landing .game_slider_section .slick-prev {
  left: 20px;
}
.sigmaEurope2025_landing .game_slider_section .slick-next {
  right: 50px;
}
.sigmaEurope2025_landing .game_slider_section .slick-prev:hover svg path,
.sigmaEurope2025_landing .game_slider_section .slick-next:hover svg path {
  filter: brightness(1.2);
}
.sigmaEurope2025_landing .game_slider_section .game_item {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
  min-height: 90vh;
}
.sigmaEurope2025_landing .game_slider_section .game_item .slide_title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  max-width: 1000px;
  z-index: 1;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .game_item .slide_title {
    display: none;
  }
}
.sigmaEurope2025_landing .game_slider_section .game_item p {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  max-width: 1000px;
  z-index: 1;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .game_item p {
    display: none;
  }
}
.sigmaEurope2025_landing .game_slider_section .game_item .wrapper {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .game_item .wrapper {
    flex-direction: column;
  }
}
.sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 700px;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item {
    min-height: 614px;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item {
    min-height: 400px;
    align-items: center;
    justify-content: start;
  }
}
.sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item .character {
  max-width: 45vw;
  width: 100%;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item .character {
    max-width: 300px;
  }
}
.sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item .logo {
  max-width: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item .logo {
    max-width: 300px;
  }
}
.sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item .play_game {
  width: 140px;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.sigmaEurope2025_landing .game_slider_section .slick-dots {
  bottom: 50px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .slick-dots {
    bottom: 20px;
  }
}
.sigmaEurope2025_landing .game_slider_section .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.sigmaEurope2025_landing .game_slider_section .slick-dots li.slick-active button:before {
  color: #2EFFE7;
}
.sigmaEurope2025_landing .game_slider_section_mobile {
  display: none;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section_mobile {
    display: block;
  }
}
.sigmaEurope2025_landing .game_slider_section_mobile {
  position: relative;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-next:before {
  content: "";
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-prev:before {
  content: "";
}
.sigmaEurope2025_landing .game_slider_section_mobile .custom-arrow-mobile-prev,
.sigmaEurope2025_landing .game_slider_section_mobile .custom-arrow-mobile-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.sigmaEurope2025_landing .game_slider_section_mobile .custom-arrow-mobile-prev svg,
.sigmaEurope2025_landing .game_slider_section_mobile .custom-arrow-mobile-next svg {
  width: 17px;
  height: auto;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-prev {
  left: 20px;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-next {
  right: 20px;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-next:before {
  color: #2EFFE7;
  opacity: 1;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-prev:before {
  color: #2EFFE7;
  opacity: 1;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-prev:hover svg path,
.sigmaEurope2025_landing .game_slider_section_mobile .slick-next:hover svg path {
  filter: brightness(1.2);
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
  min-height: 620px;
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item .slide_title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  font-size: 26px;
  max-width: 85%;
  margin: auto;
  text-align: center;
  z-index: 1;
  padding-bottom: 20px;
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper {
    flex-direction: column;
  }
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 700px;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item {
    min-height: 614px;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item {
    min-height: 400px;
    align-items: center;
    justify-content: start;
  }
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .character {
  max-width: 45vw;
  width: 100%;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .character {
    max-width: 300px;
  }
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .logo {
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .logo {
    max-width: 300px !important;
    width: 100% !important;
  }
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-dots {
  bottom: 50px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section_mobile .slick-dots {
    bottom: 20px;
  }
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-dots li.slick-active button:before {
  color: #2EFFE7;
}
.sigmaEurope2025_landing .slick-dotted {
  margin-bottom: -20px !important;
}
@media (min-width: 1921px) {
  .sigmaEurope2025_landing .burning_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigmaEurope2025_landing .burning_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .burning_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .burning_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigmaEurope2025_landing .burning_section {
    padding: 60px 28px;
  }
}
.sigmaEurope2025_landing .burning_section {
  position: relative;
  overflow: hidden;
}
.sigmaEurope2025_landing .burning_section #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
}
.sigmaEurope2025_landing .burning_section .wrapper {
  position: relative;
  z-index: 1;
}
.sigmaEurope2025_landing .burning_section .wrapper .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1350px;
  margin: auto;
  width: 100%;
}
.sigmaEurope2025_landing .burning_section .wrapper .box .description {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .description {
    max-width: 600px;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .box .description .section_title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .description .section_title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .description .section_title {
    font-size: 32px;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .box .description p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .description p {
    font-size: 18px;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .box .description strong {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .description strong {
    font-size: 18px;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .box .scratch_img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .scratch_img {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .scratch_img {
    display: none;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .scratch_img_mobile {
  display: none;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .burning_section .wrapper .scratch_img_mobile {
    display: block;
    margin: auto;
    padding-top: 50px;
    width: 100%;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .games {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .burning_section .wrapper .games {
    order: 2;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .games .game {
  max-width: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .burning_section .wrapper .games .game {
    max-width: 120px;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .games .game::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 30px;
}
.sigmaEurope2025_landing .burning_section .wrapper .games .game .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.sigmaEurope2025_landing .burning_section .wrapper .games .game:hover::before {
  opacity: 1;
}
.sigmaEurope2025_landing .burning_section .wrapper .games .game:hover .play_game {
  opacity: 1;
  pointer-events: auto;
}
.sigmaEurope2025_landing .second_section {
  padding: 80px 96px;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.sigmaEurope2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}
@media (min-width: 1921px) {
  .sigmaEurope2025_landing .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigmaEurope2025_landing .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigmaEurope2025_landing .counter_section {
    padding: 60px 28px;
  }
}
.sigmaEurope2025_landing .counter_section {
  position: relative;
  overflow: hidden;
  background: url("https://wazdan.com/wp-content/uploads/triangles.png"), linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .sigmaEurope2025_landing .counter_section {
    padding: 70px 96px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .counter_section_title {
  color: #12102B;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 500;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
  justify-content: center;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters {
    display: none;
    justify-content: left;
    padding: 10px 0px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 250px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters_mobile {
  display: none;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters_mobile {
    display: flex;
    align-items: flex-start;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters_mobile {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px 10px;
  position: relative;
  justify-content: center;
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
  max-width: 160px;
  width: 100%;
  text-align: center;
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  background-color: #12102B;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
  text-decoration: none;
}
.sigmaEurope2025_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}
@media (min-width: 1921px) {
  .sigmaEurope2025_landing .network_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigmaEurope2025_landing .network_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .network_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .network_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigmaEurope2025_landing .network_section {
    padding: 60px 28px;
  }
}
.sigmaEurope2025_landing .network_section {
  background: url("https://wazdan.com/wp-content/uploads/MightySymbolsJokers_background_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sigmaEurope2025_landing .network_section .wrapper {
  max-width: 1350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin: auto;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .network_section .wrapper {
    gap: 30px;
  }
}
.sigmaEurope2025_landing .network_section .wrapper .title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .network_section .wrapper .title {
    font-size: 36px;
  }
}
.sigmaEurope2025_landing .network_section .wrapper .count_text {
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 110px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .network_section .wrapper .count_text {
    font-size: 81px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .network_section .wrapper .count_text {
    font-size: 36px;
  }
}
.sigmaEurope2025_landing .network_section .wrapper .box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
.sigmaEurope2025_landing .network_section .wrapper .box .desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .network_section .wrapper .box .desc {
    align-items: center;
  }
}
.sigmaEurope2025_landing .network_section .wrapper .box .desc h4 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .network_section .wrapper .box .desc h4 {
    font-size: 32px;
    font-weight: 600;
  }
}
.sigmaEurope2025_landing .network_section .wrapper .box .desc p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .network_section .wrapper .box .desc p {
    font-size: 25px;
    text-align: center;
  }
}
.sigmaEurope2025_landing .network_section .wrapper .box .desc a {
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 30px;
  width: fit-content;
  border-radius: 30px;
  text-decoration: none;
}
.sigmaEurope2025_landing .network_section .wrapper .box .promo_tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .network_section .wrapper .box .promo_tools {
    align-items: center;
  }
}
.sigmaEurope2025_landing .network_section .wrapper .box .promo_tools .logo {
  transition: transform 0.3s ease;
  max-width: 550px;
  height: 64px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .network_section .wrapper .box .promo_tools .logo {
    height: 44px;
    width: 100%;
  }
}
.sigmaEurope2025_landing .network_section .wrapper .box .promo_tools .logo:hover {
  filter: brightness(0) invert(1);
  transform: scale(1.05);
}
@media (min-width: 1921px) {
  .sigmaEurope2025_landing .upcoming_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigmaEurope2025_landing .upcoming_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .upcoming_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .upcoming_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigmaEurope2025_landing .upcoming_section {
    padding: 60px 28px;
  }
}
.sigmaEurope2025_landing .upcoming_section {
  padding-bottom: 0 !important;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .upcoming_section {
    padding: 60px 0px;
  }
}
.sigmaEurope2025_landing .upcoming_section .wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.sigmaEurope2025_landing .upcoming_section .wrapper .title {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: var(--Linear, linear-gradient(98deg, #880CFF 5.98%, #3305FF 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .upcoming_section .wrapper .title {
    padding: 0 28px;
    font-size: 30px;
    text-align: center;
  }
}
.sigmaEurope2025_landing .upcoming_section .wrapper p {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .upcoming_section .wrapper p {
    padding: 0 28px;
    font-size: 24px;
    text-align: center;
  }
}
.sigmaEurope2025_landing .upcoming_section .wrapper .campaigns_europe {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.sigmaEurope2025_landing .upcoming_section .wrapper .campaigns_europe .slick-slide {
  padding: 30px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .upcoming_section .wrapper .campaigns_europe .slick-slide {
    padding: 15px;
  }
}
.sigmaEurope2025_landing .upcoming_section .wrapper .campaigns_europe img {
  max-width: 370px;
  width: 100%;
}
@media (min-width: 1921px) {
  .sigmaEurope2025_landing .section_award {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigmaEurope2025_landing .section_award {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .section_award {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .section_award {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigmaEurope2025_landing .section_award {
    padding: 60px 28px;
  }
}
.sigmaEurope2025_landing .section_award {
  position: relative;
}
.sigmaEurope2025_landing .section_award::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #12102b;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .section_award::after {
    display: none;
  }
}
.sigmaEurope2025_landing .section_award .award_section_title {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .section_award .award_section_title {
    font-size: 40px;
  }
}
.sigmaEurope2025_landing .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .section_award .section_wrapper {
    align-items: center;
  }
}
.sigmaEurope2025_landing .section_award .section_wrapper .award {
  max-width: 300px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .section_award .section_wrapper .award {
    max-width: 150px;
  }
}
.sigmaEurope2025_landing .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.sigmaEurope2025_landing .fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .sigmaEurope2025_landing .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigmaEurope2025_landing .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigmaEurope2025_landing .fourth_section {
    padding: 60px 28px;
  }
}
.sigmaEurope2025_landing .fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .fourth_section::after {
    display: none;
  }
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper h3 {
  color: #191919;
  font-weight: 800;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .fourth_section .fourth_section_wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_filters {
  padding: 50px 10px 0 10px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_filters {
    padding: 20px 0;
    gap: 10px;
  }
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_filters button.active {
  width: fit-content;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_filters button.active {
    font-size: 16px;
  }
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_filters button {
  width: fit-content;
  min-width: 110px;
  border-radius: 50px;
  border: 1px solid #12102B;
  background: #fff;
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  color: #12102B;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_filters button {
    font-size: 16px;
  }
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .show-more {
  display: flex;
  margin: auto;
  width: fit-content;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .show-more {
    font-size: 22px;
  }
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .show-more:hover {
  cursor: pointer;
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 20px;
    justify-content: center;
  }
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .slick-dots li.slick-active button:before {
  color: #2EFFE7;
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team a {
  text-decoration: none;
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 140px;
    width: 100%;
  }
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
  margin-top: 50px;
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #191919;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.sigmaEurope2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}
@media (min-width: 1921px) {
  .sigmaEurope2025_landing .instant_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigmaEurope2025_landing .instant_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .instant_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .instant_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigmaEurope2025_landing .instant_section {
    padding: 60px 28px;
  }
}
.sigmaEurope2025_landing .instant_section {
  background: url("https://wazdan.com/wp-content/uploads/scratch_bcg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sigmaEurope2025_landing .instant_section .wrapper {
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: auto;
  justify-content: center;
}
.sigmaEurope2025_landing .instant_section .wrapper .description {
  max-width: 450px;
  width: 100%;
}
.sigmaEurope2025_landing .instant_section .wrapper .description .title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .instant_section .wrapper .description .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .instant_section .wrapper .description .title {
    font-size: 36px;
  }
}
.sigmaEurope2025_landing .instant_section .wrapper .description .text {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .instant_section .wrapper .description .text {
    font-size: 26px;
  }
}
.sigmaEurope2025_landing .instant_section .wrapper .description .typewrite {
  font-size: 48px;
  height: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #FFDC2B;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .instant_section .wrapper .description .typewrite {
    font-size: 26px;
  }
}
.sigmaEurope2025_landing .instant_section .wrapper .scratch_img {
  max-width: 650px;
  width: 100%;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .instant_section .wrapper .scratch_img {
    max-width: 550px;
  }
}
.sigmaEurope2025_landing .sixth_section {
  padding: 80px 96px;
}
.sigmaEurope2025_landing .sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.sigmaEurope2025_landing .sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}
.sigmaEurope2025_landing .seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.sigmaEurope2025_landing .seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.sigmaEurope2025_landing .seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.sigmaEurope2025_landing .seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.sigmaEurope2025_landing .seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sigmaEurope2025_landing .seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sigmaEurope2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.sigmaEurope2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.sigmaEurope2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.sigmaEurope2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.sigmaEurope2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.sigmaEurope2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}
.sigmaEurope2025_landing .last_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: url("https://wazdan.com/wp-content/uploads/sky.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .last_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.sigmaEurope2025_landing .last_section .last_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: auto;
  max-width: 1256px;
  width: 100%;
  position: relative;
  gap: 50px;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .last_section .last_wrapper {
    margin: 40px;
  }
}
@media (max-width: 1290px) {
  .sigmaEurope2025_landing .last_section .last_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .last_section .last_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
.sigmaEurope2025_landing .last_section .last_wrapper .form_area {
  z-index: 5;
  max-width: 750px;
  width: 100%;
  flex: 1;
  padding: 45px 70px 200px 70px;
  text-align: left;
  border-radius: 34px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .last_section .last_wrapper .form_area {
    padding: 20px 20px 60px 20px;
  }
}
.sigmaEurope2025_landing .last_section .last_wrapper .form_area .content {
  z-index: 10;
}
.sigmaEurope2025_landing .last_section .last_wrapper .form_area .form_description {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .last_section .last_wrapper .form_area .form_description {
    font-size: 28px;
  }
}
.sigmaEurope2025_landing .last_section .last_wrapper .form_area .form_description_second {
  color: #12102B;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .last_section .last_wrapper .form_area .form_description_second {
    font-size: 20px;
    line-height: 24px;
  }
}
.sigmaEurope2025_landing .last_section .last_wrapper .form_area .form_description_third {
  max-width: 520px;
  width: 100%;
}
.sigmaEurope2025_landing .last_section .last_wrapper .form_area p {
  color: #12102B;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .last_section .last_wrapper .form_area p {
    font-size: 18px;
    line-height: 24px;
  }
}
.sigmaEurope2025_landing .last_section .last_wrapper .form_area .form_button {
  border-radius: 50px;
  background: #12102B;
  color: #58F98E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 20px 35px;
  text-decoration: none;
  z-index: 7;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .last_section .last_wrapper .form_area .form_button {
    font-size: 15px;
    padding: 15px 30px;
  }
}
.sigmaEurope2025_landing .last_section .last_wrapper .gorilla_img {
  position: absolute;
  bottom: 0px;
  right: 0;
  max-width: 850px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .last_section .last_wrapper .gorilla_img {
    position: relative;
    margin-left: -28px;
    z-index: 8;
    margin-top: -100px;
    margin-bottom: -30px;
  }
}
.sigmaEurope2025_landing .last_section .coins_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}
@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
.sigmaEurope2025_landing #LisbonModal2025 .dismiss__button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.opolskieZooGoryle_landing .hero_section {
  margin-top: 60px;
  height: 505px;
  position: relative;
  background-size: cover;
  background-image: url(https://wazdan.com/wp-content/uploads/gorilla_bg.png);
  background-position: center;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .hero_section {
    background-position: 65%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .hero_section {
    background-position: 80%;
  }
}
.opolskieZooGoryle_landing .hero_section .zoo_logo {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .hero_section .zoo_logo {
    top: 40px;
    width: 30%;
  }
}
.opolskieZooGoryle_landing .hero_section .hero_triangle {
  margin-top: 50px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .hero_section .hero_triangle {
    padding-right: 260px;
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .hero_section .hero_triangle {
    padding-right: 350px;
    margin-top: 0px;
    margin-left: -170px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .hero_section .hero_triangle {
    padding-right: 470px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .hero_section .hero_triangle {
    padding-right: 450px;
    margin-left: 0px;
  }
}
.opolskieZooGoryle_landing .hero_section .hero_text {
  width: 30%;
  position: absolute;
  top: 35%;
  left: 15%;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  z-index: 40;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .hero_section .hero_text {
    width: 40%;
    font-size: 47px;
    top: 50%;
    left: 13%;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .hero_section .hero_text {
    left: 5%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .hero_section .hero_text {
    width: 50%;
    font-size: 40px;
    top: 55%;
    left: 5%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .hero_section .hero_text {
    width: 60%;
    font-size: 36px;
    top: 57%;
    left: 30%;
  }
}
@media (max-width: 470px) {
  .opolskieZooGoryle_landing .hero_section .hero_text {
    width: 60%;
    font-size: 30px;
    top: 65%;
    left: 40%;
  }
}
.opolskieZooGoryle_landing .about_gorillas_section {
  background: #12102B;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 30;
  position: relative;
  padding: 100px 230px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .about_gorillas_section {
    padding: 70px 140px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .about_gorillas_section {
    padding: 70px 70px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .about_gorillas_section {
    padding: 40px 20px;
  }
}
.opolskieZooGoryle_landing .about_gorillas_section .about_header {
  color: #FFF;
  font-size: 63px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_header {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_header {
    font-size: 32px;
  }
}
.opolskieZooGoryle_landing .about_gorillas_section .about_container {
  background: #58F98E;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  margin-top: 96px;
  padding: 102px 81px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_container {
    margin-top: 30px;
    padding: 50px 50px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_container {
    padding: 45px 50px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_container {
    padding: 35px 35px;
  }
}
.opolskieZooGoryle_landing .about_gorillas_section .about_container span {
  font-size: 25px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_container span {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_container span {
    font-size: 18px;
  }
}
.opolskieZooGoryle_landing .about_gorillas_section .about_container .bold {
  font-weight: 700;
}
.opolskieZooGoryle_landing .about_bg .right_bottom_triangle {
  position: absolute;
  bottom: -50px;
  right: -150px;
  z-index: -1;
}
.opolskieZooGoryle_landing .about_bg .left_bottom_triangle {
  position: absolute;
  bottom: -315px;
  left: -10px;
  z-index: -1;
}
.opolskieZooGoryle_landing .about_bg .left_top_triangle {
  z-index: -1;
  position: absolute;
  top: 20px;
  left: -100px;
}
.opolskieZooGoryle_landing .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.opolskieZooGoryle_landing .gorillas_carousel_section {
  height: 130vh;
  width: 100vw;
  background-size: cover;
  background-image: url(https://wazdan.com/wp-content/uploads/bush.png);
  background-color: #071601;
  position: relative;
  z-index: 30;
  background-position: center;
}
@media (min-width: 1921px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    height: 110vh;
  }
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 60px 60px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 30px 20px;
    height: 130vh;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    align-items: flex-start;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots {
  left: 0;
  top: 94%;
  width: 100%;
}
@media (max-width: 1250px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots {
    top: 93.8%;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots {
    top: 94%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots {
    top: 94%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots {
    top: 94.5%;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots {
    top: 94.5%;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots li.slick-active button::before {
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots li button::before {
  color: white;
  opacity: 1;
  font-size: 18px;
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-next:before {
  content: "";
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev:before {
  content: "";
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev,
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
  position: absolute;
  top: 89.5%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev,
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    top: 88.5%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev,
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    top: 91.5%;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev svg,
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-next svg {
  width: 20px;
  height: auto;
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
  left: 46%;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
    left: 44.5%;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
    left: 43.5%;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
    left: 42.5%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
    left: 39%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
    left: 38.5%;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
    left: 34.5%;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
  right: 46%;
}
@media (max-width: 1600px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 45.5%;
  }
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 45%;
  }
}
@media (max-width: 1250px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 44%;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 43%;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 42%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 39%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 37%;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 33%;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev:hover svg path,
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-next:hover svg path {
  filter: brightness(1.2);
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_header {
  color: #FFF;
  text-align: center;
  font-size: 63px;
  font-weight: 700;
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_header {
    font-size: 45px;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper {
    height: 85vh;
  }
}
@media (max-width: 1250px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper {
    height: auto;
    flex-direction: column;
    gap: 0;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 200px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left {
    margin-top: 0;
    width: 100%;
    height: min-content;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names {
    margin-bottom: 30px;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names {
    text-align: center;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_name {
  font-size: 43px;
  font-weight: 700;
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_name {
    font-size: 35px;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_name {
    margin-top: 0px;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_name.green {
  color: #58F98E;
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_name.yellow {
  color: #FFB031;
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_short_description {
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_short_description {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_short_description {
    text-align: center;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_description {
  display: flex;
  flex-direction: column;
  color: #FFF;
  font-size: 25px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_description {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_description {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_description {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_description {
    font-size: 15px;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right {
    margin-top: 110px;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right {
    margin-top: 0;
    height: auto;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
  width: 632px;
  height: 677px;
  border-radius: 51px;
  position: relative;
  background-size: cover;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
    width: 600px;
    height: 620px;
  }
}
@media (max-width: 1250px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
    width: 515px;
    height: 610px;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
    width: 515px;
    height: 610px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
    height: 450px;
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
    width: 430px;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
    width: 255px;
    height: 275px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .left_top_triangle {
  position: absolute;
  left: -10%;
  top: -5%;
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .left_top_triangle {
    left: -1%;
    top: 5%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .left_top_triangle {
    left: -3%;
    top: -3%;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .left_top_triangle {
    height: 60px;
    left: -20%;
    top: -3%;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_bottom_triangle {
  position: absolute;
  bottom: -20%;
  right: -3%;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_bottom_triangle {
    right: 0%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_bottom_triangle {
    right: -1%;
    bottom: -4%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_bottom_triangle {
    height: 150px;
    right: -15%;
    bottom: -8%;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_bottom_triangle {
    height: 100px;
    right: -36%;
    bottom: 0%;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
  position: absolute;
  right: -15%;
  bottom: 20%;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
    right: 5%;
  }
}
@media (max-width: 1250px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
    right: 10%;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
    right: 0%;
    bottom: 30%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
    right: 0%;
    bottom: 80%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
    height: 100px;
    right: -7%;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
    height: 75px;
    right: -17%;
  }
}
.opolskieZooGoryle_landing .nature_section {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(rgba(88, 249, 142, 0.39), rgba(88, 249, 142, 0.39)), url("https://wazdan.com/wp-content/uploads/background-1.png");
  background-size: auto;
  background-position: center;
  padding: 100px 270px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .nature_section {
    padding: 70px 140px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .nature_section {
    padding: 70px 70px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .nature_section {
    padding: 40px 20px;
  }
}
.opolskieZooGoryle_landing .nature_section .header {
  font-size: 60px;
  font-weight: 800;
  color: #12102B;
  margin-bottom: 82px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .nature_section .header {
    margin-bottom: 50px;
  }
}
.opolskieZooGoryle_landing .nature_section .nature_content {
  display: flex;
  gap: 200px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .nature_section .nature_content {
    gap: 50px;
    flex-direction: column;
  }
}
.opolskieZooGoryle_landing .nature_section .nature_content .nature_text {
  width: 50%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .nature_section .nature_content .nature_text {
    width: 100%;
  }
}
.opolskieZooGoryle_landing .nature_section .nature_content .nature_text .text {
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #12102B;
}
.opolskieZooGoryle_landing .nature_section .nature_content .nature_text .text .bold {
  font-weight: 700;
}
.opolskieZooGoryle_landing .nature_section .nature_content .nature_image {
  width: 40%;
  flex-shrink: 0;
  aspect-ratio: 4/3;
  border-radius: 40px;
  background-image: url("https://wazdan.com/wp-content/uploads/zoo.png");
  background-size: cover;
  background-position: right;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .nature_section .nature_content .nature_image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.opolskieZooGoryle_landing .join_to_section {
  background-color: #12102B;
  padding: 100px 312px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .join_to_section {
    padding: 75px 150px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .join_to_section {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .join_to_section {
    padding: 40px 20px;
  }
}
.opolskieZooGoryle_landing .join_to_section .header {
  background: var(--Linear, linear-gradient(274deg, #FF8112 -10.95%, #FFDC2B 54.99%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 800;
  width: 55%;
  text-align: center;
  margin-bottom: 62px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .join_to_section .header {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .join_to_section .header {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .join_to_section .header {
    width: 90%;
  }
}
.opolskieZooGoryle_landing .join_to_section .text {
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .join_to_section .text {
    font-size: 18px;
  }
}
.opolskieZooGoryle_landing .join_to_section .donate {
  display: flex;
  flex-direction: column;
  background: #FFB031;
  width: 60%;
  border-radius: 25px;
  padding: 30px 0px;
  text-align: center;
  margin-top: 63px;
  margin-bottom: 104px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .join_to_section .donate {
    width: 70%;
    padding: 20px 0px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .join_to_section .donate {
    width: 80%;
    padding: 30px 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .join_to_section .donate {
    width: 97%;
    padding: 20px 0px;
    font-size: 18px;
  }
}
.opolskieZooGoryle_landing .join_to_section .donate .text {
  color: #12102B;
  font-size: 32px;
  font-weight: 500;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .join_to_section .donate .text {
    font-size: 20px;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .join_to_section .donate .text {
    font-size: 15px;
  }
}
.opolskieZooGoryle_landing .join_to_section .donate .text .bold {
  font-weight: 800;
}
.opolskieZooGoryle_landing .fact_section {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-image: url("https://wazdan.com/wp-content/uploads/banans.png");
  background-image: url("https://wazdan.com/wp-content/uploads/banans.png"), linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, contain;
  background-position: center, top right;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 110px 0;
  gap: 80px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .fact_section {
    padding: 70px 0;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section {
    gap: 40px;
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .fact_section {
    padding: 40px 20px;
  }
}
.opolskieZooGoryle_landing .fact_section .header {
  color: #12102B;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section .header {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .fact_section .header {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .fact_section .header {
    font-size: 35px;
  }
}
.opolskieZooGoryle_landing .fact_section .facts_wrapper {
  display: flex;
  width: 65%;
  gap: 35px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper {
    gap: 70px;
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper {
    gap: 25px;
  }
}
.opolskieZooGoryle_landing .fact_section .facts_wrapper .facts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts {
    width: 95%;
  }
}
.opolskieZooGoryle_landing .fact_section .facts_wrapper .facts .fact {
  background: #12102B;
  color: #FFB031;
  width: 100%;
  border-radius: 40px;
  padding: 70px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts .fact {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts .fact {
    font-size: 20px;
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts .fact {
    font-size: 18px;
    padding: 25px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts .fact {
    font-size: 15px;
    padding: 20px;
  }
}
.opolskieZooGoryle_landing .fact_section .facts_wrapper .fact_image {
  width: 597px;
  height: 894px;
  flex-shrink: 0;
  aspect-ratio: 199/298;
  border-radius: 40px;
  align-self: center;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .fact_image {
    width: 85%;
    height: auto;
  }
}
.opolskieZooGoryle_landing .fact_section .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section .reverse {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.opolskieZooGoryle_landing .know_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 312px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .know_section {
    padding: 0 20px;
  }
}
.opolskieZooGoryle_landing .know_section .header {
  color: #12102B;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .know_section .header {
    margin-top: 70px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .know_section .header {
    font-size: 50px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .know_section .header {
    font-size: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.opolskieZooGoryle_landing .know_section .text {
  color: #12102B;
  font-size: 25px;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .know_section .text {
    font-size: 20px;
  }
}
.opolskieZooGoryle_landing .know_section .text .bold {
  font-weight: 800;
}
.opolskieZooGoryle_landing .know_section .button_wrapper {
  width: 100%;
}
.opolskieZooGoryle_landing .know_section .button_wrapper .check_button {
  font-size: 25px;
}
.opolskieZooGoryle_landing .last_gallery__section {
  margin-top: 105px;
}
.opolskieZooGoryle_landing .last_gallery__section .image__wrapper {
  padding: 0 30px;
}
.opolskieZooGoryle_landing .last_gallery__section .image__wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
.opolskieZooGoryle_landing button {
  border-radius: 50px;
  background: #FFB031;
  padding: 10px 30px;
  margin-top: 55px;
  font-weight: 800;
  border: none;
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing button {
    margin-top: 30px;
  }
}

.iceBarcelona2026_landing {
  background: #12102B;
  color: white;
}
.iceBarcelona2026_landing #gameFrame {
  background: black;
  border: none;
}
.iceBarcelona2026_landing .hero_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: linear-gradient(169deg, rgba(136, 12, 255, 0.3137254902) 11.24%, rgba(51, 5, 255, 0.3137254902) 92.28%), url("https://wazdan.com/wp-content/uploads/barcelona_2026_sky.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0 !important;
  }
}
.iceBarcelona2026_landing .hero_section .hero_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  max-width: 1300px;
  width: 100%;
  position: relative;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 80px;
    flex-direction: column;
  }
}
@media (max-width: 1290px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper {
    padding-bottom: 475px;
  }
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper {
    padding: 20px;
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper {
    padding-bottom: 360px;
  }
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 2;
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .text_section .hero_title {
  max-width: 490px;
  width: 100%;
  font-size: 60px;
  padding-bottom: 10px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .text_section .hero_title {
    max-width: 475px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .text_section .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .text_section img {
  max-width: 400px;
  width: 100%;
  height: 100%;
  margin-left: -90px;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .text_section img {
    max-width: 150px;
    margin-left: -30px;
  }
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .text_section .box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .text_section .box {
    flex-direction: column;
    align-items: start;
  }
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .text_section .box .text_info {
  font-size: 39px;
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1400px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .text_section .box .text_info {
    font-size: 25px;
  }
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .form_area {
  z-index: 1;
  max-width: 650px;
  width: 100%;
  flex: 1;
  padding: 45px 60px 250px 55px;
  text-align: center;
  border-radius: 34px;
  background: linear-gradient(169deg, #880CFF 11.24%, #3305FF 92.28%);
}
@media (max-width: 1400px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .form_area {
    padding: 30px 50px 150px 50px;
  }
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .form_area {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .form_area {
    padding: 25px;
  }
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .form_area {
    padding-bottom: 100px;
  }
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .form_description {
  color: #fff;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .form_description {
    font-size: 17px;
  }
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .disabled {
  opacity: 0.7;
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter {
  flex-direction: column;
  display: flex;
  gap: 30px;
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .message_textArea {
  height: 300px;
  resize: none;
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter input, .iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter textarea {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter input, .iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter textarea {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter ::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
  color: #fff;
  padding: 10px 20px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: 181.706px;
  height: 52.839px;
  background-color: #12102B;
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter:hover {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
    font-size: 17px;
    font-weight: 500;
    width: 112px;
    height: 48px;
  }
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 490px;
  width: 100%;
  margin: auto;
}
.iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.iceBarcelona2026_landing .hero_section .cow_img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-90%);
  max-width: 850px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .hero_section .cow_img {
    transform: translateX(-50%);
    z-index: 1;
    bottom: -50px;
  }
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .hero_section .cow_img {
    position: initial;
    z-index: 0;
    margin-top: -85px;
    margin-bottom: -100px;
    transform: translateX(0%);
  }
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .hero_section .cow_img {
    position: absolute;
    left: 0px;
    z-index: 1;
    bottom: 100px;
  }
}
@media (max-width: 470px) {
  .iceBarcelona2026_landing .hero_section .cow_img {
    bottom: 190px;
  }
}
.iceBarcelona2026_landing .hero_section .coins_img {
  position: absolute;
  bottom: 0;
  left: -45px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .hero_section .coins_img {
    height: 20%;
    width: 200%;
    max-width: 204vw;
    left: -50%;
  }
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .hero_section .coins_img {
    left: -75%;
  }
}
.iceBarcelona2026_landing .the_art_section {
  height: 75vh;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .the_art_section {
    height: 100vh;
  }
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .the_art_section {
    background-position: 15% !important;
  }
}
.iceBarcelona2026_landing .the_art_section .svg_wrapper {
  position: absolute;
  right: 0;
  top: 10%;
}
@media (min-width: 1000px) and (max-width: 1500px) and (max-height: 1000px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper {
    top: auto !important;
    bottom: 0;
    transform: none;
  }
}
@media (max-width: 420px) and (max-height: 730px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper {
    top: 10%;
    transform: none;
  }
}
.iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_image {
  position: relative;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_image {
    width: 700px;
    height: 750px;
  }
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_image {
    width: 500px;
    height: 900px;
  }
}
.iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text {
  position: absolute;
  top: 175px;
  left: 225px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text {
    top: 250px;
    left: 200px;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text {
    top: 360px;
    left: 140px;
    gap: 5px;
  }
}
.iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text h4 {
  font-size: 60px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 800;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text h4 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text h4 {
    font-size: 30px;
  }
}
.iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text h5 {
  font-weight: 700;
  font-size: 27px;
  width: 75%;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text h5 {
    font-size: 20px;
  }
}
.iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text a {
  padding: 20px 0px;
  background-color: rgb(18, 16, 43);
  color: #fff;
  border-radius: 50px;
  border: none;
  font-weight: 800;
  width: 30%;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text a {
    width: 50%;
    padding: 10px 0;
  }
}
.iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text.culture {
  left: 80px;
  top: 195px;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text.culture {
    top: 290px;
  }
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text.culture {
    top: 380px;
    left: 50px !important;
  }
}
.iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text.retro {
  top: 140px;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text.retro {
    top: 250px;
  }
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text.retro {
    top: 350px;
    left: 50px !important;
  }
}
.iceBarcelona2026_landing .the_art_section .svg_wrapper.reverse {
  left: 0;
  right: unset;
}
.iceBarcelona2026_landing .the_art_section .svg_wrapper.reverse .svg_text {
  left: 100px;
}
.iceBarcelona2026_landing .the_art_section .svg_wrapper.coins {
  top: 2%;
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .the_art_section.culture {
    background-position: 75% !important;
  }
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .the_art_section.retro {
    background-position: 70% !important;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section {
  position: relative;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section {
    display: none;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-next:before {
  content: "";
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-prev:before {
  content: "";
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-prev,
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-prev svg,
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-next svg {
  width: 30px;
  height: auto;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-prev {
  left: 20px;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-next {
  right: 50px;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-prev:hover svg path,
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-next:hover svg path {
  filter: brightness(1.2);
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slider_fog {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(18, 16, 43, 0), rgb(18, 16, 43));
  z-index: 0;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
  min-height: 120vh;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .slide_title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  max-width: 1000px;
  z-index: 1;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .slide_title {
    display: none;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item p {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  max-width: 60%;
  z-index: 1;
  margin-bottom: 10;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item p {
    display: none;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper {
    flex-direction: column;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 700px;
}
@media (max-width: 1400px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item {
    min-height: 614px;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item {
    min-height: 400px;
    align-items: center;
    justify-content: start;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item .character {
  max-width: 45vw;
  width: 100%;
  margin-top: 290px;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item .character {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item .character.slide_2 {
    margin-top: 350px;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item .character.slide_3 {
  max-width: 30vw;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item .character.slide_3.fisherman {
  margin-top: 0;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item .character.slide_3.oranges {
  margin-top: 150px;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item .logo {
  max-width: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item .logo {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item .logo.slide_2 {
    max-width: 300px;
    bottom: 20%;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item .play_game {
  width: 140px;
  border-radius: 50px;
  background: linear-gradient(169deg, #880CFF 11.24%, #3305FF 92.28%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item .play_game {
    bottom: -10%;
  }
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper .wrapper_item .play_game.slide_2 {
    bottom: 12% !important;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper.slide_3 {
  position: absolute;
  bottom: 0;
  left: 0%;
  transform: translate(17%, -15%);
  gap: 300px;
}
@media (max-width: 1400px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper.slide_3 {
    transform: translate(12%, -60%);
  }
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .game_item .wrapper.slide_3 {
    gap: 200px;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-dots {
  bottom: 50px;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-dots {
    bottom: 20px;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section .slick-dots li.slick-active button:before {
  color: rgb(97, 39, 255);
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile {
  display: none;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile {
    display: block;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile {
  position: relative;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .slick-next:before {
  content: "";
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .slick-prev:before {
  content: "";
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .custom-arrow-mobile-prev,
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .custom-arrow-mobile-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .custom-arrow-mobile-prev svg,
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .custom-arrow-mobile-next svg {
  width: 17px;
  height: auto;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .slick-prev {
  left: 20px;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .slick-next {
  right: 20px;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .slick-next:before {
  color: #2EFFE7;
  opacity: 1;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .slick-prev:before {
  color: #2EFFE7;
  opacity: 1;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .slick-prev:hover svg path,
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .slick-next:hover svg path {
  filter: brightness(1.2);
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
  min-height: 620px;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .slide_title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  font-size: 26px;
  max-width: 85%;
  margin: auto;
  text-align: center;
  z-index: 1;
  padding-bottom: 20px;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper {
    flex-direction: column;
    margin-top: 40px;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper .wrapper_item {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 700px;
}
@media (max-width: 1400px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper .wrapper_item {
    min-height: 614px;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper .wrapper_item {
    min-height: 300px;
    align-items: center;
    justify-content: start;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper .wrapper_item .character {
  max-width: 45vw;
  width: 100%;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper .wrapper_item .character {
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper .wrapper_item .character {
    max-width: 60vw;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper .wrapper_item .character.slide_3 {
  max-width: 30vw;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper .wrapper_item .logo {
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper .wrapper_item .logo {
    max-width: 300px !important;
    width: 100% !important;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper .wrapper_item .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #880CFF 11.24%, #3305FF 92.28%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper.cow {
  margin-top: 0px;
}
@media (max-width: 470px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper.cow .wrapper_item {
    min-height: 250px;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper.cow .wrapper_item .logo {
  bottom: 0 !important;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper.fisherman {
  margin-top: 0px;
}
@media (max-width: 470px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper.fisherman .wrapper_item {
    min-height: 270px;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper.oranges {
  margin-top: 40px;
}
@media (max-width: 470px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .game_item .wrapper.oranges .wrapper_item {
    min-height: 230px;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .slick-dots {
  bottom: 50px;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .slick-dots {
    bottom: 20px;
  }
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.iceBarcelona2026_landing .game_barcelona_26_slide_section_mobile .slick-dots li.slick-active button:before {
  color: rgb(97, 39, 255);
}
.iceBarcelona2026_landing .slick-dotted {
  margin-bottom: -20px !important;
}
@media (min-width: 1921px) {
  .iceBarcelona2026_landing .burning_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .iceBarcelona2026_landing .burning_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .iceBarcelona2026_landing .burning_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .burning_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .iceBarcelona2026_landing .burning_section {
    padding: 60px 28px;
  }
}
.iceBarcelona2026_landing .burning_section {
  position: relative;
  overflow: hidden;
}
.iceBarcelona2026_landing .burning_section #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
}
.iceBarcelona2026_landing .burning_section .wrapper {
  position: relative;
  z-index: 1;
}
.iceBarcelona2026_landing .burning_section .wrapper .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1350px;
  margin: auto;
  width: 100%;
}
.iceBarcelona2026_landing .burning_section .wrapper .box .description {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1400px) {
  .iceBarcelona2026_landing .burning_section .wrapper .box .description {
    max-width: 600px;
  }
}
.iceBarcelona2026_landing .burning_section .wrapper .box .description .section_title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .iceBarcelona2026_landing .burning_section .wrapper .box .description .section_title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .burning_section .wrapper .box .description .section_title {
    font-size: 32px;
    text-align: center;
  }
}
.iceBarcelona2026_landing .burning_section .wrapper .box .description p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1400px) {
  .iceBarcelona2026_landing .burning_section .wrapper .box .description p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .burning_section .wrapper .box .description p {
    text-align: center;
  }
}
.iceBarcelona2026_landing .burning_section .wrapper .box .description strong {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  .iceBarcelona2026_landing .burning_section .wrapper .box .description strong {
    font-size: 18px;
  }
}
.iceBarcelona2026_landing .burning_section .wrapper .box .scratch_img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1400px) {
  .iceBarcelona2026_landing .burning_section .wrapper .box .scratch_img {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .burning_section .wrapper .box .scratch_img {
    display: none;
  }
}
.iceBarcelona2026_landing .burning_section .wrapper .scratch_img_mobile {
  display: none;
}
@media (max-width: 768px) {
  .iceBarcelona2026_landing .burning_section .wrapper .scratch_img_mobile {
    display: block;
    margin: auto;
    padding-top: 50px;
    width: 100%;
  }
}
.iceBarcelona2026_landing .burning_section .wrapper .games {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .burning_section .wrapper .games {
    order: 2;
  }
}
.iceBarcelona2026_landing .burning_section .wrapper .games .game {
  max-width: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
@media (max-width: 1024px) {
  .iceBarcelona2026_landing .burning_section .wrapper .games .game {
    max-width: 150px;
  }
}
.iceBarcelona2026_landing .burning_section .wrapper .games .game::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 30px;
}
.iceBarcelona2026_landing .burning_section .wrapper .games .game .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #880CFF 11.24%, #3305FF 92.28%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.iceBarcelona2026_landing .burning_section .wrapper .games .game:hover::before {
  opacity: 1;
}
.iceBarcelona2026_landing .burning_section .wrapper .games .game:hover .play_game {
  opacity: 1;
  pointer-events: auto;
}
.iceBarcelona2026_landing .second_section {
  padding: 80px 96px;
}
.iceBarcelona2026_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.iceBarcelona2026_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.iceBarcelona2026_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.iceBarcelona2026_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.iceBarcelona2026_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.iceBarcelona2026_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.iceBarcelona2026_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.iceBarcelona2026_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}

@media (min-width: 1921px) {
  .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .counter_section {
    padding: 60px 28px;
  }
}
.counter_section {
  position: relative;
  overflow: hidden;
  background: url("https://wazdan.com/wp-content/uploads/barcelona_2026_triangles.png"), linear-gradient(169deg, #880CFF 11.24%, #3305FF 92.28%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .counter_section {
    padding: 70px 96px;
  }
}
.counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.counter_section .counter_section_wrapper .counter_section_title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.counter_section .counter_section_wrapper .counter .curr {
  color: #fff;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper .counter .count {
  color: #fff;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 500;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.counter_section .counter_section_wrapper .reasons {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
  justify-content: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters {
    display: none;
    justify-content: left;
    padding: 10px 0px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 250px;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters_mobile {
  display: none;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters_mobile {
    display: flex;
    align-items: flex-start;
  }
}
.counter_section .counter_section_wrapper .reasons .counters_mobile {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px 10px;
  position: relative;
  justify-content: center;
}
.counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
  max-width: 160px;
  width: 100%;
  text-align: center;
}
.counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .description {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  background-color: #12102B;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
  text-decoration: none;
}
.counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}

@media (min-width: 1921px) {
  .network_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .network_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .network_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .network_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .network_section {
    padding: 60px 28px;
  }
}
.network_section {
  background: url("https://wazdan.com/wp-content/uploads/MightySymbolsJokers_background_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.network_section .wrapper {
  max-width: 1350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin: auto;
}
@media (max-width: 768px) {
  .network_section .wrapper {
    gap: 30px;
  }
}
.network_section .wrapper .title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .network_section .wrapper .title {
    font-size: 36px;
  }
}
.network_section .wrapper .price_text {
  text-align: center;
  font-size: 110px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1400px) {
  .network_section .wrapper .price_text {
    font-size: 81px;
  }
}
@media (max-width: 768px) {
  .network_section .wrapper .price_text {
    font-size: 36px;
  }
}
.network_section .wrapper .box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .network_section .wrapper .box {
    justify-content: center;
  }
}
.network_section .wrapper .box .desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .network_section .wrapper .box .desc {
    align-items: center;
  }
}
.network_section .wrapper .box .desc h4 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  .network_section .wrapper .box .desc h4 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .network_section .wrapper .box .desc h4 {
    font-size: 32px;
    font-weight: 600;
  }
}
.network_section .wrapper .box .desc p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1024px) {
  .network_section .wrapper .box .desc p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .network_section .wrapper .box .desc p {
    font-size: 25px;
  }
}
.network_section .wrapper .box .desc a {
  background: linear-gradient(169deg, #880CFF 11.24%, #3305FF 92.28%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 30px;
  width: fit-content;
  border-radius: 30px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .network_section .wrapper .box .desc a {
    margin: 0 auto;
  }
}
.network_section .wrapper .box .promo_tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}
@media (max-width: 1024px) {
  .network_section .wrapper .box .promo_tools {
    align-items: center;
  }
}
.network_section .wrapper .box .promo_tools .logo {
  transition: transform 0.3s ease;
  max-width: 550px;
  height: 64px;
}
@media (max-width: 768px) {
  .network_section .wrapper .box .promo_tools .logo {
    height: 44px;
    width: 100%;
  }
}
.network_section .wrapper .box .promo_tools .logo:hover {
  filter: brightness(0) invert(1);
  transform: scale(1.05);
}

@media (min-width: 1921px) {
  .upcoming_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .upcoming_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .upcoming_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .upcoming_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .upcoming_section {
    padding: 60px 28px;
  }
}
.upcoming_section {
  padding-bottom: 0 !important;
  background-color: #fff;
}
@media (max-width: 768px) {
  .upcoming_section {
    padding: 60px 0px;
  }
}
.upcoming_section .wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.upcoming_section .wrapper .title {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #000;
}
@media (max-width: 768px) {
  .upcoming_section .wrapper .title {
    padding: 0 28px;
    font-size: 30px;
    text-align: center;
  }
}
.upcoming_section .wrapper p {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .upcoming_section .wrapper p {
    padding: 0 28px;
    font-size: 24px;
    text-align: center;
  }
}
.upcoming_section .wrapper .campaigns_europe {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.upcoming_section .wrapper .campaigns_europe .slick-slide {
  padding: 30px;
}
@media (max-width: 768px) {
  .upcoming_section .wrapper .campaigns_europe .slick-slide {
    padding: 15px;
  }
}
.upcoming_section .wrapper .campaigns_europe img {
  max-width: 370px;
  width: 100%;
}

@media (min-width: 1921px) {
  .section_award {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .section_award {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .section_award {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .section_award {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .section_award {
    padding: 60px 28px;
  }
}
.section_award {
  position: relative;
}
.section_award::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #12102b;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 768px) {
  .section_award::after {
    display: none;
  }
}
.section_award .award_section_title {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .section_award .award_section_title {
    font-size: 40px;
  }
}
.section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-items: center;
}
@media (max-width: 768px) {
  .section_award .section_wrapper {
    align-items: center;
  }
}
@media (max-width: 576px) {
  .section_award .section_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section_award .section_wrapper .award {
  max-width: 300px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
@media (max-width: 768px) {
  .section_award .section_wrapper .award {
    max-width: 150px;
  }
}
.section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.section_award .section_wrapper.first {
  margin-bottom: 100px;
}

.fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .fourth_section {
    padding: 60px 28px;
  }
}
.fourth_section {
  padding-top: 0 !important;
}
.fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 1024px) {
  .fourth_section::after {
    display: none;
  }
}
.fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.fourth_section .fourth_section_wrapper h3 {
  color: #191919;
  font-weight: 800;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
}
.fourth_section .fourth_section_wrapper .team_filters {
  padding: 50px 10px 0 10px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_filters {
    padding: 20px 0;
    gap: 10px;
  }
}
.fourth_section .fourth_section_wrapper .team_filters button.active {
  width: fit-content;
  border-radius: 50px;
  background: linear-gradient(169deg, #880CFF 11.24%, #3305FF 92.28%);
  color: #fff;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_filters button.active {
    font-size: 16px;
  }
}
.fourth_section .fourth_section_wrapper .team_filters button {
  width: fit-content;
  min-width: 110px;
  border-radius: 50px;
  border: 1px solid #12102B;
  background: #fff;
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  color: #12102B;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_filters button {
    font-size: 16px;
  }
}
.fourth_section .fourth_section_wrapper .show-more {
  display: flex;
  margin: auto;
  width: fit-content;
  border-radius: 50px;
  background: linear-gradient(169deg, #880CFF 11.24%, #3305FF 92.28%);
  color: #fff;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .show-more {
    font-size: 22px;
  }
}
.fourth_section .fourth_section_wrapper .show-more:hover {
  cursor: pointer;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 20px;
    justify-content: center;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .slick-dots li.slick-active button:before {
  color: rgb(97, 39, 255);
}
.fourth_section .fourth_section_wrapper .team_wrapper .team a {
  text-decoration: none;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 140px;
    width: 100%;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
  margin-top: 50px;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #191919;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}

@media (min-width: 1921px) {
  .instant_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .instant_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .instant_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .instant_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .instant_section {
    padding: 60px 28px;
  }
}
.instant_section {
  background-image: linear-gradient(169deg, rgba(44, 34, 174, 0.69), rgba(44, 34, 174, 0.69)), url("https://wazdan.com/wp-content/uploads/barcelona_2026_valentines_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 75vh;
}
.instant_section .wrapper {
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: auto;
  justify-content: center;
  margin-left: 0px;
}
.instant_section .wrapper .description {
  max-width: 710px;
  width: 100%;
}
.instant_section .wrapper .description .title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .instant_section .wrapper .description .title {
    font-size: 40px;
  }
}
@media (max-width: 1400px) {
  .instant_section .wrapper .description .title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .instant_section .wrapper .description .title {
    font-size: 36px;
  }
}
.instant_section .wrapper .description .text {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1400px) {
  .instant_section .wrapper .description .text {
    font-size: 26px;
    text-align: center;
  }
}
.instant_section .wrapper .description .typewrite {
  font-size: 48px;
  height: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #FFDC2B;
}
@media (max-width: 1400px) {
  .instant_section .wrapper .description .typewrite {
    font-size: 26px;
  }
}
.instant_section .wrapper .right_fish {
  max-width: 950px;
  width: 100%;
  position: absolute;
  right: 5%;
  top: -20%;
  rotate: 7deg;
}
@media (max-width: 1400px) {
  .instant_section .wrapper .right_fish {
    max-width: 550px;
    right: 0%;
    top: 25%;
  }
}
@media (max-width: 576px) {
  .instant_section .wrapper .right_fish {
    right: -15%;
    top: 45%;
  }
}
.instant_section .wrapper .left_fish {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1400px) {
  .instant_section .wrapper .left_fish {
    width: 50%;
    left: 5%;
    top: 40%;
  }
}
@media (max-width: 576px) {
  .instant_section .wrapper .left_fish {
    top: 70%;
  }
}

.sixth_section {
  padding: 80px 96px;
}
.sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}

.seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}

.last_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: linear-gradient(169deg, rgba(136, 12, 255, 0.3137254902) 11.24%, rgba(51, 5, 255, 0.3137254902) 92.28%), url("https://wazdan.com/wp-content/uploads/barcelona_2026_sky.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .last_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.last_section .triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 100vw solid rgba(0, 0, 0, 0);
  border-top: 450px solid #12102B;
}
@media (max-width: 1400px) {
  .last_section .triangle {
    top: -1px;
  }
}
.last_section .last_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: auto;
  max-width: 1256px;
  width: 100%;
  position: relative;
  gap: 50px;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 1290px) {
  .last_section .last_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .last_section .last_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .last_section .last_wrapper {
    margin: 40px !important;
    padding-bottom: 350px !important;
  }
}
@media (max-width: 576px) {
  .last_section .last_wrapper {
    padding-bottom: 250px !important;
  }
}
.last_section .last_wrapper .form_area {
  z-index: 5;
  max-width: 750px;
  width: 100%;
  flex: 1;
  padding: 45px 70px 100px 70px;
  text-align: left;
  border-radius: 34px;
  background: linear-gradient(169deg, #880CFF 11.24%, #3305FF 92.28%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area {
    padding: 20px 20px 60px 20px;
  }
}
.last_section .last_wrapper .form_area .content {
  z-index: 10;
}
.last_section .last_wrapper .form_area .form_description {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_description {
    font-size: 28px;
  }
}
.last_section .last_wrapper .form_area .form_description_second {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_description_second {
    font-size: 20px;
    line-height: 24px;
  }
}
.last_section .last_wrapper .form_area .form_description_third {
  max-width: 520px;
  width: 100%;
}
.last_section .last_wrapper .form_area p {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area p {
    font-size: 18px;
    line-height: 24px;
  }
}
.last_section .last_wrapper .form_area .form_button {
  border-radius: 50px;
  background: #12102b;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 20px 35px;
  text-decoration: none;
  z-index: 7;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_button {
    font-size: 15px;
    padding: 15px 30px;
  }
}
.last_section .last_wrapper .cow_img {
  position: absolute;
  bottom: 0px;
  right: -50px;
  max-width: 850px;
  width: 100%;
  z-index: 0;
  transform: rotateY(180deg);
}
@media (max-width: 1400px) {
  .last_section .last_wrapper .cow_img {
    bottom: -150px;
    right: -120px;
  }
}
@media (max-width: 768px) {
  .last_section .last_wrapper .cow_img {
    right: 0%;
    bottom: -10%;
    z-index: 5;
  }
}
@media (max-width: 576px) {
  .last_section .last_wrapper .cow_img {
    right: -10%;
  }
}
.last_section .coins_img {
  position: absolute;
  bottom: 0;
  left: -20%;
  width: 100%;
  z-index: 4;
}
@media (max-width: 1024px) {
  .last_section .coins_img {
    width: 200%;
    max-width: 200vw;
    left: -70%;
  }
}

@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 768px) {
  .americas_landing .hero_section {
    padding-bottom: 40px;
  }
  .americas_landing .hero_section .hero_wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 70px 20px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_title {
    font-size: 36px !important;
    line-height: 1.2em;
  }
  .americas_landing .hero_section .hero_wrapper .first_image {
    padding-top: 30px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .americas_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .americas_landing .section_award {
    padding: 40px 45px;
  }
  .americas_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .americas_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .americas_landing .second_section {
    padding: 40px 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
    background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
    color: black;
  }
  .americas_landing .fourth_section {
    padding: 40px 45px;
  }
  .americas_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .americas_landing .sixth_section {
    padding: 40px 45px;
  }
  .americas_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .americas_landing .sixth_section .counter .count,
  .americas_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .americas_landing .seventh_section {
    padding: 40px 20px;
  }
  .americas_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .americas_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .americas_landing .section_award .section_wrapper .award {
    max-width: 300px;
    width: 100%;
  }
  .americas_landing .second_section {
    padding: 80px 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .americas_landing .sixth_section .counter .mark,
  .americas_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
}
#ICEBarcelona2026Modal .dismiss__button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.sbcIceBarcelona2026_landing {
  background: #12102B;
  color: #12102B;
}
.sbcIceBarcelona2026_landing #gameFrame {
  background: black;
  border: none;
}
.sbcIceBarcelona2026_landing .hero_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: url("https://wazdan.com/wp-content/uploads/hero_new-scaled.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .sbcIceBarcelona2026_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0 !important;
  }
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 50px auto;
  max-width: 1300px;
  width: 100%;
  position: relative;
  gap: 50px;
}
@media (max-width: 1400px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper {
    padding: 20px 50px;
  }
}
@media (max-width: 1024px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 80px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper {
    padding: 20px;
    padding-bottom: 100px;
    margin-top: 100px;
  }
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 2;
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .text_section .hero_title {
  max-width: 490px;
  width: 100%;
  font-size: 60px;
  padding-bottom: 10px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  color: #12102B;
}
@media (max-width: 1400px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .text_section .hero_title {
    max-width: 475px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .text_section .hero_title {
    font-size: 30px;
    line-height: 36px;
    gap: 5px;
    color: #fff;
  }
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .text_section .hero_subtitle {
  font-size: 50px;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .text_section .hero_subtitle {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .text_section .hero_subtitle {
    color: #fff;
  }
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .text_section .text_info {
  font-size: 39px;
  color: #12102B;
  font-size: 39px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .text_section .text_info {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .text_section .text_info {
    color: #fff;
  }
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area {
  z-index: 1;
  max-width: 650px;
  width: 100%;
  flex: 1;
  padding: 45px 60px;
  text-align: center;
  border-radius: 34px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
}
@media (max-width: 1400px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area {
    padding: 30px 50px 50px 50px;
  }
}
@media (max-width: 1024px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area {
    padding: 25px;
  }
}
@media (max-width: 576px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area {
    padding-bottom: 100px;
  }
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .form_description {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
@media (max-width: 1400px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .form_description {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .form_description {
    font-size: 17px;
  }
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .form_description .bold {
  font-weight: 800;
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .disabled {
  opacity: 0.7;
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter {
  flex-direction: column;
  display: flex;
  gap: 15px;
  padding-top: 10px;
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .message_textArea {
  height: 240px;
  resize: none;
}
@media (max-width: 1400px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .message_textArea {
    height: 100px;
    border-radius: 30px;
  }
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter input,
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter textarea {
  padding: 10px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter input,
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter textarea {
    padding: 6px;
    font-size: 16px;
    line-height: 20px;
  }
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 768px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter ::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
  color: #fff;
  padding: 10px 50px;
  border: none;
  place-self: center;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background-color: #12102B;
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter:hover {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
    font-size: 17px;
    font-weight: 500;
    padding: 6px 35px;
  }
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 490px;
  width: 100%;
  margin: auto;
}
.sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter a {
  color: #12102B;
  text-decoration: underline;
}
@media (max-width: 1400px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .sbcIceBarcelona2026_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.sbcIceBarcelona2026_landing .the_art_section {
  min-height: 100vh;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 576px) {
  .sbcIceBarcelona2026_landing .the_art_section {
    background-position: 15% !important;
  }
}
.sbcIceBarcelona2026_landing .the_art_section .svg_wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1000px) and (max-width: 1500px) and (max-height: 1000px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper {
    top: auto !important;
    bottom: 0;
    transform: none;
  }
}
@media (max-width: 420px) and (max-height: 730px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper {
    top: 10%;
    transform: none;
  }
}
.sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_image {
  position: relative;
  opacity: 0.87;
}
@media (max-width: 1400px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_image {
    max-height: 950px;
    bottom: -100px;
  }
}
@media (max-width: 1024px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_image {
    width: 700px;
    height: 750px;
    bottom: 0px;
  }
}
@media (max-width: 576px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_image {
    width: 650px;
    height: 838px;
    top: 0px;
  }
}
.sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text {
  position: absolute;
  top: 340px;
  right: 120px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 630px;
  width: 100%;
}
@media (max-width: 1024px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text {
    top: 200px;
    right: 50px;
    gap: 20px;
    max-width: 440px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text {
    top: 240px;
    right: 25px;
    max-width: 340px;
    width: 100%;
  }
}
.sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text h4 {
  color: #12102B;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text h4 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text h4 {
    font-size: 30px;
  }
}
.sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text h5 {
  color: #12102B;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text h5 {
    font-size: 20px;
  }
}
.sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text a {
  padding: 10px 0px;
  background-color: rgb(18, 16, 43);
  color: #fff;
  border-radius: 50px;
  border: none;
  font-weight: 800;
  width: 25%;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 576px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text a {
    width: 50%;
    padding: 10px 0;
  }
}
@media (max-width: 1400px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text.right {
    text-align: right;
    align-items: flex-end;
  }
}
.sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text.culture {
  left: 80px;
  top: 340px;
}
@media (max-width: 1024px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text.culture {
    top: 190px;
  }
}
@media (max-width: 576px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text.culture {
    top: 240px;
    left: 20px !important;
    max-width: 340px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text.retro {
    top: 150px;
  }
}
@media (max-width: 576px) {
  .sbcIceBarcelona2026_landing .the_art_section .svg_wrapper .svg_text.retro {
    top: 200px;
    left: 20px !important;
  }
}
.sbcIceBarcelona2026_landing .the_art_section .svg_wrapper.reverse {
  left: 0;
  right: unset;
}
.sbcIceBarcelona2026_landing .the_art_section .svg_wrapper.reverse .svg_text {
  left: 100px;
}
.sbcIceBarcelona2026_landing .the_art_section .svg_wrapper.coins {
  top: 2%;
}
@media (max-width: 576px) {
  .sbcIceBarcelona2026_landing .the_art_section.culture {
    background-position: 75% !important;
  }
}
@media (max-width: 576px) {
  .sbcIceBarcelona2026_landing .the_art_section.retro {
    background-position: 70% !important;
  }
}
.sbcIceBarcelona2026_landing .slick-dotted {
  margin-bottom: -20px !important;
}
.sbcIceBarcelona2026_landing .second_section {
  padding: 80px 96px;
}
.sbcIceBarcelona2026_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.sbcIceBarcelona2026_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.sbcIceBarcelona2026_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.sbcIceBarcelona2026_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.sbcIceBarcelona2026_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.sbcIceBarcelona2026_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.sbcIceBarcelona2026_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.sbcIceBarcelona2026_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}

.results_section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url("https://wazdan.com/wp-content/uploads/promo_bgc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .results_section .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .results_section .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .results_section .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .results_section .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .results_section .counter_section {
    padding: 60px 28px;
  }
}
.results_section .counter_section {
  position: relative;
  overflow: hidden;
  background: none;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .results_section .counter_section {
    padding: 70px 96px;
  }
}
.results_section .counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.results_section .counter_section .counter_section_wrapper .counter_section_title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.results_section .counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.results_section .counter_section .counter_section_wrapper .counter .curr {
  color: #fff;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.results_section .counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.results_section .counter_section .counter_section_wrapper .counter .count {
  color: #fff;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.results_section .counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 500;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.results_section .counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.results_section .counter_section .counter_section_wrapper .reasons {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.results_section .counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
  justify-content: center;
}
@media (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .reasons .counters {
    display: none;
    justify-content: left;
    padding: 10px 0px;
  }
}
.results_section .counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 250px;
}
@media (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.results_section .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #fff;
}
@media (max-width: 1400px) {
  .results_section .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.results_section .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.results_section .counter_section .counter_section_wrapper .reasons .counters_mobile {
  display: none;
}
@media (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .reasons .counters_mobile {
    display: flex;
    align-items: flex-start;
  }
}
.results_section .counter_section .counter_section_wrapper .reasons .counters_mobile {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px 10px;
  position: relative;
  justify-content: center;
}
.results_section .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
  max-width: 160px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter {
    justify-content: flex-start;
    height: 100px;
  }
}
.results_section .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .number {
    font-size: 35px;
    line-height: 15px;
  }
}
.results_section .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .description {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .description {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
  }
}
.results_section .counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.results_section .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #12102B;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 768px) {
  .results_section .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
    padding: 9px 40px;
    font-size: 16px;
  }
}
.results_section .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}
@media (min-width: 1921px) {
  .results_section .network_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .results_section .network_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .results_section .network_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .results_section .network_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .results_section .network_section {
    padding: 60px 28px;
  }
}
.results_section .network_section {
  background: none;
}
.results_section .network_section .wrapper {
  max-width: 1350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin: auto;
}
@media (max-width: 768px) {
  .results_section .network_section .wrapper {
    gap: 30px;
  }
}
.results_section .network_section .wrapper .title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .results_section .network_section .wrapper .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .results_section .network_section .wrapper .title {
    font-size: 36px;
  }
}
.results_section .network_section .wrapper .price_text {
  text-align: center;
  font-size: 110px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1400px) {
  .results_section .network_section .wrapper .price_text {
    font-size: 81px;
  }
}
@media (max-width: 768px) {
  .results_section .network_section .wrapper .price_text {
    font-size: 36px;
  }
}
.results_section .network_section .wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .results_section .network_section .wrapper .counter {
    padding-bottom: 20px;
  }
}
.results_section .network_section .wrapper .counter .curr {
  color: #fff;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media (max-width: 1400px) {
  .results_section .network_section .wrapper .counter .curr {
    font-size: 81px;
  }
}
@media (max-width: 768px) {
  .results_section .network_section .wrapper .counter .curr {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .results_section .network_section .wrapper .counter .curr {
    font-size: 40px;
  }
}
.results_section .network_section .wrapper .counter .mark_added {
  color: #fff;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .results_section .network_section .wrapper .counter .mark_added {
    font-size: 81px;
  }
}
@media (max-width: 768px) {
  .results_section .network_section .wrapper .counter .mark_added {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .results_section .network_section .wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.results_section .network_section .wrapper .counter .count {
  color: #fff;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .results_section .network_section .wrapper .counter .count {
    font-size: 81px;
  }
}
@media (max-width: 768px) {
  .results_section .network_section .wrapper .counter .count {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .results_section .network_section .wrapper .counter .count {
    font-size: 40px;
  }
}
.results_section .network_section .wrapper .box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .results_section .network_section .wrapper .box {
    justify-content: center;
  }
}
.results_section .network_section .wrapper .box .desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .results_section .network_section .wrapper .box .desc {
    align-items: center;
  }
}
.results_section .network_section .wrapper .box .desc h4 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .results_section .network_section .wrapper .box .desc h4 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .results_section .network_section .wrapper .box .desc h4 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .results_section .network_section .wrapper .box .desc h4 {
    font-size: 32px;
    font-weight: 600;
  }
}
.results_section .network_section .wrapper .box .desc p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1400px) {
  .results_section .network_section .wrapper .box .desc p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .results_section .network_section .wrapper .box .desc p {
    text-align: center;
  }
}
.results_section .network_section .wrapper .box .desc a {
  color: #12102B;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 30px;
  width: fit-content;
  border-radius: 30px;
  text-decoration: none;
}
.results_section .network_section .wrapper .box .desc a:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}
@media (max-width: 1024px) {
  .results_section .network_section .wrapper .box .desc a {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .results_section .network_section .wrapper .box .desc a {
    padding: 9px 40px;
    font-size: 16px;
  }
}
.results_section .network_section .wrapper .box .promo_tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}
@media (max-width: 1024px) {
  .results_section .network_section .wrapper .box .promo_tools {
    align-items: center;
  }
}
.results_section .network_section .wrapper .box .promo_tools .logo {
  transition: transform 0.3s ease;
  max-width: 550px;
  height: 64px;
}
@media (max-width: 768px) {
  .results_section .network_section .wrapper .box .promo_tools .logo {
    height: 44px;
    width: 100%;
  }
}
.results_section .network_section .wrapper .box .promo_tools .logo:hover {
  filter: brightness(0) invert(1);
  transform: scale(1.05);
}

@media (min-width: 1921px) {
  .upcoming_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .upcoming_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .upcoming_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .upcoming_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .upcoming_section {
    padding: 60px 28px;
  }
}
.upcoming_section {
  padding-bottom: 0 !important;
  background-color: #fff;
}
@media (max-width: 768px) {
  .upcoming_section {
    padding: 60px 0px;
  }
}
.upcoming_section .wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.upcoming_section .wrapper .title {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #000 !important;
}
@media (max-width: 1400px) {
  .upcoming_section .wrapper .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .upcoming_section .wrapper .title {
    padding: 0 28px;
    font-size: 30px;
    text-align: center;
  }
}
.upcoming_section .wrapper p {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .upcoming_section .wrapper p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .upcoming_section .wrapper p {
    padding: 0 28px;
    font-size: 20px;
    text-align: center;
  }
}
.upcoming_section .wrapper p .bold {
  font-weight: 700;
}
.upcoming_section .wrapper .campaigns_europe {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.upcoming_section .wrapper .campaigns_europe .slick-slide {
  padding: 30px;
}
@media (max-width: 768px) {
  .upcoming_section .wrapper .campaigns_europe .slick-slide {
    padding: 15px;
  }
}
.upcoming_section .wrapper .campaigns_europe img {
  max-width: 370px;
  width: 100%;
}

@media (min-width: 1921px) {
  .section_award {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .section_award {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .section_award {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .section_award {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .section_award {
    padding: 60px 28px;
  }
}
.section_award {
  position: relative;
}
.section_award::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #12102b;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 768px) {
  .section_award::after {
    display: none;
  }
}
.section_award .award_section_title {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .section_award .award_section_title {
    font-size: 40px;
  }
}
.section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-items: center;
}
@media (max-width: 768px) {
  .section_award .section_wrapper {
    align-items: center;
  }
}
@media (max-width: 576px) {
  .section_award .section_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section_award .section_wrapper .award {
  max-width: 300px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
@media (max-width: 1400px) {
  .section_award .section_wrapper .award {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .section_award .section_wrapper .award {
    max-width: 150px;
  }
}
.section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.section_award .section_wrapper.first {
  margin-bottom: 100px;
}

.fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .fourth_section {
    padding: 60px 28px;
  }
}
.fourth_section {
  padding-top: 0 !important;
}
.fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 1024px) {
  .fourth_section::after {
    display: none;
  }
}
.fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.fourth_section .fourth_section_wrapper h3 {
  color: #191919;
  font-weight: 800;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
}
.fourth_section .fourth_section_wrapper .team_filters {
  padding: 50px 10px 0 10px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_filters {
    padding: 20px 0;
    gap: 10px;
  }
}
.fourth_section .fourth_section_wrapper .team_filters button.active {
  width: fit-content;
  border-radius: 50px;
  color: #12102B;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
}
@media (max-width: 1400px) {
  .fourth_section .fourth_section_wrapper .team_filters button.active {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_filters button.active {
    font-size: 16px;
  }
}
.fourth_section .fourth_section_wrapper .team_filters button {
  width: fit-content;
  min-width: 110px;
  border-radius: 50px;
  border: 1px solid #12102B;
  background: #fff;
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  color: #12102B;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .fourth_section .fourth_section_wrapper .team_filters button {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_filters button {
    font-size: 16px;
  }
}
.fourth_section .fourth_section_wrapper .show-more {
  display: flex;
  margin: auto;
  width: fit-content;
  border-radius: 50px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #000;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .fourth_section .fourth_section_wrapper .show-more {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .show-more {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .show-more {
    font-size: 16px;
  }
}
.fourth_section .fourth_section_wrapper .show-more:hover {
  cursor: pointer;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 20px;
    justify-content: center;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .slick-dots li.slick-active button:before {
  color: rgb(97, 39, 255);
}
.fourth_section .fourth_section_wrapper .team_wrapper .team a {
  text-decoration: none;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1400px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 220px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 140px;
    width: 100%;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
  margin-top: 50px;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #191919;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}

.last_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: url("https://wazdan.com/wp-content/uploads/form_bcg_sbc_rio.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .last_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.last_section .triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 100vw solid rgba(0, 0, 0, 0);
  border-top: 450px solid #12102B;
}
@media (max-width: 1400px) {
  .last_section .triangle {
    top: -1px;
  }
}
.last_section .last_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: auto;
  max-width: 1256px;
  width: 100%;
  position: relative;
  gap: 50px;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 1290px) {
  .last_section .last_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .last_section .last_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .last_section .last_wrapper {
    margin: 0px !important;
    padding-bottom: 100px !important;
  }
}
.last_section .last_wrapper .form_area {
  z-index: 5;
  max-width: 750px;
  width: 100%;
  flex: 1;
  padding: 45px 70px 100px 70px;
  text-align: left;
  border-radius: 34px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1400px) {
  .last_section .last_wrapper .form_area {
    padding: 40px;
  }
}
.last_section .last_wrapper .form_area .content {
  z-index: 10;
}
.last_section .last_wrapper .form_area .form_description {
  color: #12102B;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .last_section .last_wrapper .form_area .form_description {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_description {
    font-size: 28px;
  }
}
.last_section .last_wrapper .form_area .form_description_second {
  color: #12102B;
  font-size: 27px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}
@media (max-width: 1400px) {
  .last_section .last_wrapper .form_area .form_description_second {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_description_second {
    font-size: 18px;
    line-height: 22px;
  }
}
.last_section .last_wrapper .form_area .form_description_third {
  max-width: 520px;
  width: 100%;
  font-weight: 700;
}
.last_section .last_wrapper .form_area p {
  color: #12102B;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1400px) {
  .last_section .last_wrapper .form_area p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area p {
    font-size: 18px;
    line-height: 24px;
  }
}
.last_section .last_wrapper .form_area .form_button {
  border-radius: 50px;
  background: #12102b;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 30px;
  text-decoration: none;
  z-index: 7;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_button {
    font-size: 15px;
    padding: 15px 30px;
  }
}
.last_section .last_wrapper .cow_img {
  position: absolute;
  bottom: 0px;
  right: -50px;
  max-width: 850px;
  width: 100%;
  z-index: 0;
  transform: rotateY(180deg);
}
@media (max-width: 1400px) {
  .last_section .last_wrapper .cow_img {
    bottom: -150px;
    right: -120px;
  }
}
@media (max-width: 768px) {
  .last_section .last_wrapper .cow_img {
    right: 0%;
    bottom: -10%;
    z-index: 5;
  }
}
@media (max-width: 576px) {
  .last_section .last_wrapper .cow_img {
    right: -10%;
  }
}
.last_section .coins_img {
  position: absolute;
  bottom: 0;
  left: -20%;
  width: 100%;
  z-index: 4;
}
@media (max-width: 1024px) {
  .last_section .coins_img {
    width: 200%;
    max-width: 200vw;
    left: -70%;
  }
}

@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
#ICEBarcelona2026Modal .dismiss__button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.easter2026 {
  --waz-navy: #12102b;
  --waz-navy-light: #1e1b4b;
  --waz-purple: #6127ff;
  --waz-gold: #ffb031;
  --waz-grad-gold: linear-gradient(180deg, #ffdc2b 0%, #ff8112 100%);
  --waz-grad-overlay: linear-gradient(180deg, #074f9d 0%, #3ab4a4 100%);
  --font-main: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  --font-heading: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  --nav-height: 80px;
}
.easter2026 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-heading);
  font-variant-ligatures: no-common-ligatures;
}
.easter2026 html {
  scroll-behavior: smooth;
}
.easter2026 body {
  font-family: var(--font-main);
  background: var(--waz-navy);
  color: white;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.easter2026 {
  /* ─── SHARED BACKGROUND ─── */
}
.easter2026 .top-content-wrapper {
  position: relative;
  width: 100%;
  background: #1a6fbc;
  overflow: hidden;
  isolation: isolate;
}
.easter2026 .top-content-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 118, 223, 0) 50%, rgba(61, 171, 74, 0.3) 100%);
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.easter2026 .bg-image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #3a5ad8 0%, #00ff80 100%), url("https://wazdan.com/wp-content/uploads/BG-1-1.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  z-index: 0;
}
.easter2026 {
  /* ─── SECTION 1: HERO ─── */
}
.easter2026 #hero {
  position: relative;
  height: 100vh;
  min-height: 780px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  padding: calc(var(--nav-height) + 14px) 20px 76px;
}
.easter2026 #hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  z-index: 1;
}
.easter2026 .hero-chick {
  position: absolute;
  left: -110px;
  bottom: 20px;
  width: 400px;
  height: auto;
  rotate: 30deg;
  transform-origin: center;
  z-index: 5;
  pointer-events: none;
}
.easter2026 .hero-rabbit-right {
  position: absolute;
  right: -120px;
  top: 84px;
  width: 500px;
  height: auto;
  rotate: -10deg;
  transform-origin: center;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 1450px) {
  .easter2026 .hero-rabbit-right {
    width: 460px;
    right: -132px;
  }
}
@media (max-width: 1100px) {
  .easter2026 .hero-rabbit-right {
    display: none;
  }
}
@media (max-width: 1050px) {
  .easter2026 .hero-chick {
    display: none;
  }
}
.easter2026 .hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 10px;
}
.easter2026 .egg-container {
  width: 136px;
  margin-bottom: 18px;
  rotate: 280deg;
  margin-left: auto;
  margin-right: auto;
  animation: floatEgg 5s ease-in-out infinite;
}
@keyframes floatEgg {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
.easter2026 .hero-subline {
  font-family: var(--font-heading);
  margin-bottom: 14px;
  font-size: clamp(16px, 1.25vw, 30px);
  font-weight: 400;
  opacity: 0.95;
  color: #fff;
}
.easter2026 .hero-headline {
  font-family: var(--font-heading);
  font-size: clamp(50px, 5.8vw, 96px);
  font-weight: 700;
  line-height: 0.96;
  color: white;
  margin-bottom: 26px;
}
.easter2026 .hero-headline em {
  font-style: normal;
  color: var(--waz-gold);
  display: block;
}
.easter2026 .timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}
.easter2026 .timer-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.easter2026 .timer-num {
  background: #ffffff;
  border-radius: 12px;
  width: 74px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 46px;
  font-weight: 700;
  color: var(--waz-navy);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.easter2026 .timer-sep {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 700;
  color: var(--waz-gold);
  padding-bottom: 20px;
}
.easter2026 .timer-label {
  font-family: var(--font-main);
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  margin-top: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.easter2026 .timer.is-ended .timer-num {
  animation: timerEndedBlink 3.2s ease-in-out infinite;
  will-change: opacity, transform, box-shadow;
}
@keyframes timerEndedBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  }
  50% {
    opacity: 0.7;
    transform: scale(0.97);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
}
@media (min-width: 768px) {
  .easter2026 .egg-container {
    width: 172px;
    margin-bottom: 20px;
  }
  .easter2026 .hero-subline {
    font-size: clamp(18px, 1.55vw, 32px);
    margin-bottom: 14px;
  }
  .easter2026 .timer {
    gap: 12px;
  }
  .easter2026 .timer-num {
    width: 96px;
    height: 86px;
    font-size: 58px;
    border-radius: 12px;
  }
  .easter2026 .timer-sep {
    font-size: 52px;
    padding-bottom: 24px;
  }
  .easter2026 .timer-label {
    font-size: 13px;
    margin-top: 10px;
  }
}
.easter2026 .cta-anchor {
  font-family: var(--font-heading);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 228px;
  padding: 13px 28px;
  background: var(--waz-grad-gold);
  border-radius: 12px;
  color: var(--waz-navy);
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 16px rgba(255, 129, 18, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}
.easter2026 .cta-anchor:hover {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 10px 20px rgba(255, 129, 18, 0.5);
}
.easter2026 {
  /* ─── SECTION 2: THE NUMBERS ─── */
}
.easter2026 #inside {
  padding: 100px clamp(20px, 4vw, 60px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-height: 1000px) {
  .easter2026 #hero {
    height: 88vh;
    min-height: 720px;
  }
  .easter2026 #inside {
    padding-top: 70px;
  }
}
.easter2026 #inside::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  z-index: 0;
}
.easter2026 #inside > * {
  position: relative;
  z-index: 1;
}
.easter2026 .section-tag {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  background: linear-gradient(180deg, #ffdc2b 0%, #ff8112 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-align: center;
  text-transform: none;
}
.easter2026 .section-heading {
  font-family: var(--font-heading);
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  line-height: 1;
  letter-spacing: -0.01em;
}
.easter2026 .stats-wrapper {
  position: relative;
  width: 100%;
  max-width: min(1500px, 100% - 32px);
  margin-top: 16px;
}
.easter2026 .stats-rabbit {
  position: absolute;
  left: -193px;
  top: calc(31% + 5px);
  transform: translateY(-50%);
  width: 220px;
  z-index: 10;
  pointer-events: none;
}
.easter2026 .stats-container {
  background: rgba(18, 16, 43, 0.8588235294);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 32px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  padding: 34px 22px;
  gap: 34px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .easter2026 .stats-wrapper {
    max-width: min(1500px, 100% - 48px);
    margin-top: 20px;
  }
  .easter2026 .stats-container {
    border-radius: 40px;
    padding: 42px 30px;
    gap: 30px;
  }
  .easter2026 .stat-desc {
    font-size: clamp(18px, 2.8vw, 22px);
    line-height: 1.04;
    max-width: 15ch;
  }
}
@media (min-width: 992px) {
  .easter2026 .stats-container {
    grid-template-columns: repeat(3, 1fr);
    padding: clamp(44px, 4.5vw, 68px) clamp(40px, 6vw, 88px);
    gap: clamp(20px, 2.4vw, 34px);
  }
}
.easter2026 .stat-item {
  text-align: center;
}
.easter2026 .stat-num {
  font-family: var(--font-heading);
  font-size: clamp(52px, 15vw, 70px);
  font-weight: 800;
  background: linear-gradient(169.14deg, #ffdc2b 11.24%, #ff8112 92.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-align: center;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
}
.easter2026 .stat-num sup {
  background: linear-gradient(169.14deg, #ffdc2b 11.24%, #ff8112 92.28%);
  background-clip: text;
  font-size: 0.42em;
  vertical-align: super;
  letter-spacing: 0;
}
.easter2026 .stat-desc {
  font-family: var(--font-main);
  font-size: clamp(14px, 4.2vw, 18px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  max-width: 17ch;
  margin: 0 auto;
  font-synthesis: none;
}
.easter2026 .stat-desc strong {
  color: inherit;
  font-weight: 700;
}
.easter2026 .stat-desc .stat-copy {
  font-weight: 400;
}
@media (min-width: 992px) {
  .easter2026 .stat-num {
    font-size: clamp(60px, 4.8vw, 70px);
    margin-bottom: 14px;
  }
  .easter2026 .stat-desc {
    font-size: 25px;
    line-height: 1;
    max-width: 365px;
    text-wrap: balance;
  }
  .easter2026 .stat-item:nth-child(2) .stat-desc {
    max-width: 290px;
  }
  .easter2026 .stat-item:nth-child(3) .stat-desc {
    max-width: none;
  }
}
@media (max-width: 1250px) {
  .easter2026 .stats-rabbit {
    display: none;
  }
}
.easter2026 {
  /* ─── SECTION 3: MECHANICS ─── */
}
.easter2026 #mechanics {
  padding: clamp(72px, 7vw, 110px) 0 clamp(102px, 9vw, 138px);
  min-height: 100vh;
  background-image: url("https://wazdan.com/wp-content/uploads/EasterCoins_background_mobile-1.png"), linear-gradient(180deg, #3a5ad8 0%, #00ff80 20%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  isolation: isolate;
}
.easter2026 #mechanics::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(19, 62, 235, 0.1) 0%, rgba(61, 171, 74, 0.04) 20.79%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
  z-index: 0;
}
.easter2026 #mechanics > * {
  position: relative;
  z-index: 1;
}
.easter2026 #mechanics .section-tag {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  background: linear-gradient(180deg, #ffdc2b 0%, #ff8112 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-align: center;
}
.easter2026 #mechanics .section-heading {
  font-family: var(--font-heading);
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  line-height: 1;
  letter-spacing: -0.01em;
}
.easter2026 .mechanics-slider-container {
  width: min(100%, 1920px);
  position: relative;
  margin-top: 18px;
  padding: 0 clamp(18px, 3vw, 44px);
}
.easter2026 .mech-nav-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 30;
  pointer-events: none;
}
.easter2026 .mech-arrow {
  width: 78px;
  height: 78px;
  background: transparent;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
.easter2026 .mech-arrow:hover {
  transform: scale(1.1);
}
.easter2026 .mech-arrow img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.easter2026 .mech-arrow-left img {
  transform: scaleX(-1);
}
.easter2026 .mech-track-viewport {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.easter2026 .mech-track {
  display: flex;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.easter2026 .mech-track.is-resizing {
  transition: none !important;
}
.easter2026 .mech-slide {
  width: 100%;
  min-width: 100%;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 40px;
  min-height: 0;
}
.easter2026 .mech-blob-container {
  position: relative;
  width: 100%;
  max-width: 509.36px;
  aspect-ratio: 509.35/492.82;
  margin-bottom: 12px;
  z-index: 2;
  /* Flex improvements for responsiveness */
  flex: 0 1 509.36px;
  min-width: 0;
}
.easter2026 .mech-blob-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: none;
  /* No shadow */
  opacity: 0.86;
}
.easter2026 .mech-blob-container.vector-hidden .mech-blob-img {
  display: none;
}
.easter2026 .mech-blob-container.vector-hidden .mech-slide-title,
.easter2026 .mech-blob-container.vector-hidden .mech-slide-desc {
  color: #ffffff;
}
.easter2026 .mech-blob-text {
  position: absolute;
  top: 45%;
  left: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  padding: 0;
  text-align: left;
  transform: translate(-50%, -50%);
}
.easter2026 .mech-slide-title {
  font-family: var(--font-heading);
  font-weight: 700;
  color: #252a34;
  margin-bottom: 8px;
  line-height: 100%;
  letter-spacing: 0;
  font-size: clamp(22px, 2.5vw, 40px);
  width: 100%;
}
.easter2026 .mech-slide-title .mech-tm {
  font-size: 0.5em;
  vertical-align: super;
  line-height: 0;
}
.easter2026 .mech-slide-desc {
  font-family: var(--font-main);
  font-size: clamp(14px, 1.8vw, 25px);
  line-height: 1.08;
  letter-spacing: 0;
  color: #252a34;
  font-weight: 400;
  opacity: 1;
  text-align: left;
  width: 100%;
  max-width: 363px;
}
.easter2026 .mech-img-box {
  width: 100%;
  max-width: 739px;
  padding: 0;
  z-index: 2;
  /* Flex improvements for responsiveness */
  flex: 0 1 739px;
  min-width: 0;
}
.easter2026 .mech-screen {
  width: 100%;
  border-radius: 18px;
}
.easter2026 .mechanics-chick {
  display: block;
  position: absolute;
  width: 433px;
  height: 338px;
  right: clamp(-24px, 1.6vw, 16px);
  bottom: -8px;
  z-index: 4;
  pointer-events: none;
  object-fit: contain;
  opacity: 1;
}
@media (min-width: 1100px) {
  .easter2026 #mechanics {
    height: 100vh;
    min-height: 100vh;
    padding: calc(var(--nav-height) + 8px) 0 44px;
    justify-content: flex-start;
  }
  .easter2026 #mechanics .section-heading {
    margin-bottom: 12px;
  }
  .easter2026 .mechanics-slider-container {
    max-width: 1380px;
    margin-top: 4px;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  .easter2026 .mech-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: clamp(20px, 4vw, 80px);
    min-height: clamp(400px, 47vh, 500px);
    padding: 0 5%;
    /* PRZESUNIĘCIE JAK NA PROJEKCIE - ZMNIEJSZONE DLA LEPSZEJ RESPONSVNOŚCI LAPTOPÓW */
    transform: translateX(45px);
  }
  .easter2026 .mech-blob-container {
    margin-bottom: 0;
  }
  .easter2026 .mech-nav-wrapper {
    width: calc(100vw - 24px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
  }
  .easter2026 .mech-arrow {
    width: 92px;
    height: 92px;
  }
  .easter2026 .mechanics-chick {
    width: 433px;
    height: 338px;
    right: clamp(-26px, 1.3vw, 10px);
    bottom: 180px;
    left: 680px;
  }
}
@media (max-width: 1099px) {
  .easter2026 #mechanics {
    min-height: auto;
    padding: 72px 0 46px;
  }
  .easter2026 #mechanics .mechanics-slider-container {
    margin-top: 0;
  }
  .easter2026 #mechanics .mech-slide {
    gap: 10px;
  }
  .easter2026 #mechanics .mech-img-box {
    max-width: min(520px, 88vw);
    flex: 0 0 auto;
    width: 100%;
  }
  .easter2026 #mechanics .mech-screen {
    display: block;
  }
  .easter2026 .mech-blob-container.vector-hidden .mech-blob-img {
    display: block;
  }
  .easter2026 #mechanics .mech-nav-wrapper {
    width: auto;
    top: calc(50% - 150px);
    left: clamp(24px, 4vw, 40px);
    right: clamp(24px, 4vw, 40px);
    transform: translateY(-50%);
    padding: 0;
  }
  .easter2026 #mechanics .mech-arrow {
    width: 70px;
    height: 70px;
  }
  .easter2026 #mechanics .mech-arrow img {
    width: 40px;
    height: 40px;
  }
  .easter2026 #mechanics .mech-slide-title {
    font-size: clamp(30px, 4.4vw, 44px);
  }
  .easter2026 #mechanics .mech-slide-desc {
    font-size: clamp(18px, 2.8vw, 28px);
    max-width: 400px;
  }
  .easter2026 #mechanics .mech-dots {
    margin-top: 14px;
    gap: 7px;
  }
  .easter2026 #mechanics .mech-dot {
    width: 11px;
    height: 11px;
  }
  .easter2026 .mechanics-chick {
    display: none;
  }
}
@media (min-width: 1440px) {
  .easter2026 {
    /* WIĘKSZE PRZESUNIĘCIE DLA DUŻYCH EKRANÓW */
  }
  .easter2026 .mech-slide {
    transform: translateX(110px);
  }
}
@media (min-width: 1100px) and (max-width: 1520px) {
  .easter2026 #mechanics {
    height: auto;
    min-height: auto;
    padding: calc(var(--nav-height) + 8px) 0 36px;
  }
  .easter2026 #mechanics .mechanics-slider-container {
    max-width: 1240px;
    padding: 0 26px;
    flex: 0 0 auto;
    display: block;
    margin-top: 0;
  }
  .easter2026 #mechanics .mech-slide {
    gap: clamp(16px, 2.2vw, 32px);
    padding: 0 3.5%;
    transform: translateX(0);
    min-height: 0;
    height: auto;
  }
  .easter2026 #mechanics .mech-track-viewport,
  .easter2026 #mechanics .mech-track {
    height: auto;
  }
  .easter2026 #mechanics .mech-blob-container {
    max-width: clamp(320px, 30vw, 440px);
    flex: 0 1 clamp(320px, 30vw, 440px);
  }
  .easter2026 #mechanics .mech-img-box {
    max-width: clamp(520px, 52vw, 700px);
    flex: 0 1 clamp(520px, 52vw, 700px);
  }
  .easter2026 #mechanics .mech-nav-wrapper {
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 8px;
  }
  .easter2026 #mechanics .mech-arrow {
    width: 72px;
    height: 72px;
  }
  .easter2026 #mechanics .mech-arrow img {
    width: 40px;
    height: 40px;
  }
  .easter2026 #mechanics .mech-dots {
    margin-top: 10px !important;
    gap: 7px;
  }
  .easter2026 #mechanics .mech-dot {
    width: 11px;
    height: 11px;
  }
  .easter2026 .mechanics-chick {
    display: none;
  }
}
@media (max-width: 768px) {
  .easter2026 #hero {
    min-height: 720px;
    padding: calc(var(--nav-height) + 10px) 20px 52px;
  }
  .easter2026 .hero-content {
    margin-top: 0;
    width: min(100%, 370px);
    margin-left: auto;
    margin-right: auto;
  }
  .easter2026 .egg-container {
    width: clamp(112px, 30vw, 130px);
    margin-bottom: 14px;
  }
  .easter2026 .hero-headline {
    font-size: clamp(42px, 12.5vw, 60px);
    margin-bottom: 18px;
  }
  .easter2026 .hero-subline {
    font-size: clamp(15px, 4.2vw, 22px);
    margin-bottom: 12px;
  }
  .easter2026 .timer {
    gap: 6px;
    margin-bottom: 20px;
  }
  .easter2026 .timer-num {
    width: clamp(60px, 17vw, 70px);
    height: clamp(56px, 15vw, 64px);
    font-size: clamp(38px, 9.4vw, 46px);
  }
  .easter2026 .timer-sep {
    font-size: clamp(30px, 8vw, 38px);
    padding-bottom: 16px;
  }
  .easter2026 .timer-label {
    font-size: 10px;
    margin-top: 7px;
  }
  .easter2026 .cta-anchor {
    min-width: 212px;
    padding: 12px 24px;
    font-size: 15px;
  }
  .easter2026 #mechanics {
    min-height: auto;
    padding: 66px 0 60px;
    background-position: 57% center;
  }
  .easter2026 #mechanics .section-tag {
    font-size: clamp(28px, 8.2vw, 34px);
    margin-bottom: 8px;
  }
  .easter2026 #mechanics .section-heading {
    max-width: 12.5ch;
    font-size: clamp(34px, 9.6vw, 50px);
    line-height: 1.04;
    margin-bottom: 14px;
  }
  .easter2026 .mech-slide {
    padding: 0 20px;
    gap: 10px;
  }
  .easter2026 .mech-blob-container {
    max-width: 396px;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }
  .easter2026 .mech-blob-container.vector-hidden .mech-blob-img {
    display: block;
  }
  .easter2026 .mech-blob-text {
    width: 68%;
    align-items: center;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .easter2026 .mech-slide-title {
    font-size: clamp(22px, 6.6vw, 32px);
    text-align: center;
  }
  .easter2026 .mech-slide-desc {
    font-size: clamp(14px, 4.2vw, 20px);
    max-width: 240px;
    text-align: center;
  }
  .easter2026 .mech-img-box {
    max-width: 350px;
    flex: 0 0 auto;
    width: 100%;
  }
  .easter2026 #mechanics .mech-nav-wrapper {
    top: calc(50% + 12px);
    left: 34px;
    right: 34px;
    transform: translateY(-50%);
    padding: 0;
  }
  .easter2026 #mechanics .mech-arrow {
    width: 58px;
    height: 58px;
  }
  .easter2026 #mechanics .mech-arrow img {
    width: 32px;
    height: 32px;
  }
  .easter2026 #mechanics .mech-dots {
    margin-top: 14px;
    gap: 7px;
  }
  .easter2026 #mechanics .mech-dot {
    width: 11px;
    height: 11px;
  }
  .easter2026 .mechanics-chick {
    display: none;
  }
}
@media (max-width: 420px) {
  .easter2026 #hero {
    padding-left: 16px;
    padding-right: 16px;
  }
  .easter2026 .hero-content {
    width: min(100%, 342px);
  }
  .easter2026 .timer {
    gap: 5px;
  }
  .easter2026 .timer-num {
    width: 60px;
    height: 56px;
    font-size: 36px;
  }
  .easter2026 .timer-sep {
    font-size: 28px;
    padding-bottom: 14px;
  }
  .easter2026 #mechanics .mech-dots {
    margin-top: 12px;
    gap: 6px;
  }
  .easter2026 #mechanics .mech-dot {
    width: 11px;
    height: 11px;
  }
  .easter2026 #mechanics .mech-slide-title,
  .easter2026 #mechanics .mech-slide-desc {
    opacity: 1;
  }
  .easter2026 #mechanics .mech-slide-desc {
    font-weight: 500;
  }
  .easter2026 .mechanics-chick {
    display: none;
  }
}
.easter2026 {
  /* ─── GAMES & SIGNUP (UNCHANGED) ─── */
}
.easter2026 .mech-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 0.8vw, 10px);
  margin-top: clamp(20px, 2.6vh, 32px);
  position: relative;
  z-index: 3;
}
.easter2026 .mech-dot {
  width: clamp(11px, 0.9vw, 14px);
  height: clamp(11px, 0.9vw, 14px);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.easter2026 .mech-dot.active {
  background: #ffb031;
}
.easter2026 .games-section {
  min-height: 100vh;
  padding: clamp(88px, 8vw, 122px) 0;
  background-image: linear-gradient(180deg, #3a5ad8 0%, #00ff80 100%), url("https://wazdan.com/wp-content/uploads/Eastercoins-bg2-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.easter2026 .games-content {
  text-align: center;
  color: white;
  width: 100%;
  padding: 0 20px;
}
.easter2026 .games-title {
  font-family: var(--font-heading);
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 18px;
}
.easter2026 .games-subtext {
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  max-width: 1121px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .easter2026 .games-section {
    min-height: auto;
    padding: 90px 0;
  }
  .easter2026 .games-title {
    font-size: 48px;
  }
  .easter2026 .games-subtext {
    font-size: 20px;
    max-width: 760px;
  }
}
.easter2026 .carousel-wrapper {
  width: 100%;
  margin-top: 40px;
}
.easter2026 .carousel-container {
  display: flex;
  gap: 20px;
  padding: 20px 40px;
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.easter2026 .carousel-container.active {
  cursor: grabbing;
}
.easter2026 .carousel-container::-webkit-scrollbar {
  display: none;
}
.easter2026 .game-card {
  flex: 0 0 240px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .easter2026 .game-card {
    flex: 0 0 280px;
  }
}
.easter2026 .game-card:hover {
  transform: translateY(-5px);
  border-color: var(--waz-gold);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.easter2026 .game-card img {
  width: 100%;
  display: block;
  pointer-events: none;
}
.easter2026 #signup {
  min-height: 100vh;
  padding: clamp(78px, 7vw, 108px) 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-image: url("https://wazdan.com/wp-content/uploads/Eastercoins-bg5.jpeg");
  background-size: cover;
  background-position: center;
}
.easter2026 .signup-nest {
  position: absolute;
  left: clamp(-110px, -4.8vw, -24px);
  bottom: clamp(-18px, -1vw, 10px);
  width: clamp(320px, 30vw, 540px);
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.easter2026 .form-card {
  background: var(--waz-navy);
  color: white;
  padding: clamp(38px, 4.4vw, 66px) clamp(24px, 3.6vw, 54px);
  border-radius: clamp(24px, 2.2vw, 32px);
  width: min(72vw, 1120px);
  max-width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}
.easter2026 .form-card .section-tag {
  line-height: 1.12;
  padding-bottom: 0.08em;
  margin-bottom: 14px;
}
.easter2026 .signup-title {
  font-family: var(--font-heading);
  font-size: clamp(46px, 3.2vw, 66px);
  font-weight: 700;
  line-height: 0.98;
  margin-bottom: 16px;
}
.easter2026 .signup-subtext {
  font-family: var(--font-main);
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.3;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 24px;
}
@media (max-width: 1520px), (max-height: 900px) {
  .easter2026 .signup-nest {
    display: none;
  }
}
.easter2026 .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 28px 0 22px;
  text-align: left;
}
@media (min-width: 600px) {
  .easter2026 .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 22px;
  }
}
@media (max-width: 1200px) {
  .easter2026 .form-card {
    width: min(78vw, 980px);
  }
}
@media (max-width: 900px) {
  .easter2026 .form-card {
    width: 100%;
    max-width: 760px;
    padding: 44px 24px;
  }
  .easter2026 .signup-title {
    font-size: clamp(38px, 8.8vw, 56px);
  }
  .easter2026 .signup-subtext {
    font-size: clamp(15px, 3.8vw, 18px);
    margin-bottom: 20px;
  }
}
.easter2026 .form-group label {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.easter2026 .form-group input {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: var(--waz-navy-light);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  font-size: 24px;
  color: white;
  font-family: var(--font-main);
  transition: border-color 0.2s;
}
.easter2026 .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.95);
}
.easter2026 .form-group input:focus {
  outline: none;
  border-color: var(--waz-gold);
}
.easter2026 .submit-btn-full {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  background: var(--waz-grad-gold);
  border: none;
  border-radius: 8px;
  color: var(--waz-navy);
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  font-size: clamp(16px, 1.05vw, 18px);
  transition: opacity 0.2s;
}
.easter2026 .submit-btn-full:hover {
  opacity: 0.9;
}
.easter2026 .privacy-text {
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.35;
  color: #ffffff;
  margin-top: 16px;
}
.easter2026 .privacy-text a {
  color: inherit;
  text-decoration: underline;
}
.easter2026 #message-box {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #3ab4a4;
  color: white;
  padding: 15px 30px;
  border-radius: 12px;
  z-index: 2000;
  display: none;
  font-family: var(--font-main);
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: slideIn 0.3s ease-out;
}
@keyframes slideIn {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.easter2026 .success_message_newsletter {
  display: none;
}
.easter2026 .success_message_newsletter .first_info {
  font-size: 40px;
  line-height: 1.12;
  padding-bottom: 0.08em;
  margin-bottom: 14px;
  background: linear-gradient(180deg, #ffdc2b 0%, #ff8112 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.easter2026 .success_message_newsletter .sec_info {
  font-size: clamp(46px, 3.2vw, 66px);
  font-weight: 700;
  line-height: 0.98;
  margin-bottom: 16px;
  color: #fff;
}
.easter2026 .loading_newsletter {
  display: none;
}

.magicfruit2026 {
  background-color: #074f9d;
  color: white;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  --shell-width: min(1360px, calc(100% - 56px));
  --shell-width-wide: min(1760px, calc(100% - 56px));
  --wazdan-blue: #074f9d;
  --wazdan-navy-figma: #12102b;
  --wazdan-orange: #ff8012;
  --wazdan-pink: #ff5e89;
  --type-h1: 70px;
  --type-h2: 40px;
  --type-h3: 25px;
  --type-h4: 16px;
  --type-text: 25px;
  --type-h1-mobile: 55px;
}
@media (min-width: 1367px) and (max-width: 1550px) {
  .magicfruit2026 .hero-section {
    padding-top: 120px;
    min-height: calc(100vh - 60px);
  }
}
.magicfruit2026 .pulsating-clock {
  animation: pulse-clock 1.8s infinite cubic-bezier(0.4, 0, 0.6, 1);
}
@keyframes pulse-clock {
  0% {
    filter: brightness(1) drop-shadow(0 0 0px #ffb347);
  }
  50% {
    filter: brightness(1.08) drop-shadow(0 0 8px #ffb347);
  }
  100% {
    filter: brightness(1) drop-shadow(0 0 0px #ffb347);
  }
}
.magicfruit2026 .page-shell {
  width: min(1360px, 100% - 56px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.magicfruit2026 .page-shell-wide {
  width: var(--shell-width-wide);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.magicfruit2026 .overflow-hidden {
  overflow: hidden;
}
.magicfruit2026 .wrapper-hero-reimagined {
  background-image: linear-gradient(180deg, rgba(7, 79, 157, 0.75) 40.17%, rgba(33, 113, 1, 0.75) 55.53%), url("https://wazdan.com/wp-content/uploads/213d993b03ca31ef7b39cbd1ec025f9508b71994.jpg");
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center top;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  overflow: hidden;
}
.magicfruit2026 .hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 60px 0 80px;
  position: relative;
}
.magicfruit2026 .hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.96fr) minmax(520px, 1.04fr);
  gap: clamp(32px, 4vw, 60px);
  align-items: center;
}
.magicfruit2026 .hero-logo-column {
  display: flex;
  justify-content: center;
}
.magicfruit2026 .hero-logo-column img {
  width: 100%;
  max-width: 826px;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.25));
  height: auto;
  display: block;
}
.magicfruit2026 .hero-section .hero-copy {
  max-width: 720px;
  text-align: left;
}
.magicfruit2026 .hero-section .title-hero {
  font-size: clamp(52px, 4.3vw, 70px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  margin-bottom: 28px;
  text-shadow: 0 8px 24px rgba(4, 25, 63, 0.26);
}
.magicfruit2026 .title-hero .break-desktop {
  display: block;
}
.magicfruit2026 .hero-section .text-hero {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  opacity: 0.95;
  margin-bottom: 46px;
  max-width: 717px;
  color: #fff;
}
.magicfruit2026 .countdown-row {
  display: flex;
  align-items: flex-start;
  gap: clamp(8px, 1vw, 14px);
  margin: 40px 0;
  justify-content: flex-start;
}
.magicfruit2026 .countdown-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.magicfruit2026 .countdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(82px, 5.9vw, 110px);
  height: clamp(72px, 5.3vw, 96px);
  background: #ffffff;
  color: #12102b;
  border-radius: 12px;
  box-shadow: 0 18px 34px rgba(4, 24, 58, 0.24);
}
.magicfruit2026 .countdown-item span {
  font-size: clamp(52px, 3.8vw, 70px);
  font-weight: 800;
  line-height: 1;
}
.magicfruit2026 .countdown-sep {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(28px, 2.5vw, 47px);
  height: clamp(72px, 5.3vw, 96px);
  padding-top: 0;
  font-size: clamp(52px, 3.8vw, 70px);
  font-weight: 800;
  line-height: 1;
  color: #ff8012;
}
.magicfruit2026 .countdown-label {
  margin-top: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.8;
}
.magicfruit2026 .cta-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 209px;
  height: 49px;
  padding: 12px 24px;
  background: linear-gradient(90deg, #ff8012 0%, #ff5e89 100%);
  border-radius: 39px;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.54;
  letter-spacing: 0.02em;
  box-shadow: 0 18px 32px rgba(255, 117, 76, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.magicfruit2026 .cta-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 38px rgba(255, 117, 76, 0.42);
}
.magicfruit2026 .decor-orange {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  transition: all 0.3s ease;
  display: block;
  animation-name: orange-float;
  animation-duration: 4.6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  will-change: transform;
}
.magicfruit2026 .orange-h-right {
  --orange-rotate: -90deg;
  top: 185px;
  right: -160px;
  width: 349px;
  transform: rotate(var(--orange-rotate));
  animation-duration: 4.9s;
  animation-delay: -1.2s;
}
.magicfruit2026 .orange-h-left {
  --orange-rotate: 0deg;
  top: 691px;
  left: -120px;
  width: 285px;
  transform: rotate(var(--orange-rotate));
  animation-duration: 4.2s;
  animation-delay: -0.5s;
}
@keyframes orange-float {
  0% {
    transform: translateY(0) rotate(var(--orange-rotate));
  }
  50% {
    transform: translateY(-14px) rotate(var(--orange-rotate));
  }
  100% {
    transform: translateY(0) rotate(var(--orange-rotate));
  }
}
@media (max-width: 1550px) {
  .magicfruit2026 .orange-h-right {
    width: 260px;
    right: -100px;
  }
  .magicfruit2026 .orange-h-left {
    width: 214px;
    left: -80px;
  }
}
@media (max-width: 1280px) {
  .magicfruit2026 .orange-h-right {
    width: 180px;
    right: -60px;
    top: 130px;
  }
  .magicfruit2026 .orange-h-left {
    width: 172px;
    left: -60px;
    top: 600px;
  }
}
.magicfruit2026 .split-section {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 140px 0 120px;
  position: relative;
  gap: 0;
}
.magicfruit2026 .split-section .title-hero {
  font-size: clamp(52px, 4.3vw, 70px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  margin-bottom: 28px;
  text-shadow: 0 8px 24px rgba(4, 25, 63, 0.26);
  max-width: 866px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  word-break: normal;
  white-space: normal;
}
.magicfruit2026 .split-section .section-copy {
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.95;
  margin-bottom: 0;
  max-width: 980px;
  color: #fff;
}
.magicfruit2026 .media-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.magicfruit2026 .media-wrap img {
  width: 100%;
  max-width: 90vw;
  min-width: 320px;
  max-width: 800px;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.28));
  position: relative;
  right: -40px;
}
@media (max-width: 1023px) {
  .magicfruit2026 .decor-orange {
    z-index: 1;
  }
  .magicfruit2026 .orange-h-right {
    width: 215px;
    top: 20px;
    right: -108px;
  }
  .magicfruit2026 .orange-h-left {
    width: 182px;
    top: 560px;
    left: -86px;
  }
  .magicfruit2026 .hero-section {
    padding-top: 80px;
    text-align: center;
  }
  .magicfruit2026 .hero-grid {
    position: relative;
    z-index: 3;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .magicfruit2026 .hero-logo-column {
    order: 1;
    display: flex;
    justify-content: center;
  }
  .magicfruit2026 .hero-logo-column img {
    width: min(712px, 92vw);
    max-width: none;
  }
  .magicfruit2026 .hero-copy {
    order: 2;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .magicfruit2026 .hero-section .hero-copy {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .magicfruit2026 .title-hero {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 16px;
  }
  .magicfruit2026 .hero-section .title-hero {
    font-size: var(--type-h1-mobile);
    line-height: 1.05;
    max-width: 18ch;
    text-wrap: balance;
    margin-left: auto;
    margin-right: auto;
  }
  .magicfruit2026 .title-hero .break-desktop {
    display: inline;
  }
  .magicfruit2026 .text-hero {
    font-size: 15px;
    margin: 0 auto 28px;
    line-height: 1.3;
    max-width: 34ch;
    text-wrap: balance;
    text-align: center;
  }
  .magicfruit2026 .countdown-row {
    justify-content: center;
    gap: 6px;
    margin: 32px 0;
  }
  .magicfruit2026 .countdown-item {
    width: 64px;
    height: 56px;
    border-radius: 8px;
  }
  .magicfruit2026 .countdown-item span {
    font-size: 40px;
  }
  .magicfruit2026 .countdown-sep {
    width: 18px;
    height: 56px;
    font-size: 38px;
  }
  .magicfruit2026 .countdown-label {
    font-size: 9px;
    margin-top: 6px;
  }
  .magicfruit2026 .cta-hero {
    width: 209px;
    height: 49px;
    font-size: 16px;
  }
  .magicfruit2026 .hero-section .cta-hero {
    margin-left: auto;
    margin-right: auto;
  }
  .magicfruit2026 .split-section {
    grid-template-columns: 1fr;
    padding: 60px 0 80px;
  }
  .magicfruit2026 .split-section .hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 549px;
    min-height: 549px;
    order: 1;
    text-align: left;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .magicfruit2026 .split-section .hero-copy .split-section {
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 0;
  }
  .magicfruit2026 .split-section .hero-copy .split-section .hero-copy {
    min-height: unset;
    height: auto;
    margin-bottom: 24px;
    display: block;
    text-align: center;
  }
  .magicfruit2026 .split-section .hero-copy .split-section .title-hero {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .magicfruit2026 .split-section .hero-copy .split-section .section-copy {
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .magicfruit2026 .split-section .hero-copy .media-wrap {
    min-height: unset;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    width: 100%;
    order: 2;
  }
  .magicfruit2026 .split-section .hero-copy .media-wrap img {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .magicfruit2026 .split-section .hero-copy .split-section .hero-copy,
  .magicfruit2026 .split-section .hero-copy .split-section .section-copy,
  .magicfruit2026 .split-section .hero-copy .media-wrap {
    order: unset;
  }
}
@media (max-width: 1023px) {
  .magicfruit2026 .split-section .media-wrap {
    order: 2;
  }
  .magicfruit2026 .split-section .title-hero {
    font-size: var(--type-h1-mobile, 38px);
    max-width: 866px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    word-break: normal;
    white-space: normal;
  }
}
.magicfruit2026 .split-section .section-copy {
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.95;
  margin-bottom: 0;
  max-width: 700px;
  text-align: left;
}
.magicfruit2026 .media-wrap {
  justify-content: flex-end;
}
.magicfruit2026 .wrapper-engagement-success {
  background-image: url("https://wazdan.com/wp-content/uploads/bg-1-1-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  isolation: isolate;
  margin-top: -50px;
  padding-top: 50px;
  z-index: 10;
}
.magicfruit2026 .wrapper-engagement-success::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 79, 157, 0) 0, rgba(7, 79, 157, 0) 80px, rgba(7, 79, 157, 0.75) 180px, rgba(7, 79, 157, 0.75) 40.17%, rgba(33, 113, 1, 0.75) 55.53%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.magicfruit2026 .landscape-overlay {
  position: relative;
  z-index: 1;
}
.magicfruit2026 .orange-engage {
  --orange-rotate: 80deg;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 80px;
  right: -120px;
  width: 380px;
  transform: rotate(var(--orange-rotate));
  animation-name: orange-float;
  animation-duration: 5.1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -2s;
  will-change: transform;
}
@media (max-width: 1550px) {
  .magicfruit2026 .orange-engage {
    width: 300px;
    right: -80px;
  }
}
@media (max-width: 1280px) {
  .magicfruit2026 .orange-engage {
    width: 220px;
    right: -50px;
    top: 60px;
  }
}
@media (max-width: 1023px) {
  .magicfruit2026 .orange-engage {
    width: 225px;
    right: -112px;
    top: 170px;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .magicfruit2026 .orange-engage {
    width: 185px;
    right: -96px;
    top: 150px;
    z-index: 0;
  }
}
.magicfruit2026 .engagement-section {
  padding: 78px 0 96px;
  text-align: center;
}
.magicfruit2026 .engagement-section .title-hero {
  font-size: var(--type-h2);
  line-height: normal;
  margin-bottom: 38px;
}
.magicfruit2026 .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 56px;
  width: min(1080px, 100%);
  margin: 0 auto;
}
.magicfruit2026 .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.magicfruit2026 .feature-item img {
  height: 132px;
  width: auto;
  margin-bottom: 16px;
}
.magicfruit2026 .feature-copy {
  font-size: var(--type-h4);
  line-height: 1.35;
  opacity: 0.95;
  max-width: 360px;
  margin: 0 auto;
  color: #fff;
}
.magicfruit2026 .feature-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: var(--type-h3);
  line-height: normal;
}
.magicfruit2026 {
  /* Sekcja Success - WYDĹUĹ»ONA */
}
.magicfruit2026 .success-section {
  padding: 40px 0 150px;
  text-align: center;
}
.magicfruit2026 .success-section .title-hero {
  font-size: var(--type-h2);
  line-height: normal;
}
.magicfruit2026 .success-copy {
  font-size: var(--type-h4);
  max-width: 980px;
  margin: 0 auto 44px;
  opacity: 0.9;
  line-height: 1.35;
  color: #fff;
}
.magicfruit2026 .success-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: min(860px, 100%);
  margin: 0 auto;
  align-items: end;
}
.magicfruit2026 .game-card-shadow {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
  transition: transform 0.2s;
}
.magicfruit2026 .game-card-shadow img {
  width: 100%;
  display: block;
}
.magicfruit2026 .game-card-shadow:hover {
  transform: translateY(-6px);
}
@media (min-width: 1024px) {
  .magicfruit2026 .engagement-section {
    padding: 122px 0 150px;
  }
  .magicfruit2026 .engagement-section .title-hero,
  .magicfruit2026 .success-section .title-hero {
    font-size: 62px;
  }
  .magicfruit2026 .engagement-section .title-hero {
    margin-bottom: 62px;
  }
  .magicfruit2026 .feature-grid {
    gap: 68px 90px;
    width: 100%;
  }
  .magicfruit2026 .feature-item img {
    height: 206px;
    margin-bottom: 25px;
  }
  .magicfruit2026 .feature-copy {
    font-size: 25px;
    max-width: 560px;
  }
  .magicfruit2026 .feature-copy strong {
    margin-bottom: 12px;
    font-size: 39px;
  }
  .magicfruit2026 .success-section {
    padding: 62px 0 238px;
  }
  .magicfruit2026 .success-copy {
    font-size: 25px;
    max-width: 1360px;
    margin-bottom: 70px;
  }
  .magicfruit2026 .success-cards {
    gap: 35px;
    width: min(1350px, 100%);
  }
  .magicfruit2026 .game-card-shadow {
    border-radius: 44px;
  }
}
@media (max-width: 767px) {
  .magicfruit2026 .orange-h-right {
    width: 175px;
    top: 36px;
    right: -92px;
  }
  .magicfruit2026 .orange-h-left {
    width: 160px;
    top: 590px;
    left: -78px;
  }
  .magicfruit2026 .wrapper-engagement-success {
    margin-top: -30px;
    padding-top: 30px;
    background-size: cover;
  }
  .magicfruit2026 .engagement-section {
    padding: 60px 0 80px;
  }
  .magicfruit2026 .feature-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .magicfruit2026 .feature-item img {
    height: 92px;
  }
  .magicfruit2026 .success-section {
    padding-bottom: 96px;
  }
  .magicfruit2026 .success-cards {
    grid-template-columns: 1fr;
    width: 240px;
    gap: 32px;
  }
}
.magicfruit2026 {
  /* --- FORM --- */
}
.magicfruit2026 .form-full-hd {
  position: relative;
  min-height: auto;
  margin-top: -56px;
  padding: 146px 0 108px;
  background-image: url("https://wazdan.com/wp-content/uploads/8070966501ef9c4d302fee3b7f9535aac0d01724.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.magicfruit2026 .form-full-hd::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 25, 42, 0.46) 0%, rgba(12, 32, 52, 0.2) 38%, rgba(0, 0, 0, 0.28) 100%);
}
.magicfruit2026 .card-form-gradient {
  background: linear-gradient(90deg, #ff8012 0%, #ff5e89 100%);
  border-radius: 36px;
  width: 100%;
  max-width: 860px;
  padding: 56px 54px 52px;
  text-align: center;
  position: relative;
  z-index: 10;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.36);
  margin: 30px;
}
.magicfruit2026 .section-kicker {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffd469;
}
.magicfruit2026 .form-heading {
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  font-size: 56px;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
  text-transform: none;
  white-space: normal;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.magicfruit2026 .contact-copy {
  font-size: var(--type-h4);
  line-height: 1.32;
  opacity: 0.95;
  margin-bottom: 48px;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  color: white;
}
.magicfruit2026 .input-white {
  width: 100%;
  height: 58px;
  padding: 0 25px;
  border-radius: 50px;
  border: 2px solid transparent;
  background: white;
  color: #333;
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  outline: none;
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  transition: 0.2s;
}
.magicfruit2026 .textarea-white {
  width: 100%;
  padding: 20px 25px;
  border-radius: 30px;
  border: 2px solid transparent;
  background: white;
  color: #333;
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  outline: none;
  margin-bottom: 35px;
  text-align: center;
  resize: none;
  min-height: 180px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  transition: 0.2s;
}
.magicfruit2026 .input-white::placeholder,
.magicfruit2026 .textarea-white::placeholder,
.magicfruit2026 .input-white::-webkit-input-placeholder,
.magicfruit2026 .textarea-white::-webkit-input-placeholder,
.magicfruit2026 .input-white::-moz-placeholder,
.magicfruit2026 .textarea-white::-moz-placeholder,
.magicfruit2026 .input-white:-ms-input-placeholder,
.magicfruit2026 .textarea-white:-ms-input-placeholder {
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #6b7280;
  opacity: 1;
}
.magicfruit2026 .btn-contact-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 60px;
  padding: 10px 20px;
  background: #12102b;
  color: white;
  border-radius: 30px;
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  box-shadow: 0 18px 24px rgba(15, 23, 42, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.magicfruit2026 .btn-contact-dark:hover,
.magicfruit2026 .btn-contact-dark:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 34px rgba(15, 23, 42, 0.33);
}
.magicfruit2026 .btn-contact-dark:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}
.magicfruit2026 .legal-copy {
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-top: 40px;
  color: white;
}
.magicfruit2026 .legal-copy a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.magicfruit2026 .legal-copy a:hover {
  text-decoration: underline;
}
.magicfruit2026 .crate-bottom-left {
  position: absolute;
  bottom: 40px;
  left: -100px;
  width: 790px;
  z-index: 10;
}
@media (max-width: 1366px) {
  .magicfruit2026 .crate-bottom-left {
    display: none;
  }
}
@media (max-width: 767px) {
  .magicfruit2026 .form-heading {
    font-size: 32px;
    max-width: 90vw;
    text-align: center;
    white-space: normal;
  }
  .magicfruit2026 .form-full-hd {
    margin-top: 0;
    padding: 90px 0;
  }
  .magicfruit2026 .input-white,
  .magicfruit2026 .textarea-white {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
  }
  .magicfruit2026 .input-white::placeholder,
  .magicfruit2026 .textarea-white::placeholder,
  .magicfruit2026 .input-white::-webkit-input-placeholder,
  .magicfruit2026 .textarea-white::-webkit-input-placeholder,
  .magicfruit2026 .input-white::-moz-placeholder,
  .magicfruit2026 .textarea-white::-moz-placeholder,
  .magicfruit2026 .input-white:-ms-input-placeholder,
  .magicfruit2026 .textarea-white:-ms-input-placeholder {
    font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .magicfruit2026 .crate-bottom-left {
    display: none;
  }
}
.magicfruit2026 {
  /* --- MOBILE/TABLET LAYOUT FIX --- */
}
@media (max-width: 1023px) {
  .magicfruit2026 .split-section {
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 0;
  }
  .magicfruit2026 .split-section .hero-copy {
    display: block;
    min-height: unset;
    height: auto;
    margin-bottom: 24px;
    text-align: center;
    justify-content: unset;
    align-items: unset;
  }
  .magicfruit2026 .split-section .title-hero {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .magicfruit2026 .split-section .section-copy {
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .magicfruit2026 .media-wrap {
    min-height: unset;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    width: 100%;
  }
  .magicfruit2026 .media-wrap img {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.diamondCoins {
  --shell-width: min(1080px, calc(100% - 40px));
  --shell-width-wide: min(1440px, calc(100% - 40px));
  --text-main: #fff9ef;
  --text-soft: rgba(255, 249, 239, 0.84);
  --gold: #ffbd27;
  --gold-soft: #ffdc2b;
  --gold-deep: #ff8112;
  --navy: #101120;
  --line-blue: rgba(24, 170, 255, 0.82);
  --hero-bg: rgba(50, 9, 9, 0.9);
  color: var(--text-main);
  background: #320909;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.diamondCoins a {
  color: inherit;
}
.diamondCoins img {
  display: block;
  max-width: 100%;
}
.diamondCoins .page-shell,
.diamondCoins .page-shell-wide {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.diamondCoins .page-shell {
  width: var(--shell-width);
}
.diamondCoins .page-shell-wide {
  width: var(--shell-width-wide);
}
.diamondCoins .page-wrap {
  overflow: hidden;
}
.diamondCoins .hero-section,
.diamondCoins .foundations-section,
.diamondCoins .refresh-section,
.diamondCoins .spark-section {
  position: relative;
  overflow: hidden;
  background: #320909;
}
.diamondCoins .content-backdrop {
  position: relative;
  background: #320909;
}
.diamondCoins .hero-overlay,
.diamondCoins .foundations-section::before,
.diamondCoins .refresh-section::before,
.diamondCoins .spark-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
}
.diamondCoins .hero-overlay {
  z-index: 0;
  background-color: #320909;
  background-image: linear-gradient(180deg, rgba(50, 9, 9, 0.75) 0%, rgba(50, 9, 9, 0.75) 100%), url("https://wazdan.com/wp-content/uploads/bg-3-1.webp");
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-blend-mode: multiply, normal;
  opacity: 1;
}
.diamondCoins .content-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #320909;
  background-image: linear-gradient(180deg, rgba(50, 9, 9, 0.75) 0%, rgba(50, 9, 9, 0.75) 100%), url("https://wazdan.com/wp-content/uploads/bg-2-1-scaled.webp");
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-blend-mode: multiply, normal;
  opacity: 1;
  pointer-events: none;
}
.diamondCoins .content-backdrop > .foundations-section,
.diamondCoins .content-backdrop > .refresh-section,
.diamondCoins .content-backdrop > .spark-section {
  background: transparent;
}
@keyframes hero-logo-float {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}
@keyframes spark-logo-float {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(6px, -10px, 0) rotate(-1deg);
  }
}
@media (min-width: 1025px) {
  .diamondCoins .hero-logo {
    animation: hero-logo-float 6.4s ease-in-out infinite;
    transform-origin: center center;
    will-change: transform;
  }
  .diamondCoins .spark-logo {
    animation: spark-logo-float 7.4s ease-in-out infinite;
    transform-origin: center center;
    will-change: transform;
  }
}
.diamondCoins .hero-section {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diamondCoins .hero-inner {
  width: var(--shell-width-wide);
  padding: 16px 0 54px;
  text-align: center;
  z-index: 2;
}
.diamondCoins .hero-logo {
  width: min(100%, 678px);
  margin: 0 auto 2px;
  filter: drop-shadow(0 12px 22px rgba(255, 170, 34, 0.28));
}
.diamondCoins .hero-copy {
  max-width: 1366px;
  margin: -38px auto 0;
}
.diamondCoins .hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  text-align: center;
  transform: translateY(-10px);
}
.diamondCoins .hero-title-top {
  display: block;
  max-width: 1240px;
  color: #ffffff;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
}
.diamondCoins .hero-title-bottom {
  display: inline-block;
  max-width: 1280px;
  padding-bottom: 0.12em;
  font-weight: 800;
  font-style: normal;
  font-size: 70px;
  line-height: 1.08;
  letter-spacing: 0;
  background: linear-gradient(180deg, var(--gold-soft) 0%, var(--gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.diamondCoins .hero-text {
  max-width: 983px;
  margin: 14px auto 0;
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  transform: translateY(-10px);
}
.diamondCoins .cta-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 189px;
  min-height: 49px;
  padding: 12px 24px;
  margin-top: 14px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  color: #321700;
  background: linear-gradient(180deg, var(--gold-soft) 0%, var(--gold-deep) 100%);
  box-shadow: 0 16px 32px rgba(255, 161, 23, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.diamondCoins .cta-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(255, 161, 23, 0.36);
  filter: brightness(1.03);
}
.diamondCoins .hero-coins {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: clamp(320px, 30vw, 520px);
  pointer-events: none;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.34));
}
.diamondCoins .hero-coins-left {
  left: -34px;
}
.diamondCoins .hero-coins-right {
  right: -34px;
}
.diamondCoins .stats-bar {
  position: relative;
  z-index: 5;
  background: #0d0e1b;
  border-top: 1px solid #ffca26;
  border-bottom: 1px solid #ffca26;
  min-height: 244px;
  display: flex;
  align-items: stretch;
  overflow: visible;
}
.diamondCoins .stats-coins-1 {
  position: absolute;
  top: 270px;
  pointer-events: none;
  z-index: 4;
  opacity: 1;
  width: 350px;
  height: auto;
}
.diamondCoins .stats-coins-2 {
  position: absolute;
  top: 270px;
  pointer-events: none;
  z-index: 4;
  opacity: 1;
  width: 400px;
  height: auto;
}
.diamondCoins .stats-coins-1 {
  right: 0px;
}
.diamondCoins .stats-coins-2 {
  left: 0px;
}
.diamondCoins .stats-bar .page-shell-wide {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}
.diamondCoins .stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  background: transparent;
  width: 100%;
  align-items: stretch;
  justify-items: stretch;
  padding: 0 24px;
  position: relative;
  z-index: 3;
}
.diamondCoins .stat-card {
  background: transparent;
  width: 100%;
  max-width: none;
  padding: 40px 10px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.diamondCoins .stat-number {
  display: block;
  padding-bottom: 0.08em;
  font-size: 70px;
  line-height: 1.08;
  background: linear-gradient(180deg, var(--gold-soft) 0%, var(--gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 800;
  letter-spacing: 0;
  filter: drop-shadow(0 4px 10px rgba(255, 129, 18, 0.22));
}
.diamondCoins .stat-label {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}
.diamondCoins .foundations-section {
  min-height: 0;
  padding: 78px 0 70px;
}
.diamondCoins .foundations-inner,
.diamondCoins .refresh-inner,
.diamondCoins .spark-grid {
  position: relative;
  z-index: 2;
}
.diamondCoins .foundations-inner {
  width: var(--shell-width-wide);
  max-width: 1480px;
  margin: 0 auto;
}
.diamondCoins .foundations-title,
.diamondCoins .refresh-title {
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.diamondCoins .foundations-title {
  max-width: 1422px;
  font-size: clamp(48px, 3.45vw, 68px);
  line-height: 1;
}
.diamondCoins .foundations-copy {
  max-width: 1080px;
  margin: 18px auto 64px;
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.diamondCoins .foundations-copy sup {
  font-size: 0.58em;
  vertical-align: super;
  line-height: 0;
}
.diamondCoins .foundations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1480px;
  margin: 0 auto;
  gap: 56px 12px;
}
.diamondCoins .foundation-item {
  display: grid;
  width: min(100%, 750px);
  grid-template-columns: 200px minmax(0, 530px);
  gap: 20px;
  align-items: start;
}
.diamondCoins .foundation-item:nth-child(odd) {
  justify-self: start;
}
.diamondCoins .foundation-item:nth-child(even) {
  justify-self: end;
}
.diamondCoins .foundation-icon {
  width: auto;
  max-width: 100%;
  justify-self: center;
  align-self: start;
  margin-top: -2px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.28));
}
.diamondCoins {
  /* Individual icon sizing for the "fresh ideas" cards */
}
.diamondCoins .foundation-item:nth-child(1) .foundation-icon {
  height: clamp(132px, 9.8vw, 148px);
  margin-top: -12px;
}
.diamondCoins .foundation-item:nth-child(2) .foundation-icon {
  height: clamp(106px, 8vw, 118px);
  margin-top: -4px;
}
.diamondCoins .foundation-item:nth-child(3) .foundation-icon {
  height: clamp(138px, 10.4vw, 156px);
  margin-top: -14px;
}
.diamondCoins .foundation-item:nth-child(4) .foundation-icon {
  height: clamp(94px, 7.2vw, 106px);
  margin-top: -4px;
}
.diamondCoins .foundation-copy h3 {
  display: inline-block;
  max-width: none;
  padding-bottom: 0.12em;
  white-space: nowrap;
  margin-bottom: 14px;
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
  background: linear-gradient(88.55deg, #ff8112 8.57%, #ffdc2b 96.3%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.diamondCoins .foundation-copy h3 sup {
  font-size: 0.55em;
  vertical-align: super;
  line-height: 0;
}
.diamondCoins .foundation-copy p {
  max-width: 530px;
  color: var(--text-main);
  font-size: clamp(16px, 0.98vw, 18px);
  line-height: 1.3;
  opacity: 0.92;
}
.diamondCoins .lobby-coins-1 {
  position: absolute;
  top: 86px;
  width: 300px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.96;
}
.diamondCoins .lobby-coins-2 {
  position: absolute;
  top: 0px;
  width: 300px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.96;
}
.diamondCoins .lobby-coins-1 {
  left: -15px;
}
.diamondCoins .lobby-coins-2 {
  right: -15px;
}
.diamondCoins .foundations-decor,
.diamondCoins .refresh-decor {
  position: absolute;
  width: 50px;
  pointer-events: none;
  z-index: 1;
}
.diamondCoins .foundations-decor {
  top: 164px;
}
.diamondCoins .foundations-decor-left,
.diamondCoins .refresh-decor-left {
  left: -34px;
}
.diamondCoins .foundations-decor-right,
.diamondCoins .refresh-decor-right {
  right: -34px;
}
.diamondCoins .refresh-section {
  padding: 46px 0 64px;
}
.diamondCoins .refresh-inner {
  width: var(--shell-width-wide);
  max-width: 1420px;
  margin: 0 auto;
  text-align: center;
}
.diamondCoins .refresh-title {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(42px, 3.35vw, 58px);
  line-height: 1.02;
}
.diamondCoins .refresh-copy {
  max-width: 1180px;
  margin: 16px auto 38px;
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
}
.diamondCoins .refresh-points {
  list-style: none;
  display: grid;
  gap: 34px;
  max-width: 1280px;
  margin: 0 auto;
}
.diamondCoins .refresh-point {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.diamondCoins .refresh-point + .refresh-point {
  margin-top: 0;
}
.diamondCoins .refresh-point h3 {
  display: inline-block;
  max-width: none;
  padding-bottom: 0.12em;
  white-space: nowrap;
  margin: 0 auto 12px;
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(88.55deg, #ff8112 8.57%, #ffdc2b 96.3%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.diamondCoins .refresh-point p {
  max-width: 1180px;
  margin: 0 auto;
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: var(--text-main);
  opacity: 1;
}
.diamondCoins .refresh-decor {
  top: 102px;
}
.diamondCoins .spark-section {
  padding: 54px 0 44px;
}
.diamondCoins .spark-grid {
  width: var(--shell-width-wide);
  max-width: 1460px;
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(460px, 1fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: center;
}
.diamondCoins .spark-copy-block {
  max-width: 700px;
}
.diamondCoins .spark-title {
  max-width: none;
  font-size: clamp(58px, 4.8vw, 80px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.diamondCoins .spark-copy {
  max-width: 660px;
  margin-top: 22px;
  font-family: "Wazdan Sans", "Helvetica", "Arial", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.18;
  color: #ffffff;
}
.diamondCoins .spark-actions {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(10px, 1.2vw, 16px);
  width: auto;
  max-width: 100%;
  margin-top: 30px;
}
.diamondCoins .spark-primary,
.diamondCoins .spark-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(112px, 12vw, 176px);
  width: clamp(112px, 12vw, 176px);
  min-width: clamp(112px, 12vw, 176px);
  max-width: clamp(112px, 12vw, 176px);
  height: clamp(34px, 4vw, 48px);
  min-height: clamp(34px, 4vw, 48px);
  max-height: clamp(34px, 4vw, 48px);
  padding: 0 12px;
  border-radius: 999px;
  text-decoration: none;
  font-size: clamp(10px, 0.95vw, 15px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.diamondCoins .spark-primary {
  margin-top: 0;
  color: #321700;
  background: linear-gradient(180deg, var(--gold-soft) 0%, var(--gold-deep) 100%);
  box-shadow: 0 16px 32px rgba(255, 161, 23, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.diamondCoins .spark-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(255, 161, 23, 0.36);
  filter: brightness(1.03);
}
.diamondCoins .spark-secondary {
  border: 1.5px solid var(--gold);
  color: #ffe7a2;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.diamondCoins .spark-secondary:hover {
  background: rgba(255, 193, 51, 0.12);
  transform: translateY(-1px);
}
.diamondCoins .spark-logo-wrap {
  display: flex;
  justify-content: center;
}
.diamondCoins .spark-logo {
  width: min(100%, 720px);
  filter: drop-shadow(0 12px 24px rgba(255, 170, 34, 0.24));
}
@media (max-width: 1024px) {
  .diamondCoins .hero-section {
    min-height: 520px;
  }
  .diamondCoins .hero-logo {
    width: min(100%, 520px);
  }
  .diamondCoins .hero-coins {
    width: 260px;
  }
  .diamondCoins .hero-text {
    max-width: 620px;
  }
  .diamondCoins .stats-bar {
    min-height: 208px;
  }
  .diamondCoins .stats-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    padding: 0 14px;
  }
  .diamondCoins .stat-card {
    grid-column: span 2;
    max-width: none;
    padding: 24px 8px 20px;
  }
  .diamondCoins .stat-card:nth-child(4) {
    grid-column: 2/4;
  }
  .diamondCoins .stat-card:nth-child(5) {
    grid-column: 4/6;
  }
  .diamondCoins .stat-number {
    font-size: clamp(30px, 4.25vw, 46px);
  }
  .diamondCoins .stat-label {
    margin-top: 10px;
    font-size: clamp(8px, 0.82vw, 10px);
    letter-spacing: 0.05em;
  }
  .diamondCoins .foundations-grid {
    max-width: 1100px;
    gap: 42px 30px;
  }
  .diamondCoins .foundation-item {
    grid-template-columns: 172px minmax(0, 1fr);
    gap: 16px;
  }
  .diamondCoins .foundation-icon {
    max-width: 122px;
    justify-self: center;
  }
  .diamondCoins .foundation-item:nth-child(1) .foundation-icon,
  .diamondCoins .foundation-item:nth-child(3) .foundation-icon {
    max-width: 162px;
  }
  .diamondCoins .foundation-copy h3 {
    font-size: clamp(30px, 2.6vw, 40px);
  }
  .diamondCoins .foundation-copy p {
    max-width: 100%;
    font-size: clamp(14px, 1.05vw, 16px);
    line-height: 1.36;
  }
  .diamondCoins .stats-coins-1,
  .diamondCoins .stats-coins-2 {
    top: 16px;
    width: clamp(132px, 11vw, 180px);
    height: auto;
    transform: none;
  }
  .diamondCoins .stats-coins-1 {
    right: -18px;
    left: auto;
  }
  .diamondCoins .stats-coins-2 {
    left: -18px;
    right: auto;
  }
  .diamondCoins .lobby-coins-1 {
    top: 80px;
    width: clamp(128px, 12vw, 180px);
    opacity: 0.9;
  }
  .diamondCoins .lobby-coins-2 {
    top: 80px;
    width: clamp(128px, 12vw, 180px);
    opacity: 0.9;
  }
  .diamondCoins .lobby-coins-1 {
    left: -20px;
  }
  .diamondCoins .lobby-coins-2 {
    right: 20px;
  }
  .diamondCoins .foundations-decor {
    top: 132px;
    width: 34px;
  }
  .diamondCoins .refresh-section {
    padding: 42px 0 40px;
  }
  .diamondCoins .refresh-title {
    max-width: 10ch;
    font-size: clamp(28px, 7vw, 40px);
  }
  .diamondCoins .refresh-copy {
    max-width: 31ch;
    margin-bottom: 22px;
    font-size: 12px;
  }
  .diamondCoins .refresh-point + .refresh-point {
    margin-top: 20px;
  }
  .diamondCoins .refresh-point h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .diamondCoins .refresh-point p {
    max-width: 31ch;
    font-size: 11px;
  }
  .diamondCoins .refresh-decor {
    top: 92px;
    width: 34px;
  }
  .diamondCoins .spark-section {
    padding: 38px 0 26px;
  }
  .diamondCoins .spark-title {
    max-width: 8ch;
    font-size: clamp(30px, 7.8vw, 42px);
  }
  .diamondCoins .spark-copy {
    max-width: 30ch;
    margin-top: 12px;
    font-size: 12px;
  }
  .diamondCoins .spark-logo {
    width: min(100%, 250px);
  }
}
@media (max-width: 767px) {
  .diamondCoins :root {
    --shell-width: calc(100% - 24px);
    --shell-width-wide: calc(100% - 24px);
  }
  .diamondCoins .hero-section {
    min-height: 624px;
  }
  .diamondCoins .hero-inner {
    padding: 22px 0 66px;
  }
  .diamondCoins .hero-logo {
    width: min(100%, 380px);
    margin-bottom: 6px;
  }
  .diamondCoins .hero-copy {
    margin-top: -20px;
  }
  .diamondCoins .hero-title {
    gap: 4px;
  }
  .diamondCoins .hero-title-top {
    max-width: 9ch;
    font-size: clamp(28px, 7.5vw, 44px);
  }
  .diamondCoins .hero-title-bottom {
    max-width: 10ch;
    font-size: clamp(32px, 8.4vw, 48px);
  }
  .diamondCoins .hero-text {
    max-width: 31ch;
    margin-top: 16px;
    font-size: clamp(18px, 4.5vw, 25px);
    line-height: 1;
  }
  .diamondCoins .hero-coins {
    width: 170px;
  }
  .diamondCoins .hero-coins-left {
    left: -24px;
  }
  .diamondCoins .hero-coins-right {
    right: -24px;
  }
  .diamondCoins .cta-hero {
    min-width: 122px;
    min-height: 32px;
    padding: 7px 12px;
    margin-top: 20px;
    font-size: 10px;
  }
  .diamondCoins .stats-bar {
    min-height: 152px;
  }
  .diamondCoins .stats-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    padding: 0 8px;
  }
  .diamondCoins .stat-card {
    grid-column: span 2;
    max-width: none;
    padding: 14px 6px 12px;
  }
  .diamondCoins .stat-card:nth-child(4) {
    grid-column: 2/4;
  }
  .diamondCoins .stat-card:nth-child(5) {
    grid-column: 4/6;
  }
  .diamondCoins .stat-number {
    font-size: clamp(16px, 5.1vw, 24px);
  }
  .diamondCoins .stat-label {
    margin-top: 6px;
    font-size: clamp(5px, 1.28vw, 7px);
    letter-spacing: 0.04em;
  }
  .diamondCoins .foundations-section {
    min-height: 0;
    padding: 46px 0 38px;
  }
  .diamondCoins .foundations-title {
    max-width: 10ch;
    font-size: clamp(28px, 7vw, 40px);
  }
  .diamondCoins .foundations-copy {
    max-width: 31ch;
    margin-bottom: 28px;
    font-size: 12px;
  }
  .diamondCoins .foundations-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 430px;
  }
  .diamondCoins .foundation-item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }
  .diamondCoins .foundation-icon {
    max-width: 72px;
  }
  .diamondCoins .foundation-copy h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .diamondCoins .foundation-copy p {
    max-width: none;
    font-size: 12px;
    line-height: 1.36;
  }
  .diamondCoins .stats-coins-1,
  .diamondCoins .stats-coins-2 {
    top: 12px;
    width: clamp(82px, 21vw, 104px);
    height: auto;
    transform: none;
  }
  .diamondCoins .stats-coins-1 {
    right: -16px;
    left: auto;
  }
  .diamondCoins .stats-coins-2 {
    left: -16px;
    right: auto;
  }
  .diamondCoins .lobby-coins-1,
  .diamondCoins .lobby-coins-2 {
    top: 54px;
    width: 110px;
    opacity: 0.86;
  }
  .diamondCoins .lobby-coins-1 {
    left: -24px;
  }
  .diamondCoins .lobby-coins-2 {
    right: 20px;
  }
  .diamondCoins .foundations-decor {
    top: 132px;
    width: 34px;
  }
  .diamondCoins .refresh-section {
    padding: 42px 0 40px;
  }
  .diamondCoins .refresh-title {
    max-width: 10ch;
    font-size: clamp(28px, 7vw, 40px);
  }
  .diamondCoins .refresh-copy {
    max-width: 31ch;
    margin-bottom: 22px;
    font-size: 12px;
  }
  .diamondCoins .refresh-point + .refresh-point {
    margin-top: 20px;
  }
  .diamondCoins .refresh-point h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .diamondCoins .refresh-point p {
    max-width: 31ch;
    font-size: 11px;
  }
  .diamondCoins .refresh-decor {
    top: 92px;
    width: 34px;
  }
  .diamondCoins .spark-section {
    padding: 38px 0 26px;
  }
  .diamondCoins .spark-title {
    max-width: 8ch;
    font-size: clamp(30px, 7.8vw, 42px);
  }
  .diamondCoins .spark-copy {
    max-width: 30ch;
    margin-top: 12px;
    font-size: 12px;
  }
  .diamondCoins .spark-logo {
    width: min(100%, 250px);
  }
}
@media (max-width: 520px) {
  .diamondCoins .hero-section {
    min-height: 592px;
  }
  .diamondCoins .hero-inner {
    padding-bottom: 58px;
  }
  .diamondCoins .hero-coins {
    width: 150px;
  }
  .diamondCoins .foundations-decor,
  .diamondCoins .refresh-decor {
    width: 28px;
  }
}
.diamondCoins {
  /* Final coin placement and laptop scaling corrections */
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .diamondCoins .foundations-title {
    font-size: clamp(40px, 3.1vw, 54px);
  }
  .diamondCoins .foundations-copy,
  .diamondCoins .refresh-copy,
  .diamondCoins .spark-copy {
    font-size: clamp(18px, 1.35vw, 21px);
    line-height: 1.24;
  }
  .diamondCoins .refresh-title,
  .diamondCoins .spark-title {
    font-size: clamp(38px, 3vw, 52px);
  }
  .diamondCoins .refresh-point h3 {
    font-size: clamp(25px, 2.2vw, 32px);
  }
  .diamondCoins .refresh-point p {
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.32;
  }
  .diamondCoins .stats-coins-1,
  .diamondCoins .stats-coins-2 {
    top: calc(100% + 10px);
    opacity: 0.94;
  }
  .diamondCoins .stats-coins-1 {
    width: clamp(118px, 9.2vw, 150px);
    right: -20px;
    left: auto;
  }
  .diamondCoins .stats-coins-2 {
    width: clamp(128px, 10vw, 164px);
    left: -20px;
    right: auto;
  }
  .diamondCoins .foundation-item {
    width: min(100%, 560px);
    grid-template-columns: 112px minmax(0, 1fr);
  }
  .diamondCoins .foundation-icon {
    max-width: 100px;
  }
  .diamondCoins .foundation-item:nth-child(1) .foundation-icon,
  .diamondCoins .foundation-item:nth-child(3) .foundation-icon {
    max-width: 124px;
  }
  .diamondCoins .foundation-copy h3 {
    font-size: clamp(24px, 2.15vw, 32px);
  }
  .diamondCoins .lobby-coins-1,
  .diamondCoins .lobby-coins-2 {
    width: clamp(102px, 9vw, 142px);
    opacity: 0.9;
  }
  .diamondCoins .lobby-coins-1 {
    top: 60px;
    left: -28px;
  }
  .diamondCoins .lobby-coins-2 {
    top: 12px;
    right: -22px;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .diamondCoins .lobby-coins-1 {
    top: 68px;
    left: -26px;
  }
  .diamondCoins .lobby-coins-2 {
    top: 18px;
    right: -20px;
  }
}
@media (max-width: 1024px) {
  .diamondCoins .stats-coins-1,
  .diamondCoins .stats-coins-2 {
    top: calc(100% + 8px);
    width: clamp(108px, 13vw, 160px);
    opacity: 0.95;
  }
  .diamondCoins .stats-coins-1 {
    right: -24px;
    left: auto;
  }
  .diamondCoins .stats-coins-2 {
    left: -24px;
    right: auto;
  }
  .diamondCoins .lobby-coins-1,
  .diamondCoins .lobby-coins-2 {
    width: clamp(92px, 11vw, 132px);
    opacity: 0.88;
  }
  .diamondCoins .lobby-coins-1 {
    top: 56px;
    left: -28px;
  }
  .diamondCoins .lobby-coins-2 {
    top: 16px;
    right: -20px;
  }
}
@media (max-width: 767px) {
  .diamondCoins .stats-coins-1,
  .diamondCoins .stats-coins-2 {
    top: calc(100% + 4px);
    width: clamp(76px, 23vw, 98px);
  }
  .diamondCoins .stats-coins-1 {
    right: -18px;
    left: auto;
  }
  .diamondCoins .stats-coins-2 {
    left: -18px;
    right: auto;
  }
  .diamondCoins .lobby-coins-1,
  .diamondCoins .lobby-coins-2 {
    width: clamp(70px, 20vw, 88px);
  }
  .diamondCoins .lobby-coins-1 {
    top: 42px;
    left: -22px;
  }
  .diamondCoins .lobby-coins-2 {
    top: 12px;
    right: -16px;
  }
}
.diamondCoins {
  /* Final hard overrides: keep visible regardless previous responsive rules */
}
@media (min-width: 1025px) {
  .diamondCoins .hero-section {
    height: 100dvh;
    min-height: 100dvh;
  }
  .diamondCoins .hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 6px 0 24px;
  }
  .diamondCoins .stats-bar {
    height: 136px !important;
    min-height: 136px !important;
    overflow: visible !important;
  }
  .diamondCoins .stats-grid {
    padding: 0 18px !important;
  }
  .diamondCoins .stat-card {
    max-width: none !important;
    padding: 20px 8px 14px !important;
  }
  .diamondCoins .stat-number {
    font-size: clamp(30px, 2.8vw, 56px) !important;
  }
  .diamondCoins .stat-label {
    margin-top: 8px !important;
    font-size: clamp(8px, 0.6vw, 11px) !important;
    letter-spacing: 0.03em !important;
  }
}
@media (max-width: 1024px) {
  .diamondCoins .stats-bar {
    min-height: 196px !important;
  }
  .diamondCoins .stat-card {
    max-width: none !important;
    padding: 24px 8px 20px !important;
  }
  .diamondCoins .stat-number {
    font-size: clamp(36px, 5vw, 54px) !important;
  }
  .diamondCoins .stat-label {
    margin-top: 10px !important;
    font-size: 10px !important;
    letter-spacing: 0 !important;
  }
}
@media (max-width: 767px) {
  .diamondCoins .stats-bar {
    min-height: 170px !important;
  }
  .diamondCoins .stat-card {
    padding: 20px 6px 16px !important;
  }
  .diamondCoins .stat-number {
    font-size: clamp(26px, 6vw, 40px) !important;
  }
  .diamondCoins .stat-label {
    margin-top: 8px !important;
    font-size: 8px !important;
  }
}
@media (min-width: 768px) {
  .diamondCoins .foundations-decor,
  .diamondCoins .refresh-decor {
    width: 42px !important;
  }
  .diamondCoins .foundations-decor-left,
  .diamondCoins .refresh-decor-left {
    left: -42px !important;
  }
  .diamondCoins .foundations-decor-right,
  .diamondCoins .refresh-decor-right {
    right: -42px !important;
  }
}
@media (max-width: 767px) {
  .diamondCoins .foundations-decor,
  .diamondCoins .refresh-decor {
    width: 26px !important;
  }
}
.diamondCoins {
  /* Final responsive refinements for laptops and mobile */
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .diamondCoins .hero-inner {
    padding: 0 0 14px;
  }
  .diamondCoins .hero-logo {
    width: min(100%, 450px);
  }
  .diamondCoins .hero-copy {
    max-width: 740px;
    margin-top: -4px;
  }
  .diamondCoins .hero-title {
    gap: 4px;
    transform: none;
  }
  .diamondCoins .hero-title-top {
    font-size: clamp(22px, 1.75vw, 28px);
    line-height: 1.03;
  }
  .diamondCoins .hero-title-bottom {
    font-size: clamp(34px, 2.9vw, 44px);
    line-height: 0.98;
  }
  .diamondCoins .hero-text {
    max-width: 600px;
    margin-top: 8px;
    font-size: clamp(13px, 0.98vw, 16px);
    line-height: 1.22;
    transform: none;
  }
  .diamondCoins .cta-hero {
    min-width: 148px;
    min-height: 38px;
    padding: 8px 16px;
    margin-top: 8px;
    font-size: 11px;
  }
  .diamondCoins .hero-coins {
    width: clamp(380px, 31vw, 470px);
  }
  .diamondCoins .hero-coins-left {
    left: -42px;
  }
  .diamondCoins .hero-coins-right {
    right: -42px;
  }
  .diamondCoins .stats-coins-1,
  .diamondCoins .stats-coins-2 {
    top: 44px;
    height: auto;
    opacity: 0.92;
    transform: none;
  }
  .diamondCoins .stats-coins-1 {
    width: clamp(108px, 8.8vw, 142px);
    right: -12px;
    left: auto;
  }
  .diamondCoins .stats-coins-2 {
    width: clamp(118px, 9.6vw, 154px);
    left: -12px;
    right: auto;
  }
  .diamondCoins .foundations-grid {
    max-width: 1200px;
    gap: 38px 24px;
  }
  .diamondCoins .foundation-item {
    width: min(100%, 580px);
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 18px;
  }
  .diamondCoins .foundation-icon {
    max-width: 110px;
  }
  .diamondCoins .foundation-item:nth-child(1) .foundation-icon,
  .diamondCoins .foundation-item:nth-child(3) .foundation-icon {
    max-width: 132px;
  }
  .diamondCoins .foundation-copy h3 {
    font-size: clamp(26px, 2.4vw, 34px);
  }
  .diamondCoins .foundation-copy p {
    font-size: clamp(15px, 1.15vw, 17px);
    line-height: 1.32;
  }
  .diamondCoins .lobby-coins-1,
  .diamondCoins .lobby-coins-2 {
    width: clamp(96px, 8.4vw, 128px);
    opacity: 0.88;
  }
  .diamondCoins .lobby-coins-1 {
    top: 80px;
    left: -22px;
  }
  .diamondCoins .lobby-coins-2 {
    top: 30px;
    right: -14px;
  }
  .diamondCoins .foundations-title,
  .diamondCoins .refresh-title,
  .diamondCoins .spark-title,
  .diamondCoins .foundation-copy h3,
  .diamondCoins .refresh-point h3 {
    white-space: normal;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .diamondCoins .foundations-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    gap: 26px;
  }
  .diamondCoins .foundation-item,
  .diamondCoins .foundation-item:nth-child(odd),
  .diamondCoins .foundation-item:nth-child(even) {
    justify-self: center;
    width: min(100%, 680px);
  }
  .diamondCoins .lobby-coins-1 {
    top: 126px;
    left: -30px;
  }
  .diamondCoins .lobby-coins-2 {
    top: 84px;
    right: -24px;
  }
}
@media (max-height: 660px) and (min-width: 1025px) and (max-width: 1366px) {
  .diamondCoins .hero-section {
    min-height: 100svh;
  }
  .diamondCoins .hero-inner {
    padding: 0 0 12px;
  }
  .diamondCoins .hero-logo {
    width: min(100%, 430px);
  }
  .diamondCoins .hero-copy {
    max-width: 720px;
    margin-top: -2px;
  }
  .diamondCoins .hero-title-top {
    font-size: clamp(21px, 1.6vw, 27px);
  }
  .diamondCoins .hero-title-bottom {
    font-size: clamp(34px, 2.8vw, 42px);
  }
  .diamondCoins .hero-text {
    max-width: 590px;
    font-size: clamp(12px, 0.92vw, 15px);
    line-height: 1.22;
  }
  .diamondCoins .cta-hero {
    min-width: 142px;
    min-height: 35px;
    padding: 7px 14px;
    font-size: 10px;
  }
  .diamondCoins .hero-coins {
    width: clamp(340px, 28vw, 420px);
  }
}
@media (max-width: 1024px) {
  .diamondCoins .refresh-title,
  .diamondCoins .spark-title {
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    white-space: normal;
    text-wrap: balance;
  }
  .diamondCoins .refresh-copy,
  .diamondCoins .spark-copy {
    max-width: 52ch;
    font-size: clamp(15px, 1.9vw, 18px);
    line-height: 1.3;
  }
  .diamondCoins .refresh-point h3 {
    white-space: normal;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.12;
  }
  .diamondCoins .refresh-point p {
    max-width: 62ch;
    font-size: clamp(14px, 1.55vw, 16px);
    line-height: 1.32;
  }
  .diamondCoins .spark-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    justify-items: center;
    text-align: center;
  }
  .diamondCoins .spark-copy-block {
    max-width: 680px;
  }
  .diamondCoins .spark-logo {
    width: min(100%, 360px);
  }
}
@media (max-width: 767px) {
  .diamondCoins .hero-section {
    min-height: auto;
    padding: 18px 0 30px;
  }
  .diamondCoins .hero-inner {
    padding: 16px 0 48px;
  }
  .diamondCoins .hero-logo {
    width: min(100%, 300px);
    margin-bottom: 10px;
  }
  .diamondCoins .hero-copy {
    max-width: 340px;
    margin-top: -8px;
  }
  .diamondCoins .hero-title {
    gap: 6px;
    transform: none;
  }
  .diamondCoins .hero-title-top {
    max-width: 11ch;
    font-size: clamp(20px, 7vw, 29px);
    line-height: 1.08;
  }
  .diamondCoins .hero-title-bottom {
    max-width: 10ch;
    font-size: clamp(28px, 9.6vw, 44px);
    line-height: 1.03;
  }
  .diamondCoins .hero-text {
    max-width: 28ch;
    margin-top: 14px;
    font-size: clamp(11px, 3.4vw, 14px);
    line-height: 1.32;
    transform: none;
  }
  .diamondCoins .hero-coins {
    width: clamp(168px, 42vw, 210px);
  }
  .diamondCoins .hero-coins-left {
    left: -18px;
  }
  .diamondCoins .hero-coins-right {
    right: -18px;
  }
  .diamondCoins .cta-hero {
    min-width: 132px;
    min-height: 34px;
    padding: 8px 14px;
    margin-top: 16px;
    font-size: 10px;
  }
  .diamondCoins .stats-bar {
    min-height: 164px !important;
  }
  .diamondCoins .stat-card {
    padding: 18px 6px 14px !important;
  }
  .diamondCoins .stat-number {
    font-size: clamp(22px, 5.8vw, 32px) !important;
  }
  .diamondCoins .stat-label {
    font-size: 7px !important;
    line-height: 1.2;
  }
  .diamondCoins .foundations-section {
    padding: 42px 0 34px;
  }
  .diamondCoins .foundations-title {
    max-width: 12ch;
    font-size: clamp(24px, 9vw, 38px);
  }
  .diamondCoins .foundations-copy {
    max-width: 28ch;
    margin: 14px auto 24px;
    font-size: 13px;
    line-height: 1.35;
  }
  .diamondCoins .foundations-grid {
    max-width: 340px;
    gap: 28px;
  }
  .diamondCoins .foundation-item {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: center;
    text-align: center;
  }
  .diamondCoins .foundation-icon {
    max-width: 88px;
  }
  .diamondCoins .foundation-item:nth-child(1) .foundation-icon,
  .diamondCoins .foundation-item:nth-child(3) .foundation-icon {
    max-width: 108px;
  }
  .diamondCoins .foundation-copy {
    text-align: center;
  }
  .diamondCoins .foundation-copy h3 {
    white-space: normal;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .diamondCoins .foundation-copy p {
    max-width: 26ch;
    font-size: 12px;
  }
  .diamondCoins .lobby-coins-1,
  .diamondCoins .lobby-coins-2 {
    width: 92px;
  }
  .diamondCoins .refresh-section {
    padding: 34px 0 32px;
  }
  .diamondCoins .refresh-title {
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.06;
  }
  .diamondCoins .refresh-copy {
    max-width: 28ch;
    margin: 12px auto 22px;
    font-size: 13px;
  }
  .diamondCoins .refresh-points {
    gap: 22px;
    max-width: 340px;
  }
  .diamondCoins .refresh-point h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .diamondCoins .refresh-point p {
    max-width: 28ch;
    font-size: 12px;
  }
  .diamondCoins .spark-section {
    padding: 32px 0 20px;
  }
  .diamondCoins .spark-title {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.06;
    text-align: center;
  }
  .diamondCoins .spark-copy {
    max-width: 28ch;
    font-size: 13px;
  }
  .diamondCoins .spark-logo {
    width: min(100%, 280px);
  }
}
@media (max-width: 520px) {
  .diamondCoins .hero-logo {
    width: min(100%, 260px);
  }
  .diamondCoins .hero-coins {
    width: clamp(150px, 44vw, 182px);
  }
  .diamondCoins .stats-coins-1,
  .diamondCoins .stats-coins-2,
  .diamondCoins .lobby-coins-1,
  .diamondCoins .lobby-coins-2 {
    width: 82px;
  }
}
.diamondCoins {
  /* Final section 3-5 scaling cleanup */
}
.diamondCoins .foundations-title,
.diamondCoins .refresh-title,
.diamondCoins .spark-title,
.diamondCoins .foundation-copy h3,
.diamondCoins .refresh-point h3 {
  white-space: normal;
  text-wrap: balance;
}
.diamondCoins .foundations-copy,
.diamondCoins .refresh-copy,
.diamondCoins .spark-copy,
.diamondCoins .foundation-copy p,
.diamondCoins .refresh-point p {
  line-height: 1.32;
}
.diamondCoins .foundations-copy,
.diamondCoins .refresh-copy,
.diamondCoins .spark-copy {
  font-size: clamp(16px, 1.55vw, 25px);
}
.diamondCoins .foundations-grid {
  gap: clamp(28px, 3vw, 52px) clamp(18px, 2vw, 30px);
}
.diamondCoins .foundation-item {
  width: min(100%, 680px);
  grid-template-columns: minmax(144px, 180px) minmax(0, 1fr);
  gap: clamp(18px, 2.2vw, 26px);
}
.diamondCoins .foundation-icon {
  width: auto;
  max-width: 100%;
}
.diamondCoins .foundation-item:nth-child(1) .foundation-icon {
  height: clamp(128px, 9.6vw, 146px);
}
.diamondCoins .foundation-item:nth-child(2) .foundation-icon {
  height: clamp(102px, 7.8vw, 114px);
}
.diamondCoins .foundation-item:nth-child(3) .foundation-icon {
  height: clamp(134px, 10.2vw, 154px);
}
.diamondCoins .foundation-item:nth-child(4) .foundation-icon {
  height: clamp(90px, 6.8vw, 102px);
}
.diamondCoins .refresh-points {
  gap: clamp(22px, 3vw, 34px);
}
.diamondCoins .refresh-point h3 {
  font-size: clamp(24px, 2.35vw, 40px);
  line-height: 1.12;
}
.diamondCoins .refresh-point p {
  font-size: 22px;
}
.diamondCoins .spark-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(20px, 3vw, 52px);
  align-items: center;
  text-align: left;
}
.diamondCoins .spark-copy-block {
  max-width: 720px;
  justify-self: start;
  text-align: left;
}
.diamondCoins .spark-title {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  white-space: normal;
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.diamondCoins .spark-copy {
  max-width: 30ch;
  margin-top: 18px;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.26;
}
.diamondCoins .spark-actions {
  margin-top: 24px;
}
.diamondCoins .spark-logo-wrap {
  width: 100%;
  justify-self: end;
  justify-content: center;
}
.diamondCoins .spark-logo {
  width: min(100%, clamp(320px, 42vw, 720px));
}
.diamondCoins .stats-bar,
.diamondCoins .refresh-section {
  overflow: visible;
}
.diamondCoins .stats-coins-1,
.diamondCoins .stats-coins-2 {
  top: calc(100% + 8px);
  opacity: 0.94;
}
.diamondCoins .stats-coins-1 {
  right: -18px;
  left: auto;
}
.diamondCoins .stats-coins-2 {
  left: -18px;
  right: auto;
}
.diamondCoins .lobby-coins-1,
.diamondCoins .lobby-coins-2 {
  opacity: 0.9;
}
.diamondCoins .lobby-coins-1 {
  top: clamp(62px, 6vw, 92px);
  left: -20px;
}
.diamondCoins .lobby-coins-2 {
  top: clamp(18px, 3vw, 42px);
  right: -18px;
}
@media (max-width: 1200px) {
  .diamondCoins .foundations-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
  .diamondCoins .foundation-item,
  .diamondCoins .foundation-item:nth-child(odd),
  .diamondCoins .foundation-item:nth-child(even) {
    justify-self: center;
  }
}
@media (max-width: 1024px) {
  .diamondCoins .foundations-section {
    padding: 56px 0 50px;
  }
  .diamondCoins .refresh-section {
    padding: 48px 0 44px;
  }
  .diamondCoins .spark-section {
    padding: 42px 0 30px;
  }
  .diamondCoins .foundations-copy,
  .diamondCoins .refresh-copy,
  .diamondCoins .spark-copy {
    max-width: 58ch;
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.38;
  }
  .diamondCoins .foundation-item {
    grid-template-columns: 126px minmax(0, 1fr);
  }
  .diamondCoins .foundation-item:nth-child(1) .foundation-icon {
    height: clamp(106px, 12vw, 120px);
  }
  .diamondCoins .foundation-item:nth-child(2) .foundation-icon {
    height: clamp(84px, 9.4vw, 96px);
  }
  .diamondCoins .foundation-item:nth-child(3) .foundation-icon {
    height: clamp(112px, 12.2vw, 126px);
  }
  .diamondCoins .foundation-item:nth-child(4) .foundation-icon {
    height: clamp(76px, 8.4vw, 86px);
  }
  .diamondCoins .refresh-point h3 {
    font-size: clamp(20px, 3vw, 28px);
  }
  .diamondCoins .refresh-point p {
    max-width: 62ch;
    font-size: clamp(14px, 1.75vw, 16px);
  }
  .diamondCoins .spark-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .diamondCoins .stats-coins-1,
  .diamondCoins .stats-coins-2 {
    top: calc(100% + 6px);
    width: clamp(86px, 15vw, 128px);
  }
  .diamondCoins .lobby-coins-1,
  .diamondCoins .lobby-coins-2 {
    width: clamp(84px, 14vw, 122px);
  }
  .diamondCoins .lobby-coins-1 {
    top: 46px;
    left: -16px;
  }
  .diamondCoins .lobby-coins-2 {
    top: 14px;
    right: -12px;
  }
}
@media (max-width: 767px) {
  .diamondCoins .foundations-section {
    padding: 42px 0 36px;
  }
  .diamondCoins .refresh-section {
    padding: 36px 0 34px;
  }
  .diamondCoins .spark-section {
    padding: 34px 0 22px;
  }
  .diamondCoins .foundations-grid,
  .diamondCoins .refresh-points {
    max-width: 340px;
  }
  .diamondCoins .foundation-item {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .diamondCoins .foundation-item:nth-child(1) .foundation-icon {
    height: clamp(94px, 27vw, 106px);
  }
  .diamondCoins .foundation-item:nth-child(2) .foundation-icon {
    height: clamp(74px, 22vw, 84px);
  }
  .diamondCoins .foundation-item:nth-child(3) .foundation-icon {
    height: clamp(98px, 28vw, 110px);
  }
  .diamondCoins .foundation-item:nth-child(4) .foundation-icon {
    height: clamp(66px, 19vw, 74px);
  }
  .diamondCoins .foundation-copy,
  .diamondCoins .spark-copy-block {
    text-align: center;
  }
  .diamondCoins .foundations-copy,
  .diamondCoins .refresh-copy,
  .diamondCoins .spark-copy,
  .diamondCoins .foundation-copy p,
  .diamondCoins .refresh-point p {
    max-width: 29ch;
    font-size: 13px;
  }
  .diamondCoins .foundation-copy h3 {
    font-size: 18px;
  }
  .diamondCoins .refresh-point h3 {
    font-size: 16px;
  }
  .diamondCoins .stats-coins-2 {
    width: clamp(122px, 38vw, 148px);
    top: calc(100% + 176px);
    left: -20px;
    right: auto;
    opacity: 0.95;
  }
  .diamondCoins .stats-coins-1 {
    width: clamp(138px, 42vw, 168px);
    top: calc(100% + 286px);
    right: -24px;
    left: auto;
    opacity: 0.97;
  }
  .diamondCoins .lobby-coins-1 {
    width: clamp(108px, 33vw, 132px);
    top: 272px;
    left: -18px;
    opacity: 0.93;
  }
  .diamondCoins .lobby-coins-2 {
    width: clamp(120px, 36vw, 144px);
    top: 520px;
    right: -20px;
    opacity: 0.95;
  }
}
.diamondCoins {
  /* Final section 5 scaling reset */
}
.diamondCoins .spark-section {
  padding: clamp(36px, 4vw, 54px) 0 clamp(24px, 3vw, 44px);
}
.diamondCoins .spark-grid {
  width: var(--shell-width-wide);
  max-width: 1360px;
  grid-template-columns: minmax(420px, 1.18fr) minmax(360px, 520px);
  gap: clamp(28px, 3.5vw, 64px);
  align-items: center;
  text-align: left;
}
.diamondCoins .spark-copy-block {
  max-width: 760px;
  justify-self: start;
  text-align: left;
}
.diamondCoins .spark-title {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  white-space: normal;
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.diamondCoins .spark-copy {
  max-width: 42ch;
  margin-top: 18px;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.26;
}
.diamondCoins .spark-actions {
  margin-top: 24px;
}
.diamondCoins .spark-logo-wrap {
  width: 100%;
  justify-self: end;
  justify-content: center;
}
.diamondCoins .spark-logo {
  width: min(100%, 500px);
}
@media (max-width: 1200px) {
  .diamondCoins .spark-grid {
    max-width: 1180px;
    grid-template-columns: minmax(360px, 1fr) minmax(280px, 430px);
    gap: 28px;
  }
  .diamondCoins .spark-copy-block {
    max-width: 620px;
  }
  .diamondCoins .spark-title {
    width: fit-content;
    max-width: 100%;
    font-size: clamp(28px, 3.3vw, 40px);
    line-height: 1.04;
  }
  .diamondCoins .spark-copy {
    max-width: 36ch;
    font-size: clamp(15px, 1.35vw, 18px);
  }
  .diamondCoins .spark-logo {
    width: min(100%, 390px);
  }
}
@media (max-width: 900px) {
  .diamondCoins .spark-section {
    padding: 38px 0 28px;
  }
  .diamondCoins .spark-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
    text-align: center;
  }
  .diamondCoins .spark-copy-block {
    max-width: 680px;
    justify-self: center;
    text-align: center;
  }
  .diamondCoins .spark-title {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(24px, 5.2vw, 32px);
    line-height: 1.06;
    text-align: center;
  }
  .diamondCoins .spark-copy {
    max-width: 34ch;
    margin: 14px auto 0;
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.32;
  }
  .diamondCoins .spark-logo-wrap {
    justify-self: center;
  }
  .diamondCoins .spark-logo {
    width: min(100%, 320px);
  }
}
@media (max-width: 767px) {
  .diamondCoins .spark-section {
    padding: 32px 0 22px;
  }
  .diamondCoins .spark-grid {
    gap: 18px;
  }
  .diamondCoins .spark-copy-block {
    max-width: 100%;
  }
  .diamondCoins .spark-title {
    max-width: 8ch;
    margin: 0 auto;
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1;
    text-align: center;
  }
  .diamondCoins .spark-copy {
    max-width: 29ch;
    font-size: 13px;
    line-height: 1.35;
  }
  .diamondCoins .spark-logo {
    width: min(100%, 250px);
  }
}
.diamondCoins {
  /* Final intermediate breakpoint coin smoothing (tablet/laptop only) */
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .diamondCoins .hero-coins {
    width: clamp(380px, 31vw, 470px);
  }
  .diamondCoins .stats-coins-2 {
    width: clamp(122px, 9.4vw, 150px);
    top: calc(100% + 18px);
    left: -18px;
    right: auto;
    opacity: 0.93;
  }
  .diamondCoins .stats-coins-1 {
    width: clamp(110px, 8.8vw, 138px);
    top: calc(100% + 42px);
    right: -18px;
    left: auto;
    opacity: 0.93;
  }
  .diamondCoins .lobby-coins-1 {
    width: clamp(108px, 8.8vw, 138px);
    top: 168px;
    left: -26px;
    opacity: 0.9;
  }
  .diamondCoins .lobby-coins-2 {
    width: clamp(118px, 9.4vw, 148px);
    top: 112px;
    right: -20px;
    opacity: 0.92;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .diamondCoins .hero-coins {
    width: clamp(180px, 24vw, 250px);
  }
  .diamondCoins .hero-coins-left {
    left: -20px;
  }
  .diamondCoins .hero-coins-right {
    right: -20px;
  }
  .diamondCoins .stats-coins-2 {
    width: clamp(106px, 12vw, 132px);
    top: calc(100% + 20px);
    left: -16px;
    right: auto;
    opacity: 0.93;
  }
  .diamondCoins .stats-coins-1 {
    width: clamp(118px, 13vw, 146px);
    top: calc(100% + 58px);
    right: -18px;
    left: auto;
    opacity: 0.94;
  }
  .diamondCoins .lobby-coins-1 {
    width: clamp(94px, 11vw, 118px);
    top: 188px;
    left: -20px;
    opacity: 0.88;
  }
  .diamondCoins .lobby-coins-2 {
    width: clamp(106px, 12vw, 130px);
    top: 126px;
    right: -16px;
    opacity: 0.9;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .diamondCoins .stats-coins-1,
  .diamondCoins .stats-coins-2,
  .diamondCoins .lobby-coins-1,
  .diamondCoins .lobby-coins-2 {
    display: none !important;
  }
}
.diamondCoins .hero-text,
.diamondCoins .foundations-copy,
.diamondCoins .refresh-copy,
.diamondCoins .spark-copy {
  color: #ffffff !important;
}

@media (min-width: 641px) {
  .sbcSummitAmericas2026_landing .team-grid .team-card .image-wrapper,
  .sbcSummitAmericas2026_landing .team-grid .team-card .team-visual {
    width: 100% !important;
    max-width: 320px !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    background: none;
  }
  .sbcSummitAmericas2026_landing .team-grid .team-card .image-wrapper img,
  .sbcSummitAmericas2026_landing .team-grid .team-card .team-visual img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .sbcSummitAmericas2026_landing .numbers-title {
    font-size: 32px;
    margin-bottom: 24px;
    text-align: center;
    -webkit-text-stroke: 1.5px #58dcf6;
  }
  .sbcSummitAmericas2026_landing .stats-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 400px;
    margin: 0 auto 32px;
  }
  .sbcSummitAmericas2026_landing .stat-item {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.sbcSummitAmericas2026_landing .final-cta-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.sbcSummitAmericas2026_landing .final-cta-asset {
  position: absolute;
  left: 670px;
  bottom: -20px;
  width: 420px;
  max-width: 48vw;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 8px 32px rgba(34, 0, 56, 0.25));
  opacity: 1 !important;
}
.sbcSummitAmericas2026_landing .final-cta-card {
  position: relative;
  z-index: 1;
  margin-left: 0;
}
@media (max-width: 640px) {
  .sbcSummitAmericas2026_landing .final-cta-asset {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .sbcSummitAmericas2026_landing .awards-section {
    padding: 32px 8px 24px;
  }
  .sbcSummitAmericas2026_landing .awards-title {
    font-size: 38px;
    margin-bottom: 28px;
  }
  .sbcSummitAmericas2026_landing .awards-grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr)) !important;
    gap: 18px 14px;
    max-width: 600px;
  }
  .sbcSummitAmericas2026_landing .award-card {
    max-width: 180px;
  }
  .sbcSummitAmericas2026_landing .award-card img {
    max-width: 180px;
  }
  .sbcSummitAmericas2026_landing .final-cta-section {
    min-height: 420px;
    padding: 24px 8px 24px;
  }
  .sbcSummitAmericas2026_landing .final-cta-card {
    max-width: 390px;
    margin: 0 auto;
    padding: 22px 18px 20px;
    border-radius: 22px;
    font-size: 1.08rem;
  }
}
.sbcSummitAmericas2026_landing .final-cta-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 48px 0;
}
.sbcSummitAmericas2026_landing .final-cta-card {
  background: linear-gradient(120deg, #ff5f6d 0%, #ffc371 100%);
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  padding: 38px 38px 32px 38px;
  font-size: 1.15rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.sbcSummitAmericas2026_landing .final-cta-card h2 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
.sbcSummitAmericas2026_landing .final-cta-card p {
  font-size: 1.08rem;
  color: #fff;
  margin: 0 0 8px 0;
}
.sbcSummitAmericas2026_landing .back-to-form-btn {
  margin-top: 18px;
  padding: 13px 0;
  width: 100%;
  border-radius: 999px;
  background: #171744;
  color: #fff;
  font-weight: 700;
  font-size: 1.08rem;
  border: none;
  text-align: center;
  display: block;
  text-decoration: none;
  transition: background 0.2s;
}
.sbcSummitAmericas2026_landing .back-to-form-btn:hover {
  background: #2e3a7a;
}
.sbcSummitAmericas2026_landing {
  /* FORM */
}
.sbcSummitAmericas2026_landing .lead-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 18px;
}
.sbcSummitAmericas2026_landing .lead-form input,
.sbcSummitAmericas2026_landing .lead-form textarea {
  width: 100%;
  border: none;
  border-radius: 999px;
  background: #ececec;
  color: #222;
  text-align: left;
  font-family: "Wazdan Sans", sans-serif;
  font-size: 1.13rem;
  padding: 18px 22px;
  outline: none;
  box-shadow: none;
}
.sbcSummitAmericas2026_landing .lead-form textarea {
  min-height: 110px;
  border-radius: 28px;
  resize: none;
  padding-top: 16px;
}
.sbcSummitAmericas2026_landing .lead-form input::placeholder,
.sbcSummitAmericas2026_landing .lead-form textarea::placeholder {
  color: #b4b4b4;
  font-size: 1rem;
}
.sbcSummitAmericas2026_landing .send-btn {
  align-self: flex-end;
  margin-top: 6px;
  border: none;
  border-radius: 999px;
  background: #171744;
  color: #fff;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 12px 38px;
  cursor: pointer;
  transition: background 0.2s;
}
.sbcSummitAmericas2026_landing .send-btn:hover {
  background: #2e3a7a;
}
.sbcSummitAmericas2026_landing .form-note {
  font-size: 0.98rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  margin-top: 18px;
}
.sbcSummitAmericas2026_landing .final-cta-card p {
  font-size: 0.98rem;
  margin-bottom: 6px;
}
.sbcSummitAmericas2026_landing .back-to-form-btn {
  font-size: 0.98rem;
  padding: 11px 0;
  margin-top: 12px;
}
.sbcSummitAmericas2026_landing .lead-form {
  gap: 10px;
  margin-top: 10px;
}
.sbcSummitAmericas2026_landing .lead-form input,
.sbcSummitAmericas2026_landing .lead-form textarea {
  font-size: 0.98rem;
  padding: 13px 14px;
}
.sbcSummitAmericas2026_landing .lead-form textarea {
  min-height: 80px;
  padding-top: 10px;
}
.sbcSummitAmericas2026_landing .send-btn {
  font-size: 0.98rem;
  padding: 10px 22px;
}
.sbcSummitAmericas2026_landing .form-note {
  font-size: 0.88rem;
  margin-top: 10px;
  text-align: left;
}
.sbcSummitAmericas2026_landing .games-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.sbcSummitAmericas2026_landing .showcase-card {
  background: transparent;
  border: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 0.63;
}
.sbcSummitAmericas2026_landing .showcase-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .sbcSummitAmericas2026_landing .showcase-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .sbcSummitAmericas2026_landing .showcase-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  }
}
.sbcSummitAmericas2026_landing .special-ox-image {
  display: flex;
  position: absolute;
  top: 0;
  left: 50px;
  width: 100%;
  height: 100%;
  z-index: 10;
  justify-content: flex-end;
  align-items: flex-end;
  background: none;
  cursor: pointer;
}
.sbcSummitAmericas2026_landing .special-ox-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.sbcSummitAmericas2026_landing .oxcoin-info-box {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 32px 32px 32px 0;
  background: linear-gradient(120deg, rgba(34, 0, 56, 0.92) 60%, rgba(253, 142, 202, 0.82) 100%);
  color: #fff;
  border-radius: 18px;
  padding: 22px 28px 18px 28px;
  max-width: 420px;
  min-width: 260px;
  box-shadow: 0 8px 32px rgba(34, 0, 56, 0.22);
  font-family: "Wazdan Sans", sans-serif;
  font-size: 1.08rem;
  line-height: 1.32;
  pointer-events: auto;
}
.sbcSummitAmericas2026_landing .oxcoin-info-box h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fd8eca;
  text-shadow: 0 0 7px #ff3ca6, 0 0 4px rgba(255, 60, 166, 0.6);
}
.sbcSummitAmericas2026_landing .oxcoin-info-box p {
  margin: 0;
  font-size: 1em;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Wazdan Sans", sans-serif;
  font-size: 14px;
  background: linear-gradient(120deg, rgba(26, 0, 48, 0.8) 60%, rgba(0, 234, 255, 0.8) 100%);
  border: 2px solid #fd38ff;
  border-radius: 18px;
  box-shadow: 0 0 18px rgba(0, 234, 255, 0.5019607843), 0 0 8px rgba(253, 56, 255, 0.5019607843);
  padding: 22px 18px 18px 18px;
  color: #fff;
  font-family: "Wazdan Sans", sans-serif;
  max-width: 340px;
  margin: 0 auto;
  text-align: left;
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.sbcSummitAmericas2026_landing .oxcoin-info-box h3 {
  margin: 0 0 6px 0;
  font-size: 1.18rem;
  font-weight: 700;
  color: #ff8eca;
  text-shadow: 0 2px 8px rgba(26, 0, 48, 0.8);
}
.sbcSummitAmericas2026_landing .oxcoin-info-box p {
  margin: 0;
  font-size: 1.01rem;
  color: #fff;
  opacity: 0.96;
}
@media (max-width: 900px) {
  .sbcSummitAmericas2026_landing .oxcoin-info-box {
    left: auto !important;
    right: 16px !important;
    bottom: 16px !important;
    width: auto !important;
    max-width: 300px !important;
    padding: 20px !important;
    border-radius: 20px !important;
  }
  .sbcSummitAmericas2026_landing .oxcoin-info-box h3 {
    font-size: 1.1rem !important;
  }
  .sbcSummitAmericas2026_landing .oxcoin-info-box p {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 640px) {
  .sbcSummitAmericas2026_landing .send-btn {
    font-size: 0.95rem !important;
    padding: 7px 18px !important;
    border-radius: 999px !important;
    min-width: 70px !important;
    max-width: 120px !important;
    width: auto !important;
    display: inline-block !important;
    font-size: 0.97rem;
  }
  .sbcSummitAmericas2026_landing .oxcoin-info-box h3 {
    font-size: 0.98rem;
  }
  .sbcSummitAmericas2026_landing .oxcoin-info-box p {
    font-size: 0.93rem;
  }
}
.sbcSummitAmericas2026_landing .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  justify-items: center;
  align-items: start;
}
@media (max-width: 1200px) {
  .sbcSummitAmericas2026_landing .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .sbcSummitAmericas2026_landing .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .sbcSummitAmericas2026_landing .team-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 10px;
  }
}
.sbcSummitAmericas2026_landing .team-grid > .team-card:nth-last-child(-n+3):nth-child(n+4) {
  justify-self: center;
}
.sbcSummitAmericas2026_landing .team-grid > .team-card:only-child,
.sbcSummitAmericas2026_landing .team-grid > .team-card:last-child:nth-child(3n+1):nth-last-child(1) {
  grid-column: 2/span 1;
  justify-self: center;
}
.sbcSummitAmericas2026_landing .team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 340px;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  background: none;
  box-shadow: none;
  border-radius: 18px;
  padding: 0;
  margin: 0 auto 32px auto;
  text-align: center;
}
.sbcSummitAmericas2026_landing .image-wrapper {
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.sbcSummitAmericas2026_landing .image-wrapper img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.sbcSummitAmericas2026_landing .team-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto !important;
}
.sbcSummitAmericas2026_landing .team-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start !important;
  height: auto !important;
  width: 100%;
  margin-top: 12px;
}
.sbcSummitAmericas2026_landing .team-name {
  min-height: auto !important;
  display: block !important;
  width: 100%;
  text-align: center;
  margin-bottom: 4px !important;
  word-break: break-word;
}
.sbcSummitAmericas2026_landing .team-role {
  min-height: auto !important;
  display: block !important;
  width: 100%;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #fff;
}
@media (max-width: 400px) {
  .sbcSummitAmericas2026_landing .team-role {
    font-size: clamp(12px, 3vw, 14px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    text-align: center;
  }
  .sbcSummitAmericas2026_landing .team-role {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Wazdan Sans", sans-serif;
    font-size: clamp(0.62rem, 0.85vw, 0.82rem);
    line-height: 1.18;
    font-weight: 500;
    color: #fff;
    opacity: 0.92;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: block;
  }
  .sbcSummitAmericas2026_landing .team-card {
    margin-bottom: 32px;
  }
  .sbcSummitAmericas2026_landing .team-card .team-role {
    margin-bottom: 0;
  }
  .sbcSummitAmericas2026_landing .team-card .team-role:only-child {
    margin-bottom: 0;
  }
}
@media (max-width: 400px) and (max-width: 900px) {
  .sbcSummitAmericas2026_landing .team-role {
    font-size: clamp(0.58rem, 1vw, 0.75rem);
    max-height: 4.2em;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .sbcSummitAmericas2026_landing .team-card {
    margin-bottom: 24px;
  }
}
@media (max-width: 400px) and (max-width: 640px) {
  .sbcSummitAmericas2026_landing .team-role {
    font-size: clamp(0.52rem, 1.2vw, 0.68rem);
    max-height: 5.2em;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .sbcSummitAmericas2026_landing .team-card {
    margin-bottom: 18px;
  }
}
@media (max-width: 400px) {
  .sbcSummitAmericas2026_landing .team-show-more {
    display: none !important;
  }
}
@media (max-width: 400px) and (max-width: 640px) {
  .sbcSummitAmericas2026_landing .team-role {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Wazdan Sans", sans-serif;
    font-size: clamp(0.7rem, 1.1vw, 0.95rem);
    line-height: 1.18;
    font-weight: 500;
    color: #fff;
    opacity: 0.92;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: block;
  }
}
@media (max-width: 400px) and (max-width: 640px) and (max-width: 900px) {
  .sbcSummitAmericas2026_landing .team-role {
    font-size: clamp(0.62rem, 1vw, 0.82rem);
  }
}
@media (max-width: 400px) and (max-width: 640px) and (max-width: 640px) {
  .sbcSummitAmericas2026_landing .team-role {
    font-size: clamp(0.56rem, 1.2vw, 0.7rem);
  }
}
@media (max-width: 400px) and (max-width: 640px) {
  .sbcSummitAmericas2026_landing .stats-grid .stat-item {
    width: 100% !important;
    justify-self: center !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  .sbcSummitAmericas2026_landing .numbers-cta {
    width: auto !important;
    min-width: 160px !important;
    max-width: 260px !important;
    font-size: 1.25rem !important;
    padding: 16px 40px !important;
    border-radius: 999px !important;
    margin: 32px auto 0 auto !important;
    display: block !important;
    background: linear-gradient(90deg, #ff8a00 0%, #fd38ff 100%) !important;
    color: #fff !important;
    font-weight: 700 !important;
    box-shadow: 0 0 18px rgba(253, 56, 255, 0.5019607843), 0 0 8px rgba(255, 138, 0, 0.5019607843) !important;
    text-align: center !important;
    transition: filter 0.2s, box-shadow 0.2s !important;
  }
}
@media (max-width: 400px) and (max-width: 640px) {
  .sbcSummitAmericas2026_landing .stats-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: repeat(4, auto) !important;
    gap: 24px 10px !important;
    max-width: 100% !important;
    margin: 0 auto 32px !important;
    justify-items: center !important;
    align-items: start !important;
  }
  .sbcSummitAmericas2026_landing .stats-grid .stat-item {
    width: 100% !important;
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: stretch !important;
    text-align: center !important;
  }
  .sbcSummitAmericas2026_landing .stats-grid .stat-item:last-child {
    grid-column: 1/-1 !important;
    justify-self: center !important;
  }
  .sbcSummitAmericas2026_landing .numbers-cta {
    width: auto !important;
    min-width: 140px !important;
    max-width: 220px !important;
    font-size: 1.08rem !important;
    padding: 14px 32px !important;
    border-radius: 999px !important;
    margin: 24px auto 0 auto !important;
    display: block !important;
    background: linear-gradient(90deg, #ff8a00 0%, #fd38ff 100%) !important;
    color: #fff !important;
    font-weight: 700 !important;
    box-shadow: 0 0 18px rgba(253, 56, 255, 0.5019607843), 0 0 8px rgba(255, 138, 0, 0.5019607843) !important;
    text-align: center !important;
    transition: filter 0.2s, box-shadow 0.2s !important;
  }
}
@media (max-width: 400px) {
  .sbcSummitAmericas2026_landing .team-show-more[style*="display: none"] {
    display: none !important;
  }
}
@media (max-width: 400px) and (max-width: 640px) {
  .sbcSummitAmericas2026_landing .team-section {
    padding: 38px 0 28px;
    background: linear-gradient(180deg, #2e3a7a 0%, #a84fdc 100%);
  }
  .sbcSummitAmericas2026_landing .team-heading {
    font-size: 28px !important;
    color: #ff8eca !important;
    margin-bottom: 12px !important;
    text-align: center !important;
  }
  .sbcSummitAmericas2026_landing .team-subheading {
    font-size: 14px !important;
    color: #fff !important;
    margin-bottom: 18px !important;
    text-align: center !important;
  }
  .sbcSummitAmericas2026_landing .team-filters {
    display: none !important;
  }
  .sbcSummitAmericas2026_landing .filter-btn {
    font-size: 14px !important;
    padding: 8px 18px !important;
    border-radius: 999px !important;
    border: 2px solid #58dcf6 !important;
    background: rgba(8, 18, 42, 0.9) !important;
    color: #58dcf6 !important;
    box-shadow: 0 0 10px rgba(88, 220, 246, 0.3333333333) !important;
  }
  .sbcSummitAmericas2026_landing .filter-btn.active {
    background: #58dcf6 !important;
    color: #15153c !important;
    border-color: #58dcf6 !important;
    box-shadow: 0 0 16px rgba(88, 220, 246, 0.8) !important;
  }
  .sbcSummitAmericas2026_landing .team-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px 10px !important;
    justify-items: center !important;
    align-items: end !important;
    margin-bottom: 18px !important;
  }
}
@media (max-width: 400px) and (max-width: 640px) {
  .sbcSummitAmericas2026_landing .stats-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px 0 !important;
    max-width: 340px !important;
    margin: 0 auto 32px auto !important;
    justify-items: center !important;
  }
  .sbcSummitAmericas2026_landing .stats-grid .stat-item {
    width: 100% !important;
    justify-self: center !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  .sbcSummitAmericas2026_landing .stats-grid .stat-item:last-child {
    grid-column: 1/-1 !important;
    justify-self: center !important;
  }
  .sbcSummitAmericas2026_landing .stats-grid + .numbers-cta {
    width: auto !important;
    min-width: 120px !important;
    max-width: 220px !important;
    font-size: 1.1rem !important;
    padding: 12px 32px !important;
    border-radius: 999px !important;
    margin: 24px auto 0 auto !important;
    display: block !important;
    background: linear-gradient(90deg, #ff8a00 0%, #fd38ff 100%) !important;
    color: #fff !important;
    font-weight: 700 !important;
    box-shadow: 0 0 18px rgba(253, 56, 255, 0.5019607843), 0 0 8px rgba(255, 138, 0, 0.5019607843) !important;
    text-align: center !important;
    transition: filter 0.2s, box-shadow 0.2s !important;
  }
  .sbcSummitAmericas2026_landing .stats-grid + .numbers-cta:hover {
    filter: brightness(1.1) saturate(1.2) !important;
    box-shadow: 0 0 28px rgba(253, 56, 255, 0.8), 0 0 12px rgba(255, 138, 0, 0.8) !important;
  }
}
@media (max-width: 400px) and (max-width: 640px) {
  .sbcSummitAmericas2026_landing .stats-grid .stat-item:last-child {
    grid-column: 1/-1 !important;
    justify-self: center !important;
  }
  .sbcSummitAmericas2026_landing .stats-grid + .numbers-cta,
  .sbcSummitAmericas2026_landing .numbers-cta {
    width: auto !important;
    min-width: 140px !important;
    max-width: 220px !important;
    font-size: 1.08rem !important;
    padding: 14px 32px !important;
    border-radius: 999px !important;
    margin: 24px auto 0 auto !important;
    display: block !important;
    background: linear-gradient(90deg, #ff8a00 0%, #fd38ff 100%) !important;
    color: #fff !important;
    font-weight: 700 !important;
    box-shadow: 0 0 18px rgba(253, 56, 255, 0.5019607843), 0 0 8px rgba(255, 138, 0, 0.5019607843) !important;
    text-align: center !important;
    transition: filter 0.2s, box-shadow 0.2s !important;
  }
}
@media (max-width: 400px) and (max-width: 640px) {
  .sbcSummitAmericas2026_landing .stats-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
    gap: 16px 10px !important;
    max-width: 100% !important;
    margin: 0 auto 32px !important;
  }
  .sbcSummitAmericas2026_landing .stats-grid .stat-item {
    width: 100% !important;
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: stretch !important;
  }
  .sbcSummitAmericas2026_landing .stats-grid .stat-item--full {
    grid-column: 1/-1 !important;
    justify-self: center !important;
  }
  .sbcSummitAmericas2026_landing .numbers-cta {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1.1rem !important;
    padding: 12px 0 !important;
    border-radius: 14px !important;
    margin: 24px 0 0 0 !important;
    display: block !important;
  }
}
@media (max-width: 400px) and (max-width: 400px) {
  .sbcSummitAmericas2026_landing .stats-grid .stat-item--experience {
    grid-column: 1/-1 !important;
    grid-row: 4 !important;
    justify-self: center !important;
    align-self: end !important;
    margin-bottom: 0 !important;
  }
  .sbcSummitAmericas2026_landing .lead-form input,
  .sbcSummitAmericas2026_landing .lead-form textarea {
    font-size: 0.95rem !important;
    padding: 8px 8px !important;
  }
  .sbcSummitAmericas2026_landing .send-btn {
    font-size: 0.95rem !important;
    padding: 7px 0 !important;
    border-radius: 999px !important;
    min-width: 70px !important;
    max-width: 120px;
  }
  .sbcSummitAmericas2026_landing .info-card h2 {
    font-size: 1rem !important;
  }
  .sbcSummitAmericas2026_landing .info-card p,
  .sbcSummitAmericas2026_landing .info-card p strong {
    font-size: 0.9rem !important;
  }
  .sbcSummitAmericas2026_landing .team-name {
    display: block !important;
    font-family: "Wazdan Sans", sans-serif;
    font-size: clamp(16px, 2vw, 21px) !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-bottom: 4px !important;
    opacity: 1 !important;
    visibility: visible !important;
    word-break: break-word;
    white-space: normal;
    max-height: 2.3em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 400px) and (max-width: 640px) {
  .sbcSummitAmericas2026_landing .info-card h2 {
    font-size: 1.1rem !important;
    line-height: 1.2 !important;
  }
  .sbcSummitAmericas2026_landing .info-card p,
  .sbcSummitAmericas2026_landing .info-card p strong {
    font-size: 0.98rem !important;
    line-height: 1.35 !important;
    word-break: break-word;
  }
  .sbcSummitAmericas2026_landing .lead-form input,
  .sbcSummitAmericas2026_landing .lead-form textarea {
    font-size: 1rem !important;
    padding: 12px 14px !important;
  }
  .sbcSummitAmericas2026_landing .send-btn {
    font-size: 1.05rem !important;
    padding: 10px 0 !important;
    border-radius: 999px !important;
  }
  .sbcSummitAmericas2026_landing .form-note {
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 400px) and (max-width: 640px) {
  .sbcSummitAmericas2026_landing .hero-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 0 0.5rem;
    gap: 0;
  }
  .sbcSummitAmericas2026_landing .info-card {
    min-width: 0 !important;
    max-width: 340px !important;
    width: 100% !important;
    margin: 0 auto 0 auto !important;
    border-radius: 20px;
    background: linear-gradient(135deg, #ff5f6d 0%, #ffc371 100%);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    padding: 1.5rem 1rem !important;
    order: 2;
    box-sizing: border-box;
    z-index: 1;
    color: #fff;
  }
  .sbcSummitAmericas2026_landing .info-card p {
    color: #fff;
  }
  .sbcSummitAmericas2026_landing .hero-content {
    width: 100% !important;
    max-width: 340px !important;
    margin: 2.5rem auto 0 auto !important;
    text-align: left;
    order: 1;
    box-sizing: border-box;
  }
}
@media (max-width: 400px) {
  .sbcSummitAmericas2026_landing .event-meta {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  .sbcSummitAmericas2026_landing .info-card {
    width: 100%;
    min-width: 0;
    max-width: 340px;
    margin: 0 auto 0 auto;
    border-radius: 20px;
    background: linear-gradient(135deg, #ff5f6d 0%, #ffc371 100%);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    padding: 1.5rem 1rem;
    order: 2;
    box-sizing: border-box;
    z-index: 1;
  }
  .sbcSummitAmericas2026_landing .lead-form input,
  .sbcSummitAmericas2026_landing .lead-form textarea {
    width: 100%;
    font-size: 1rem;
  }
  .sbcSummitAmericas2026_landing .form-note {
    font-size: 0.8rem;
    margin-top: 1rem;
    color: #fff;
    opacity: 0.8;
  }
}
@media (max-width: 640px) {
  .sbcSummitAmericas2026_landing .hero-section {
    padding: 0;
    margin-top: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("https://wazdan.com/wp-content/uploads/hero-bg.webp") center/cover no-repeat;
  }
  .sbcSummitAmericas2026_landing .hero-container {
    width: 100%;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sbcSummitAmericas2026_landing .hero-content {
    width: 100%;
    max-width: 340px;
    margin: 2.5rem auto 0 auto;
    text-align: left;
    order: 1;
  }
  .sbcSummitAmericas2026_landing .hero-content h1 {
    font-size: 2rem;
    line-height: 1.15;
    margin-bottom: 1rem;
  }
  .sbcSummitAmericas2026_landing .event-meta {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  .sbcSummitAmericas2026_landing .info-card {
    width: 100%;
    min-width: unset;
    max-width: 340px;
    margin: 0 auto 0 auto;
    border-radius: 20px;
    background: linear-gradient(135deg, #ff5f6d 0%, #ffc371 100%);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    padding: 1.5rem 1rem;
    order: 2;
  }
  .sbcSummitAmericas2026_landing .lead-form input,
  .sbcSummitAmericas2026_landing .lead-form textarea {
    width: 100%;
    font-size: 1rem;
  }
  .sbcSummitAmericas2026_landing .form-note {
    font-size: 0.8rem;
    margin-top: 1rem;
    color: #fff;
    opacity: 0.8;
  }
}
.sbcSummitAmericas2026_landing .special-ox-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  justify-content: center;
  align-items: center;
  background: none;
  animation: ox-slide-in 0.4s;
}
.sbcSummitAmericas2026_landing .special-ox-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
@keyframes ox-slide-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sbcSummitAmericas2026_landing {
  /* --- SLIDER ONLY ON MOBILE --- */
}
@media (max-width: 768px) {
  .sbcSummitAmericas2026_landing .games-showcase--desktop {
    display: none !important;
  }
  .sbcSummitAmericas2026_landing .games-showcase--mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 100vw;
    padding: 0;
    box-sizing: border-box;
  }
  .sbcSummitAmericas2026_landing .games-slider {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 0;
  }
  .sbcSummitAmericas2026_landing .slider-arrow {
    background: none;
    border: none;
    cursor: pointer;
    z-index: 3;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.92;
    transition: opacity 0.2s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
  }
  .sbcSummitAmericas2026_landing .slider-arrow--left {
    left: 0;
    margin-left: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  }
  .sbcSummitAmericas2026_landing .slider-arrow--right {
    right: 0;
    margin-right: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  }
  .sbcSummitAmericas2026_landing .slider-arrow img {
    width: 40px;
    height: 40px;
    max-width: 100%;
    max-height: 100%;
  }
  .sbcSummitAmericas2026_landing .slider-arrow:active {
    opacity: 0.6;
  }
  .sbcSummitAmericas2026_landing .slider-track {
    width: 280px;
    height: 340px;
    position: relative;
    overflow: visible;
    border-radius: 22px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    background: #1a0030;
    justify-content: center;
  }
  .sbcSummitAmericas2026_landing .slider-slide {
    width: 200px;
    height: 92%;
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%) scale(0.92);
    opacity: 0.5;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s, transform 0.3s, z-index 0.3s;
  }
  .sbcSummitAmericas2026_landing .slider-slide.active {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    z-index: 2;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  }
  .sbcSummitAmericas2026_landing .slider-slide.left {
    opacity: 0.7;
    transform: translateX(-140%) scale(0.92);
    z-index: 1;
  }
  .sbcSummitAmericas2026_landing .slider-slide.right {
    opacity: 0.7;
    transform: translateX(40%) scale(0.92);
    z-index: 1;
  }
  .sbcSummitAmericas2026_landing .slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  }
}
@media (min-width: 769px) {
  .sbcSummitAmericas2026_landing .games-showcase--mobile {
    display: none !important;
  }
}
.sbcSummitAmericas2026_landing .hero-section {
  min-height: 820px;
  padding: 48px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
  background: url("https://wazdan.com/wp-content/uploads/ac77d55d490d52a12c1170d53ea8feb3c00a7d93-scaled.webp") center/cover no-repeat;
}
.sbcSummitAmericas2026_landing .hero-container {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1.1fr 1.2fr;
  gap: 80px;
  align-items: flex-start;
}
.sbcSummitAmericas2026_landing .hero-content {
  text-align: left;
  max-width: 495px;
  margin: 0;
  padding: 0;
  min-height: 212px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sbcSummitAmericas2026_landing {
  /* HERO HEADLINE */
}
.sbcSummitAmericas2026_landing .hero-content h1 {
  font-family: "Wazdan Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 60px;
  line-height: 1.18;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 24px;
  box-shadow: none;
}
.sbcSummitAmericas2026_landing {
  /* HERO META */
}
.sbcSummitAmericas2026_landing .event-meta {
  font-family: "Wazdan Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 8px 8px rgba(0, 0, 0, 0.35);
}
.sbcSummitAmericas2026_landing .event-meta div {
  margin-bottom: 2px;
}
.sbcSummitAmericas2026_landing {
  /* HERO META STRONG */
}
.sbcSummitAmericas2026_landing .event-meta strong {
  display: block;
  font-family: "Wazdan Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 8px 8px rgba(0, 0, 0, 0.35);
}
.sbcSummitAmericas2026_landing .info-card {
  width: 100%;
  max-width: 900px;
  /* Make form container bigger */
  min-width: 600px;
  justify-self: center;
  background: linear-gradient(268.46deg, #ff76ff 1.31%, #ff3d17 98.69%);
  border-radius: 28px;
  padding: 64px 64px 64px;
  box-shadow: 0 24px 60px rgba(34, 0, 56, 0.35);
}
.sbcSummitAmericas2026_landing .info-card h2 {
  font-family: "Wazdan Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 16px;
  color: #fff;
}
.sbcSummitAmericas2026_landing .info-card p {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6 !important;
  letter-spacing: 0;
  margin-bottom: 16px;
  color: #fff;
}
.sbcSummitAmericas2026_landing .info-card p strong {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}
.sbcSummitAmericas2026_landing .info-card p:last-of-type {
  font-size: 16px;
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 18px;
}
.sbcSummitAmericas2026_landing .info-card p:last-of-type strong {
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
}
.sbcSummitAmericas2026_landing .lead-form {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}
.sbcSummitAmericas2026_landing .lead-form input,
.sbcSummitAmericas2026_landing .lead-form textarea {
  width: 100%;
  border: none;
  border-radius: 999px;
  background: #ececec;
  color: #666;
  text-align: center;
  font-family: "Wazdan Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  padding: 18px 22px;
  outline: none;
  box-shadow: none;
}
.sbcSummitAmericas2026_landing .lead-form textarea {
  min-height: 118px;
  border-radius: 28px;
  resize: none;
  padding-top: 16px;
}
.sbcSummitAmericas2026_landing .lead-form input::placeholder,
.sbcSummitAmericas2026_landing .lead-form textarea::placeholder {
  color: #b4b4b4;
  font-family: "Wazdan Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}
.sbcSummitAmericas2026_landing .send-btn {
  justify-self: center;
  margin-top: 6px;
  border: none;
  border-radius: 999px;
  background: #171744;
  color: #fff;
  font-weight: 700;
  font-size: clamp(13px, 2.2vw, 15px);
  padding: 10px 28px;
  cursor: pointer;
}
.sbcSummitAmericas2026_landing .form-note {
  font-size: clamp(11px, 1.9vw, 12px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  margin-top: 18px;
}
.sbcSummitAmericas2026_landing .shared-sections-bg {
  background: url("https://wazdan.com/wp-content/uploads/dad03ba5cb5cad158bc07933c73be8faad2a581a-scaled.webp") center/cover no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sbcSummitAmericas2026_landing .waiting-section,
.sbcSummitAmericas2026_landing .numbers-section {
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 16px 60px;
  background: transparent;
}
.sbcSummitAmericas2026_landing .waiting-container,
.sbcSummitAmericas2026_landing .numbers-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.sbcSummitAmericas2026_landing .numbers-container {
  max-width: 1400px;
}
.sbcSummitAmericas2026_landing .waiting-title,
.sbcSummitAmericas2026_landing .numbers-title {
  margin-bottom: 48px;
  font-family: "Wazdan Sans", sans-serif;
  color: rgba(255, 255, 255, 0);
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 2.5px #58dcf6;
  text-align: center;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  font-weight: 700;
  opacity: 1;
}
.sbcSummitAmericas2026_landing .games-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.sbcSummitAmericas2026_landing .showcase-card {
  background: transparent;
  border: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 0.63;
}
.sbcSummitAmericas2026_landing .showcase-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .sbcSummitAmericas2026_landing .showcase-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .sbcSummitAmericas2026_landing .showcase-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  }
}
.sbcSummitAmericas2026_landing {
  /* --- 1. DESKTOP ONLY: 12-kolumnowa siatka dla idealnego wyrównania --- */
}
@media (min-width: 769px) {
  .sbcSummitAmericas2026_landing .stats-grid {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 54px 20px !important;
    max-width: 1200px;
    margin: 0 auto 56px;
  }
  .sbcSummitAmericas2026_landing {
    /* Górny rząd: 4 elementy po 3 kolumny każdy (4x3=12) */
  }
  .sbcSummitAmericas2026_landing .stats-grid .stat-item:nth-child(-n+4) {
    grid-column: span 3 !important;
    grid-row: 1 !important;
  }
  .sbcSummitAmericas2026_landing {
    /* Dolny rząd: 3 elementy po 4 kolumny każdy (3x4=12) */
  }
  .sbcSummitAmericas2026_landing .stats-grid .stat-item:nth-child(n+5) {
    grid-column: span 4 !important;
    grid-row: 2 !important;
    justify-self: center;
  }
}
.sbcSummitAmericas2026_landing {
  /* --- 2. MOBILE RESET: Powrót do standardowego układu --- */
}
@media (max-width: 768px) {
  .sbcSummitAmericas2026_landing .stats-grid {
    /* Przywracamy 2 kolumny na tabletach/większych telefonach */
    grid-template-columns: repeat(2, 1fr) !important;
    display: grid !important;
    gap: 24px 10px !important;
  }
  .sbcSummitAmericas2026_landing .stats-grid .stat-item {
    /* Kluczowe: Resetujemy "spany" z desktopu, żeby nie psuły wąskiej siatki */
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
  }
  .sbcSummitAmericas2026_landing {
    /* Ostatni element (15+ years) na środek, jeśli jest nieparzysty */
  }
  .sbcSummitAmericas2026_landing .stats-grid .stat-item:last-child {
    grid-column: 1/-1 !important;
  }
}
.sbcSummitAmericas2026_landing .stat-value {
  font-family: "Wazdan Sans", sans-serif;
  font-size: 72px;
  font-weight: 800;
  color: transparent;
  background: transparent;
  -webkit-text-stroke: 2.5px #ff63db;
  text-shadow: none;
  border-radius: 18px;
  padding: 0 18px;
  margin-bottom: 4px;
  letter-spacing: 1px;
  box-sizing: border-box;
  display: inline-block !important;
  line-height: 1;
}
.sbcSummitAmericas2026_landing .stat-label {
  font-family: "Wazdan Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  opacity: 0.92;
  line-height: 1.3;
}
.sbcSummitAmericas2026_landing .numbers-cta {
  display: block;
  width: fit-content;
  margin: 32px auto 0 auto;
  padding: 16px 44px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff8a00 0%, #fd38ff 100%);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 0 24px rgba(253, 56, 255, 0.5019607843), 0 0 12px rgba(255, 138, 0, 0.5019607843);
  transition: filter 0.2s, box-shadow 0.2s;
}
.sbcSummitAmericas2026_landing .numbers-cta:hover {
  filter: brightness(1.1) saturate(1.2);
  box-shadow: 0 0 36px rgba(253, 56, 255, 0.8), 0 0 18px rgba(255, 138, 0, 0.8);
}
.sbcSummitAmericas2026_landing .team-section {
  min-height: 100vh;
  padding: 72px 16px 80px;
  background: linear-gradient(180deg, rgba(20, 15, 60, 0.22) 0%, rgba(24, 0, 41, 0.3) 100%), url("https://wazdan.com/wp-content/uploads/2816990b2bb6835ce4237687e490c58ca7108b2c-scaled.png") center/cover no-repeat;
}
.sbcSummitAmericas2026_landing .team-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.sbcSummitAmericas2026_landing .team-heading {
  font-family: "Wazdan Sans", sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  color: #fd8eca;
  text-align: center;
  box-shadow: none;
  margin-bottom: 18px;
  background: none;
  border: none;
}
.sbcSummitAmericas2026_landing .team-subheading {
  font-family: "Wazdan Sans", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  background: none;
  padding: 0;
  border-radius: 0;
  display: block;
}
.sbcSummitAmericas2026_landing .team-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 34px;
}
.sbcSummitAmericas2026_landing .filter-btn {
  padding: 12px 22px;
  border-radius: 999px;
  border: 2px solid #ff5cb8;
  background: rgba(8, 18, 42, 0.9);
  color: #58dcf6;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255, 92, 184, 0.25);
}
.sbcSummitAmericas2026_landing .filter-btn.active {
  background: #58dcf6;
  color: #15153c;
  border-color: #58dcf6;
  box-shadow: 0 0 16px rgba(88, 220, 246, 0.5);
}
.sbcSummitAmericas2026_landing .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 24px;
  align-items: end;
  justify-items: center;
}
.sbcSummitAmericas2026_landing .team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .sbcSummitAmericas2026_landing .stats-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: repeat(4, auto) !important;
    gap: 24px 10px !important;
    max-width: 100% !important;
    margin: 0 auto 32px !important;
    justify-items: center !important;
    align-items: start !important;
  }
  .sbcSummitAmericas2026_landing .stats-grid .stat-item {
    width: 100% !important;
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: stretch !important;
    text-align: center !important;
  }
}
.sbcSummitAmericas2026_landing .team-visual {
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sbcSummitAmericas2026_landing .team-visual img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 12px rgba(88, 220, 246, 0.55));
}
.sbcSummitAmericas2026_landing .team-name {
  display: block !important;
  font-family: "Wazdan Sans", sans-serif;
  font-size: clamp(16px, 2vw, 21px) !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-bottom: 4px !important;
  opacity: 1;
  visibility: visible;
  word-break: break-word;
  white-space: normal;
  max-height: 2.3em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sbcSummitAmericas2026_landing .team-show-more,
.sbcSummitAmericas2026_landing .numbers-cta {
  display: block;
  width: fit-content;
  margin: 32px auto 0 auto;
  padding: 16px 44px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff8a00 0%, #fd38ff 100%);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 0 24px rgba(253, 56, 255, 0.5019607843), 0 0 12px rgba(255, 138, 0, 0.5019607843);
  transition: filter 0.2s, box-shadow 0.2s;
  border: none !important;
}
.sbcSummitAmericas2026_landing .team-show-more:hover,
.sbcSummitAmericas2026_landing .numbers-cta:hover {
  filter: brightness(1.1) saturate(1.2);
  box-shadow: 0 0 28px rgba(253, 56, 255, 0.8), 0 0 12px rgba(255, 138, 0, 0.8);
}
.sbcSummitAmericas2026_landing .final-shared-bg {
  position: relative;
  overflow: hidden;
}
.sbcSummitAmericas2026_landing .final-shared-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("https://wazdan.com/wp-content/uploads/ae91d2b2587bf0c88346553c74c45d964c9a09e1-scaled.webp") center/cover no-repeat;
  pointer-events: none;
}
.sbcSummitAmericas2026_landing .final-shared-bg > * {
  position: relative;
  z-index: 1;
}
.sbcSummitAmericas2026_landing .awards-section,
.sbcSummitAmericas2026_landing .final-cta-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 16px 72px;
}
.sbcSummitAmericas2026_landing .awards-section {
  padding-top: 38px;
  background: transparent;
}
.sbcSummitAmericas2026_landing .final-cta-section {
  position: relative;
  min-height: clamp(430px, 42vw, 560px);
  align-items: flex-end;
  padding: 26px 16px 44px;
  background: transparent;
}
.sbcSummitAmericas2026_landing .awards-container,
.sbcSummitAmericas2026_landing .final-cta-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.sbcSummitAmericas2026_landing .awards-title {
  margin-bottom: 48px;
  font-family: "Wazdan Sans", sans-serif;
  color: rgba(255, 255, 255, 0);
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 2.5px #fd8eca;
  text-align: center;
  font-size: clamp(1.7rem, 6vw, 64px);
  line-height: 1.1;
  letter-spacing: 0.5px;
  font-weight: 700;
  opacity: 1;
  text-shadow: none;
}
.sbcSummitAmericas2026_landing {
  /* To jest JEDYNE poprawne zamknięcie na końcu pliku */
}
@media (max-width: 1024px) {
  .sbcSummitAmericas2026_landing .awards-title {
    font-size: clamp(1.2rem, 7vw, 38px);
    margin-bottom: 28px;
    -webkit-text-stroke: 2px #fd8eca;
  }
  .sbcSummitAmericas2026_landing {
    /* Styl dla Hero - układ pionowy, ale wyrównany do lewej */
  }
  .sbcSummitAmericas2026_landing .hero-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    /* Wyrównanie kontenerów do lewej */
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .sbcSummitAmericas2026_landing .hero-content {
    max-width: 100% !important;
    text-align: left !important;
    /* Tekst (heading, meta) do lewej */
    align-items: flex-start !important;
    margin: 0 !important;
  }
  .sbcSummitAmericas2026_landing .info-card {
    min-width: 0 !important;
    max-width: 600px !important;
    /* Formularz może być nieco szerszy */
    width: 100% !important;
    margin: 0 !important;
    /* Formularz do lewej, a nie na środek */
    padding: 40px 24px !important;
    /* Trochę mniej paddingu na tablecie */
  }
  .sbcSummitAmericas2026_landing .hero-content h1 {
    font-size: 42px !important;
    text-align: left !important;
    width: 70% !important;
  }
  .sbcSummitAmericas2026_landing .event-meta {
    text-align: left !important;
  }
}
@media (max-width: 640px) {
  .sbcSummitAmericas2026_landing .awards-title {
    font-size: clamp(1.1rem, 8vw, 28px);
    margin-bottom: 20px;
    -webkit-text-stroke: 1.5px #fd8eca;
  }
}
.sbcSummitAmericas2026_landing .awards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 90px;
  max-width: 1320px;
  margin: 0 auto;
  align-items: start;
  justify-items: center;
}
.sbcSummitAmericas2026_landing .award-card {
  width: 100%;
  max-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sbcSummitAmericas2026_landing .award-card img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
}
.sbcSummitAmericas2026_landing .final-cta-wrap {
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 18px;
}
.sbcSummitAmericas2026_landing .final-cta-card {
  position: relative;
  width: 100%;
  max-width: 680px;
  padding: 36px 36px 28px 36px;
  border-radius: 32px;
  background: linear-gradient(268.46deg, #ff76ff 1.31%, #ff3d17 98.69%);
  color: #fff;
  margin-left: 0;
  box-shadow: 0 24px 60px rgba(34, 0, 56, 0.35);
}
.sbcSummitAmericas2026_landing .final-cta-card h2 {
  font-family: "Wazdan Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 18px;
  text-align: left;
}
.sbcSummitAmericas2026_landing .final-cta-card p {
  font-family: "Wazdan Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 12px;
  color: #fff;
  text-align: left;
}
.sbcSummitAmericas2026_landing .final-cta-card p strong {
  font-family: "Wazdan Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}
.sbcSummitAmericas2026_landing .final-cta-card .back-to-form-btn {
  margin-top: 18px;
  padding: 12px 32px;
  border-radius: 39px;
  background: #171744;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: none;
  box-shadow: none;
  min-width: 270px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sbcSummitAmericas2026_landing .back-to-form-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  background: #12102b;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sbcSummitAmericas2026_landing .hero-section {
    min-height: calc(100dvh - 58px);
    margin-top: 58px;
    padding: 24px 16px;
  }
  .sbcSummitAmericas2026_landing .hero-content {
    max-width: 420px;
  }
  .sbcSummitAmericas2026_landing .hero-content h1 {
    font-family: "Wazdan Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 42px;
    line-height: 1.04;
    margin-bottom: 14px;
    text-shadow: none;
  }
  .sbcSummitAmericas2026_landing .event-meta {
    font-size: 28px;
    line-height: 1.04;
  }
  .sbcSummitAmericas2026_landing .event-meta strong {
    font-size: 28px;
  }
  .sbcSummitAmericas2026_landing .waiting-section,
  .sbcSummitAmericas2026_landing .numbers-section {
    min-height: auto;
    padding: 40px 10px 48px;
  }
  .sbcSummitAmericas2026_landing .waiting-title,
  .sbcSummitAmericas2026_landing .numbers-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .sbcSummitAmericas2026_landing .games-showcase {
    gap: 8px;
  }
  .sbcSummitAmericas2026_landing .showcase-card {
    border-radius: 14px;
  }
  .sbcSummitAmericas2026_landing .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 10px;
  }
  .sbcSummitAmericas2026_landing .stat-item {
    width: 100%;
  }
  .sbcSummitAmericas2026_landing .stat-item--full {
    grid-column: 1/-1;
    justify-self: center;
  }
  .sbcSummitAmericas2026_landing .stat-value {
    font-size: 36px;
  }
  .sbcSummitAmericas2026_landing .stat-label {
    font-size: 14px;
  }
  .sbcSummitAmericas2026_landing .team-heading {
    font-size: 34px;
  }
  .sbcSummitAmericas2026_landing .team-subheading {
    font-family: "Wazdan Sans", sans-serif;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    background: none;
    padding: 0;
    border-radius: 0;
    display: block;
  }
  .sbcSummitAmericas2026_landing .team-role {
    min-height: 4.5em;
    font-family: "Wazdan Sans", sans-serif;
    font-size: 0.9rem;
    line-height: 1.18;
    font-weight: 500;
    color: #fff;
    opacity: 0.92;
    overflow-wrap: break-word;
    word-break: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .sbcSummitAmericas2026_landing .final-cta-wrap {
    display: block;
    min-height: auto;
    padding: 0;
  }
  .sbcSummitAmericas2026_landing .final-cta-card {
    position: relative;
    width: 100%;
    max-width: 390px;
    min-width: 320px;
    margin: 0 auto;
    padding: clamp(18px, 5vw, 36px) clamp(12px, 5vw, 36px);
    border-radius: clamp(16px, 4vw, 32px);
    background: linear-gradient(268.46deg, #ff76ff 1.31%, #ff3d17 98.69%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(34, 0, 56, 0.35);
    box-sizing: border-box;
  }
}
@media (max-width: 900px) {
  .sbcSummitAmericas2026_landing .final-cta-card {
    max-width: 98vw;
    min-width: 0;
    padding: clamp(12px, 4vw, 22px) clamp(8px, 4vw, 18px) clamp(10px, 3vw, 20px) clamp(8px, 4vw, 18px);
    border-radius: clamp(12px, 3vw, 22px);
  }
  .sbcSummitAmericas2026_landing .final-cta-card h2 {
    font-size: clamp(1.2rem, 4vw, 2rem);
  }
}
@media (max-width: 640px) {
  .sbcSummitAmericas2026_landing .final-cta-card {
    max-width: 99vw;
    min-width: 0;
    padding: clamp(8px, 3vw, 14px) clamp(4px, 3vw, 12px) clamp(8px, 2vw, 12px) clamp(4px, 3vw, 12px);
    border-radius: clamp(8px, 2vw, 14px);
  }
  .sbcSummitAmericas2026_landing .final-cta-card h2 {
    font-size: clamp(1rem, 5vw, 1.3rem);
  }
}
@media (max-width: 640px) {
  .sbcSummitAmericas2026_landing .final-cta-section {
    min-height: 560px;
    align-items: flex-start;
    padding: 38px 0 28px;
  }
  .sbcSummitAmericas2026_landing .final-shared-bg::before {
    background-position: 58% top;
    background-size: cover;
  }
  .sbcSummitAmericas2026_landing .hero-content {
    max-width: 320px;
  }
  .sbcSummitAmericas2026_landing .hero-content h1 {
    font-size: 32px;
    line-height: 1.05;
  }
  .sbcSummitAmericas2026_landing .event-meta {
    font-size: 20px;
    line-height: 1.05;
  }
  .sbcSummitAmericas2026_landing .event-meta strong {
    font-size: 20px;
  }
  .sbcSummitAmericas2026_landing .info-card {
    padding: 18px 16px 20px;
  }
  .sbcSummitAmericas2026_landing .lead-form input,
  .sbcSummitAmericas2026_landing .lead-form textarea {
    padding: 12px 14px;
  }
  .sbcSummitAmericas2026_landing .lead-form textarea {
    min-height: 96px;
  }
  .sbcSummitAmericas2026_landing .stat-item {
    width: 100%;
  }
  .sbcSummitAmericas2026_landing .awards-grid {
    grid-template-columns: repeat(2, minmax(120px, 160px));
    gap: 14px 12px;
  }
  .sbcSummitAmericas2026_landing .award-card,
  .sbcSummitAmericas2026_landing .award-card img {
    max-width: 160px;
  }
  .sbcSummitAmericas2026_landing .final-cta-card {
    max-width: 320px;
    border-radius: 20px;
    padding: 18px 15px;
  }
  .sbcSummitAmericas2026_landing .final-cta-card h2 {
    font-size: 22px;
  }
  .sbcSummitAmericas2026_landing .final-cta-card p {
    font-size: 13px;
    line-height: 1.18;
  }
  .sbcSummitAmericas2026_landing .back-to-form-btn {
    padding: 9px 16px;
    font-size: 10px;
  }
  .sbcSummitAmericas2026_landing .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .sbcSummitAmericas2026_landing .waiting-section {
    overflow-x: hidden !important;
    padding: 40px 10px 48px !important;
  }
  .sbcSummitAmericas2026_landing .games-showcase--mobile {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto;
  }
}
@media (max-width: 768px) and (max-width: 380px) {
  .sbcSummitAmericas2026_landing .slider-track {
    width: 240px !important;
  }
  .sbcSummitAmericas2026_landing .slider-slide {
    width: 180px !important;
  }
}
.sbcSummitAmericas2026_landing .stat-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.site-lp header {
  background-color: black;
  top: 0;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  z-index: 11;
}
.site-lp header nav.navbar {
  padding: 0;
  margin: 0;
}
.site-lp header nav.navbar .container-fluid, .site-lp header nav.navbar .container-sm, .site-lp header nav.navbar .container-md, .site-lp header nav.navbar .container-lg, .site-lp header nav.navbar .container-xl {
  justify-content: center;
}
.site-lp header nav.navbar .container-fluid .language-switcher, .site-lp header nav.navbar .container-sm .language-switcher, .site-lp header nav.navbar .container-md .language-switcher, .site-lp header nav.navbar .container-lg .language-switcher, .site-lp header nav.navbar .container-xl .language-switcher {
  position: absolute;
  top: 5px;
  right: 70px;
  border: 1px solid transparent;
}
@media (max-width: 991.98px) {
  .site-lp header nav.navbar .container-fluid .language-switcher, .site-lp header nav.navbar .container-sm .language-switcher, .site-lp header nav.navbar .container-md .language-switcher, .site-lp header nav.navbar .container-lg .language-switcher, .site-lp header nav.navbar .container-xl .language-switcher {
    left: 10px;
    right: unset;
  }
}
.site-lp header nav.navbar .container-fluid .language-switcher:hover, .site-lp header nav.navbar .container-sm .language-switcher:hover, .site-lp header nav.navbar .container-md .language-switcher:hover, .site-lp header nav.navbar .container-lg .language-switcher:hover, .site-lp header nav.navbar .container-xl .language-switcher:hover {
  border: 1px solid white;
  border-bottom: unset;
}
.site-lp header nav.navbar .container-fluid .language-switcher .wpml-ls-legacy-dropdown, .site-lp header nav.navbar .container-sm .language-switcher .wpml-ls-legacy-dropdown, .site-lp header nav.navbar .container-md .language-switcher .wpml-ls-legacy-dropdown, .site-lp header nav.navbar .container-lg .language-switcher .wpml-ls-legacy-dropdown, .site-lp header nav.navbar .container-xl .language-switcher .wpml-ls-legacy-dropdown {
  width: auto;
}
.site-lp header nav.navbar .container-fluid .language-switcher .wpml-ls-legacy-dropdown a, .site-lp header nav.navbar .container-sm .language-switcher .wpml-ls-legacy-dropdown a, .site-lp header nav.navbar .container-md .language-switcher .wpml-ls-legacy-dropdown a, .site-lp header nav.navbar .container-lg .language-switcher .wpml-ls-legacy-dropdown a, .site-lp header nav.navbar .container-xl .language-switcher .wpml-ls-legacy-dropdown a {
  background-color: black;
  border: none;
}
.site-lp header nav.navbar .container-fluid .language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after, .site-lp header nav.navbar .container-sm .language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after, .site-lp header nav.navbar .container-md .language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after, .site-lp header nav.navbar .container-lg .language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after, .site-lp header nav.navbar .container-xl .language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  color: white;
  bottom: 0;
  top: unset;
  font-size: 0.6rem;
}
.site-lp header nav.navbar .container-fluid .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .site-lp header nav.navbar .container-sm .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .site-lp header nav.navbar .container-md .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .site-lp header nav.navbar .container-lg .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .site-lp header nav.navbar .container-xl .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: unset;
  padding-top: 1rem;
  background-color: black;
  border: 1px solid white;
  border-top: unset;
  margin: -1px;
}
.site-lp header nav.navbar .container-fluid .navbar-brand, .site-lp header nav.navbar .container-sm .navbar-brand, .site-lp header nav.navbar .container-md .navbar-brand, .site-lp header nav.navbar .container-lg .navbar-brand, .site-lp header nav.navbar .container-xl .navbar-brand {
  padding-top: 4px;
  padding-bottom: 0;
  margin-right: 0;
}
.site-lp header nav.navbar .container-fluid .navbar-brand img, .site-lp header nav.navbar .container-sm .navbar-brand img, .site-lp header nav.navbar .container-md .navbar-brand img, .site-lp header nav.navbar .container-lg .navbar-brand img, .site-lp header nav.navbar .container-xl .navbar-brand img {
  filter: invert(1);
  padding: 10px;
  width: 260px;
}
.site-lp header nav.navbar .container-fluid .navbar-toggler, .site-lp header nav.navbar .container-sm .navbar-toggler, .site-lp header nav.navbar .container-md .navbar-toggler, .site-lp header nav.navbar .container-lg .navbar-toggler, .site-lp header nav.navbar .container-xl .navbar-toggler {
  top: 12px;
  right: 0;
  position: absolute;
}
.site-lp header nav.navbar .container-fluid .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-sm .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-md .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-lg .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-xl .navbar-toggler .navbar-toggler-icon {
  color: white;
}
.site-lp header nav.navbar .container-fluid .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-sm .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-md .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-lg .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-xl .navbar-toggler .navbar-toggler-icon-x {
  color: white;
}
.site-lp header nav.navbar .container-fluid .navbar-toggler, .site-lp header nav.navbar .container-sm .navbar-toggler, .site-lp header nav.navbar .container-md .navbar-toggler, .site-lp header nav.navbar .container-lg .navbar-toggler, .site-lp header nav.navbar .container-xl .navbar-toggler {
  top: 12px;
  right: 0;
  position: absolute;
}
.site-lp header nav.navbar .container-fluid .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-sm .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-md .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-lg .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-xl .navbar-toggler .navbar-toggler-icon {
  color: white;
}
.site-lp header nav.navbar .container-fluid .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-sm .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-md .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-lg .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-xl .navbar-toggler .navbar-toggler-icon-x {
  color: white;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse, .site-lp header nav.navbar .container-sm .navbar-collapse, .site-lp header nav.navbar .container-md .navbar-collapse, .site-lp header nav.navbar .container-lg .navbar-collapse, .site-lp header nav.navbar .container-xl .navbar-collapse {
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100vw;
  max-width: unset;
  padding: 5%;
  justify-content: center;
  align-items: center;
  scroll-behavior: unset;
  position: fixed;
  top: 0;
  height: 100vh;
  transition: 0s;
  justify-content: center;
  height: 100vh;
  align-items: center;
  flex-direction: column;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .navbar-toggler, .site-lp header nav.navbar .container-sm .navbar-collapse .navbar-toggler, .site-lp header nav.navbar .container-md .navbar-collapse .navbar-toggler, .site-lp header nav.navbar .container-lg .navbar-collapse .navbar-toggler, .site-lp header nav.navbar .container-xl .navbar-collapse .navbar-toggler {
  top: 12px;
  right: 20px;
  position: fixed;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-sm .navbar-collapse .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-md .navbar-collapse .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-lg .navbar-collapse .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-xl .navbar-collapse .navbar-toggler .navbar-toggler-icon-x {
  color: #FF3D17;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse.show, .site-lp header nav.navbar .container-sm .navbar-collapse.show, .site-lp header nav.navbar .container-md .navbar-collapse.show, .site-lp header nav.navbar .container-lg .navbar-collapse.show, .site-lp header nav.navbar .container-xl .navbar-collapse.show {
  display: flex;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-htj, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-htj, .site-lp header nav.navbar .container-md .navbar-collapse .nav-htj, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-htj, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-htj {
  max-height: 80vh;
  overflow-y: scroll;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: unset;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-htj::-webkit-scrollbar, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-htj::-webkit-scrollbar, .site-lp header nav.navbar .container-md .navbar-collapse .nav-htj::-webkit-scrollbar, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-htj::-webkit-scrollbar, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-htj::-webkit-scrollbar {
  display: none;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .logo, .site-lp header nav.navbar .container-sm .navbar-collapse .logo, .site-lp header nav.navbar .container-md .navbar-collapse .logo, .site-lp header nav.navbar .container-lg .navbar-collapse .logo, .site-lp header nav.navbar .container-xl .navbar-collapse .logo {
  margin-bottom: 2rem;
  display: flex;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .logo img, .site-lp header nav.navbar .container-sm .navbar-collapse .logo img, .site-lp header nav.navbar .container-md .navbar-collapse .logo img, .site-lp header nav.navbar .container-lg .navbar-collapse .logo img, .site-lp header nav.navbar .container-xl .navbar-collapse .logo img {
  filter: invert(1);
  padding: 10px;
  width: 260px;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-item-lp, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-item-lp, .site-lp header nav.navbar .container-md .navbar-collapse .nav-item-lp, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-item-lp, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-item-lp {
  max-width: 600px;
  width: 100%;
  margin: 5px;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-item-lp:last-child::after, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-item-lp:last-child::after, .site-lp header nav.navbar .container-md .navbar-collapse .nav-item-lp:last-child::after, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-item-lp:last-child::after, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-item-lp:last-child::after {
  display: none;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-item-lp::after, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-item-lp::after, .site-lp header nav.navbar .container-md .navbar-collapse .nav-item-lp::after, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-item-lp::after, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-item-lp::after {
  content: "";
  background-size: contain;
  height: 1px;
  display: block;
  width: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(226, 53, 53, 0) 0%, rgba(226, 53, 53, 0) 0%, rgba(226, 53, 53, 0) 0%, rgba(226, 53, 53, 0.5) 15%, rgb(226, 53, 53) 49%, rgba(226, 53, 53, 0.5) 85%, rgba(226, 53, 53, 0) 100%);
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-md .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-item-lp a {
  text-transform: uppercase;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 2rem;
}
@media (max-width: 991.98px) {
  .site-lp header nav.navbar .container-fluid .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-md .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-item-lp a {
    font-size: 1.2rem;
    line-height: 2.5;
  }
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-item-lp a:hover, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-item-lp a:hover, .site-lp header nav.navbar .container-md .navbar-collapse .nav-item-lp a:hover, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-item-lp a:hover, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-item-lp a:hover {
  text-decoration: none;
  color: #FF3D17;
}
.site-lp .preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000000000000000000000000000000000;
  background: black;
  text-align: center;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.site-lp .black_layer {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 90%;
  z-index: 4;
  opacity: 0.43;
  background: black;
  text-align: center;
}
.site-lp .loading {
  overflow: hidden;
  position: relative;
  /* top: 50%; */
  /* margin-top: -12px; */
  /* left: 50%; */
  /* margin-left: -100px; */
  width: 20%;
  height: auto;
  padding: 1vh;
  font-size: calc(22px + 6 * (100vw - 480px) / 1440);
}
.site-lp .progress {
  display: block;
  position: absolute;
  bottom: 0vw;
  overflow: hidden;
  width: 80%;
  height: 2px;
  left: 0;
  background-color: #e23535;
  -webkit-animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@keyframes loader-anim {
  0% {
    left: 0%;
    width: 0%;
  }
  100% {
    left: 100%;
  }
}
@media (orientation: portrait) {
  .site-lp .loading {
    width: 65%;
  }
}

.header__career {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
}
.header__career .header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0px 96px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  z-index: 2;
  background-color: white;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .header__career .header__inner {
    justify-content: end;
    padding: 0px 15px;
    margin-top: 12px;
    margin-bottom: 12px;
    gap: 10px;
  }
}
.header__career .header__inner .header__logo__wrapper a {
  display: flex;
  align-items: center;
}
.header__career .header__inner .header__logo__wrapper a img {
  width: 100%;
  height: 100%;
  max-height: 24px;
}
.header__career .header__inner .lang__switcher {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.header__career .header__inner .lang__switcher a {
  border-left: 1px solid #191919;
  color: #191919;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 0 10px;
}
.header__career .header__inner .lang__switcher a:hover {
  text-decoration: none;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__career .header__inner .lang__switcher a:active {
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__career .header__inner .lang__switcher a:first-child {
  border-left: none;
}
.header__career .header__inner .lang__switcher a.active {
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__career .header__inner .header__menu__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
}
.header__career .header__inner .header__menu__wrapper .white__btn {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.header__career .header__inner .header__menu__wrapper .white__btn:hover {
  cursor: pointer;
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
}
.header__career .header__inner .header__menu__wrapper .white__btn:focus {
  border: none;
}
.header__career .header__inner .header__menu__wrapper .white__btn:focus-visible {
  border: none;
}
.header__career .header__inner .header__menu__wrapper .white__btn {
  margin-left: 38px;
}
@media (max-width: 1024px) {
  .header__career .header__inner .header__menu__wrapper .white__btn {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #12102B;
    background-color: #D4ECFF;
  }
  .header__career .header__inner .header__menu__wrapper .white__btn:hover {
    cursor: pointer;
    border-color: #6127FF;
    background: #6127FF;
    text-decoration: none;
    color: #fff;
    transition: 0.2s ease-in;
  }
  .header__career .header__inner .header__menu__wrapper .white__btn:focus {
    border: none;
  }
  .header__career .header__inner .header__menu__wrapper .white__btn:focus-visible {
    border: none;
  }
  .header__career .header__inner .header__menu__wrapper .white__btn {
    margin-left: 0px;
  }
}
.header__career .header__inner .header__menu__wrapper .red__btn {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.header__career .header__inner .header__menu__wrapper .red__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.header__career .header__inner .header__menu__wrapper .red__btn:focus {
  border: none;
}
.header__career .header__inner .header__menu__wrapper .red__btn:focus-visible {
  border: none;
}
@media (max-width: 1024px) {
  .header__career .header__inner .header__menu__wrapper .red__btn {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .header__career .header__inner .header__menu__wrapper .red__btn:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .header__career .header__inner .header__menu__wrapper .red__btn:focus {
    border: none;
  }
  .header__career .header__inner .header__menu__wrapper .red__btn:focus-visible {
    border: none;
  }
}

.page__404 {
  min-height: 100vh;
  padding-top: 199px;
}
.page__404 .page__404__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  padding-bottom: 80px;
}
.page__404 .page__404__wrapper .heading {
  max-width: 556px;
  margin-bottom: 24px;
}
.page__404 .page__404__wrapper .heading h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .page__404 .page__404__wrapper .heading h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
.page__404 .page__404__wrapper .heading h1 {
  color: #FFF;
  text-align: center;
}
.page__404 .page__404__wrapper .desc {
  margin-bottom: 52px;
}
.page__404 .page__404__wrapper .desc p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
  color: white;
}
.page__404 .page__404__wrapper .img__wrapper.wheel__wrapper {
  position: relative;
}
.page__404 .page__404__wrapper .img__wrapper.wheel__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page__404 .page__404__wrapper .img__wrapper.wheel__wrapper img#spinning {
  transition: all ease 4s;
}
.page__404 .page__404__wrapper .img__wrapper.wheel__wrapper img:nth-child(1) {
  position: relative;
}
.page__404 .page__404__wrapper .img__wrapper.wheel__wrapper img.button {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.09, 1.09, 1.09);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.page__404 .page__404__wrapper .img__wrapper img {
  max-width: 418.5px;
  width: 100%;
  cursor: pointer;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.loader svg {
  max-width: 100px;
  overflow: visible;
}
.loader svg path {
  fill: none;
  stroke: #191919;
  stroke-width: 0.6;
  opacity: 1;
  stroke-dasharray: 162.3748321533;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: draw-traingle 2s linear infinite, spin-scale 3s ease infinite;
}
@keyframes spin-scale {
  0%, 100% {
    transform: scale(1) rotate(360deg);
  }
  50% {
    transform: scale(0.3) rotate(0deg);
  }
}

.animate {
  position: relative;
  transform: translateY(5rem) skewY(10deg);
  animation: animeText s forwards;
}

@keyframes animeText {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
[data-animation] [data-desc] {
  opacity: 0;
  transition: 1.3s;
}
[data-animation] [data-button] {
  opacity: 0;
  transition: 1.3s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
  position: relative;
}

.lets__talk__wazdan .lets__talk__section {
  background-color: #fff;
}
@media (min-width: 1921px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper {
    padding: 60px 28px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper h2 {
  color: #191919;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper h4 {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper h4 {
  font-weight: 500;
  text-align: center;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form {
  margin: auto;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form label {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  word-break: normal;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form label.wpforms-error {
  font-size: 10px;
  width: auto !important;
  line-height: 14px;
  color: #FF3D17 !important;
  padding: 5px 0 0 10px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .wpforms-required-label {
  display: none !important;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  width: 50%;
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name label {
  width: 35px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small {
  width: 100%;
  max-width: 330px;
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small {
    gap: 0;
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half {
  width: auto;
  margin-left: 0;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half {
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half:nth-child(2) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half:nth-child(2) {
    margin-right: 0px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name textarea {
  border: 1px solid #191919;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name input {
  background: #FFFFFF;
  border: 1px solid #191919;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  width: 250px;
  height: 45px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name input {
    width: 100%;
    margin-right: 0px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name input::placeholder {
  color: #CDCDCD;
  font-size: 20px;
  line-height: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_textarea {
  padding: 0;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_textarea textarea {
  background: #FFFFFF;
  border: 1px solid #191919;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  max-width: 796px;
  height: 100px;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 15px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_textarea textarea::placeholder {
  color: #CDCDCD;
  font-size: 20px;
  line-height: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  width: 50%;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from label {
  width: 50px;
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from .wpforms-field-small {
  display: flex;
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 330px;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from .bmd-form-group {
    display: block;
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from input {
  background: #FFFFFF;
  border: 1px solid #191919;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  width: 238px;
  height: 45px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from input {
    width: 515px;
  }
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from input {
    width: 80%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from input::placeholder {
  color: #CDCDCD;
  font-size: 20px;
  line-height: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form label[for=wpforms-42643-field_12] {
  margin-bottom: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio],
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  cursor: pointer;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio] + label,
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] + label {
  background: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  pointer-events: none;
  height: 100%;
  display: block;
  padding: 10px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio]:checked + label,
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox]:checked + label,
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio]:checked + label,
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio] + label:hover,
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] + label:hover {
  background-color: #FF3D17 !important;
  color: #ffffff !important;
  cursor: pointer !important;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 li {
  position: relative;
  border: 1px solid #191919 !important;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  overflow: hidden !important;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date {
  padding-top: 0px;
  margin-top: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small {
  display: flex;
  max-width: unset;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
  width: auto;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
  margin-left: 0;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half:nth-child(2) input {
  margin-right: 0;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half:nth-child(1) input {
    margin-right: 0;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date input {
  background: #FFFFFF;
  border: 1px solid #191919;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  width: 316px;
  height: 45px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date input {
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date input::placeholder {
  color: #CDCDCD;
  font-size: 20px;
  line-height: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_repeat {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_repeat {
    display: block;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_repeat .wpforms-field-small {
  display: flex;
  max-width: unset;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_repeat input {
  background: #FFFFFF;
  border: 1px solid #191919;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  width: 630px;
  height: 45px;
  font-size: 20px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_repeat input {
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_repeat input::placeholder {
  color: #CDCDCD;
  font-size: 20px;
  line-height: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .wpforms-field-html {
  padding-top: 0;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .wpforms-field-html .privace__link {
  font-size: 13px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .wpforms-field-html .privace__link a {
  color: black;
  font-weight: 700;
  text-decoration: unset;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .wpforms-field-html .privace__link a:hover {
  color: #FF3D17;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message .wpforms-submit-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit:focus {
  border: none;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit:focus-visible {
  border: none;
}

.breadcrumbs {
  padding: 110px 96px 0 96px;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    padding: 100px 5% 36px 7%;
  }
}
.breadcrumbs a {
  color: black;
  text-decoration: underline;
}
.breadcrumbs span:nth-child(1) a {
  color: #212529;
}
@media (min-width: 1921px) {
  .breadcrumbs__game {
    padding: 116px 96px 0 96px;
  }
}
@media (max-width: 1920px) {
  .breadcrumbs__game {
    padding: 116px 96px 0 96px;
  }
}
@media (max-width: 1400px) {
  .breadcrumbs__game {
    padding: 116px 60px 0 96px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs__game {
    padding: 110px 40px 0 40px;
  }
}
@media (max-width: 576px) {
  .breadcrumbs__game {
    padding: 110px 28px 0 30px;
  }
}

.blog_page {
  margin: 0 96px;
}
@media (max-width: 1024px) {
  .blog_page {
    margin: 0 5%;
  }
}
.blog_page .blog__wrapper {
  background-color: #fafafa;
  margin: auto;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper {
    padding-top: 80px;
  }
}
.blog_page .blog__wrapper .breadcrumbs {
  max-width: 100%;
  padding: 110px 0 0 0;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .breadcrumbs {
    padding: 100px 5% 36px 7%;
  }
}
.blog_page .blog__wrapper .lang_wrapper {
  padding-top: 30px;
}
.blog_page .blog__wrapper .lang_wrapper .polylang_langswitcher {
  display: flex;
  gap: 10px;
  list-style: none;
  justify-content: start;
}
.blog_page .blog__wrapper .post__intro__category {
  top: 150px;
  max-height: 58px;
  right: 5%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 5px 0px 0px 5px;
  background: #FFF;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post__intro__category {
    top: 70px;
  }
}
.blog_page .blog__wrapper .post__intro__category p {
  margin: 0;
}
.blog_page .blog__wrapper .post__intro__category .img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_page .blog__wrapper .post__intro__category .img__wrapper img {
  height: 34px;
}
.blog_page .blog__wrapper .post__intro__category a.blog-category-name {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}
.blog_page .blog__wrapper a {
  color: #3B3B3B;
  text-decoration: underline;
  font-weight: 900;
}
.blog_page .blog__wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.blog_page .blog__wrapper .post_content_section {
  padding: 80px 0px 120px 0px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section {
    padding: 40px 60px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .blog_page .blog__wrapper .post_content_section {
    padding: 30px;
  }
}
.blog_page .blog__wrapper .post_content_section .left__side__content {
  margin-top: 180px;
  display: flex;
  width: 300px;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  align-self: flex-start;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .left__side__content {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .left__side__content {
    position: unset;
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .blog_page .blog__wrapper .post_content_section .left__side__content {
    display: block;
    text-align: center;
  }
}
.blog_page .blog__wrapper .post_content_section .left__side__content h3 {
  padding-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .left__side__content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .left__side__content h3 {
  color: #191919;
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul {
  display: inline-flex;
  flex-direction: column;
  list-style: none;
  gap: 16px;
  justify-content: flex-start;
  padding: 0;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .left__side__content ul {
    flex-direction: row;
    padding-bottom: 30px;
  }
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul li {
  cursor: pointer;
  padding: 7px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3B3B3B;
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul li a {
  display: flex;
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul li .social-icons {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul li .linkedin {
  background-image: url("../images/footer/linkedin.svg");
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul li .facebook {
  background-image: url("../images/footer/fb.svg");
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul li .twitter {
  background-image: url("../images/footer/twitter.svg");
}
.blog_page .blog__wrapper .post_content_section .post__intro {
  width: 616px;
  margin: auto;
}
.blog_page .blog__wrapper .post_content_section .post__intro h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro h2 {
  color: #191919;
}
.blog_page .blog__wrapper .post_content_section .post__intro h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro h3 {
  color: #191919;
  margin-top: 52px;
}
.blog_page .blog__wrapper .post_content_section .post__intro figure {
  margin: 52px 0;
}
.blog_page .blog__wrapper .post_content_section .post__intro__author {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 16px;
  text-transform: capitalize;
}
.blog_page .blog__wrapper .post_content_section .post__intro__date {
  margin-bottom: 16px;
}
.blog_page .blog__wrapper .post_content_section .post__intro__date p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .post__intro__date p {
    margin-bottom: 0;
    color: #191919;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro__title {
  margin-bottom: 16px;
}
.blog_page .blog__wrapper .post_content_section .post__intro__title h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro__title h2 {
  color: #191919;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .post__intro__title h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro__tags {
  margin-bottom: 16px;
}
.blog_page .blog__wrapper .post_content_section .post__intro__tags p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro__tags p {
    font-size: 20px;
    line-height: 25px;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro__tags p {
  font-weight: 500;
}
.blog_page .blog__wrapper .post_content_section .post__intro__time {
  margin-bottom: 50px;
}
.blog_page .blog__wrapper .post_content_section .post__intro__time p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.blog_page .blog__wrapper .post_content_section .post__intro .post_content {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .post_content {
    font-size: 20px;
    line-height: 25px;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro .post_content {
  font-weight: 500;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper {
  padding: 32px;
  background: #D8D8D8;
  margin-top: 52px;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper h3 {
  color: #191919;
  margin: 0;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 12px 0 10px 0;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter {
    max-width: 616px;
  }
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter {
    max-width: 444px;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .business-email {
  padding-right: 12px;
  position: relative;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .business-email input {
  border: 1px solid #3B3B3B;
  border-radius: 5px;
  height: 46px;
  padding: 12px 24px;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .business-email input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .business-email .reset {
  position: absolute;
  top: 20px;
  right: 30px;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .wpforms-container-full {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .wpforms-container-full {
    transform: translateX(0px);
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .agree-text {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-align: left;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .agree-text a {
  color: #3B3B3B;
  text-decoration: underline;
  font-weight: 900;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn {
  width: fit-content;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn:focus {
    border: none;
  }
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn:focus-visible {
    border: none;
  }
}
@media (max-width: 768px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn {
    margin: 0 auto 16px auto;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .wpforms-error {
  padding: 10px;
}
.blog_page .blog__wrapper .post_content_section .post__intro .tag__wrapper {
  padding: 52px 0;
  border-bottom: 1px solid #3B3B3B;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.blog_page .blog__wrapper .post_content_section .post__intro .tag__wrapper .tags a {
  color: #3B3B3B;
  border-right: solid #3B3B3B 2px;
  padding: 0 10px;
  pointer-events: none;
  text-decoration: underline;
  text-transform: capitalize;
}
.blog_page .blog__wrapper .post_content_section .post__intro .tag__wrapper .tags a:last-child {
  border-right: 0;
}
.blog_page .blog__wrapper .post_content_section .post__intro .author__wrapper {
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .author__wrapper {
    padding-bottom: 24px;
    justify-content: center;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro .author__wrapper .author__image img {
  border-radius: 50%;
  max-width: 89px;
}
.blog_page .blog__wrapper .post_content_section .post__intro .author__wrapper .author__desc {
  width: 80%;
}
.blog_page .blog__wrapper .post_content_section .post__intro .author__wrapper .author__desc .author__name {
  padding-bottom: 12px;
  text-transform: capitalize;
}
.blog_page .blog__wrapper .post_content_section .right__side__content {
  max-width: 300px;
  position: sticky;
  position: -webkit-sticky;
  margin-top: 150px;
  top: 100px;
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .right__side__content {
    position: unset;
  }
}
.blog_page .blog__wrapper .post_content_section .right__side__content .top__reads {
  padding: 32px;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .right__side__content .top__reads {
    padding: 0;
    margin-top: 0px;
  }
}
.blog_page .blog__wrapper .post_content_section .right__side__content .top__reads h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .right__side__content .top__reads h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .right__side__content .top__reads h3 {
  color: #191919;
  padding-bottom: 24px;
}
.blog_page .blog__wrapper .post_content_section .right__side__content .top__reads .highlight__blog__content .highlight__blog__title h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .right__side__content .top__reads .highlight__blog__content .highlight__blog__title h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .right__side__content .top__reads .highlight__blog__content .highlight__blog__title h4 {
  color: #191919;
}
.blog_page .blog__wrapper .post_content_section .right__side__content .top__reads .highlight__blog__content .btn__wrapper {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #FF3D17;
  text-decoration: underline;
  margin-bottom: 16px;
}
.blog_page .blog__wrapper .post_content_section .right__side__content .offer__box {
  margin-top: 100px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 50px 32px;
  margin: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .right__side__content .offer__box {
    margin: 24px 0 0 0;
  }
}
.blog_page .blog__wrapper .post_content_section .right__side__content .offer__box h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .right__side__content .offer__box h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .right__side__content .offer__box h3 {
  color: #191919;
}
.blog_page .blog__wrapper .post_content_section .right__side__content .offer__box p {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding-bottom: 24px;
}
.blog_page .blog__wrapper .post_content_section .right__side__content .offer__box .offer__btn p {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
}
.blog_page .blog__wrapper .post_content_section .right__side__content .offer__box .offer__btn p:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.blog_page .read__more__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 120px;
  background-color: #FFFFFF;
}
.blog_page .read__more__section .read__more__section__title {
  width: 100%;
  text-align: center;
}
.blog_page .read__more__section .read__more__section__title h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .blog_page .read__more__section .read__more__section__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.blog_page .read__more__section .read__more__section__title h2 {
  color: #191919;
}
@media (max-width: 1024px) {
  .blog_page .read__more__section .read__more__section__title h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.blog_page .read__more__section .blog__wrapper__readmore {
  padding: 52px 0px 120px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: flex-end;
  justify-content: center;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog {
  position: relative;
  width: 399px;
  background: #FAFAFA;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fafafa;
  transition: transform 0.3s;
}
@media (max-width: 1024px) {
  .blog_page .read__more__section .blog__wrapper__readmore .blog {
    width: 330px;
  }
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding-bottom: 12px;
  width: 100%;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-title {
  padding-bottom: 12px;
  width: 100%;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-title a {
  pointer-events: none;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .blog_page .read__more__section .blog__wrapper__readmore .blog .blog-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-title a {
  color: #191919;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-category-wrapper {
  position: absolute;
  background-color: #FFFFFF;
  top: 32px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 5px 0px 0px 5px;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-category-wrapper p {
  margin: 0;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-category-wrapper .img__wrapper {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-category-wrapper .img__wrapper img {
  height: 24px;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-category-wrapper a.blog-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .post__intro__time p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .post__intro__time {
  margin-bottom: 12px;
  width: 100%;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper {
  overflow: hidden;
  width: 100%;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper .blog-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper .blog-description p {
  margin: 0;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper a {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper a {
    font-size: 20px;
    line-height: 25px;
  }
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper a {
  font-weight: 500;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper .blog-btn {
  width: fit-content;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper .blog-btn:hover {
  box-shadow: none;
  text-decoration: underline;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog:hover {
  cursor: pointer;
  border: 2px solid #E23535;
  transform: scale(0.97);
  transition: transform 0.3s ease-in-out;
}

.tooltip .arrow {
  display: none;
}
.tooltip .tooltip-inner {
  background-color: #191919;
  padding: 8px 16px;
  border-radius: 120px;
  font-size: 12px;
  line-height: 15px;
}

.tooltip.show {
  opacity: 1;
}

.category__blog p {
  margin-bottom: 0;
}
.category__blog .breadcrumbs {
  max-width: 100%;
}
.category__blog .highlight__section {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.category__blog .highlight__section .news__container {
  max-width: 1362px;
  width: 100%;
  padding: 70px 50px 120px 50px;
}
@media (max-width: 1024px) {
  .category__blog .highlight__section .news__container {
    padding: 50px 25px 50px 25px;
  }
}
.category__blog .highlight__section .news__container .highlight__news {
  background-color: #FAFAFA;
  padding: 32px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
}
@media (max-width: 1024px) {
  .category__blog .highlight__section .news__container .highlight__news {
    display: block;
  }
}
.category__blog .highlight__section .news__container .highlight__news__image {
  min-width: 357px;
  margin-right: 32px;
}
.category__blog .highlight__section .news__container .highlight__news__image img {
  border-radius: 20px;
  max-width: 357px;
  height: 357px;
}
@media (max-width: 1024px) {
  .category__blog .highlight__section .news__container .highlight__news__image {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-right: 0px;
  }
}
.category__blog .highlight__section .news__container .highlight__news__author {
  margin-bottom: 16px;
  text-transform: capitalize;
}
.category__blog .highlight__section .news__container .highlight__news__title {
  margin-bottom: 16px;
}
.category__blog .highlight__section .news__container .highlight__news__title h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .category__blog .highlight__section .news__container .highlight__news__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.category__blog .highlight__section .news__container .highlight__news__title h2 {
  color: #191919;
}
@media (max-width: 1024px) {
  .category__blog .highlight__section .news__container .highlight__news__title h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.category__blog .highlight__section .news__container .highlight__news__time {
  margin-bottom: 16px;
}
.category__blog .highlight__section .news__container .highlight__news__category {
  position: absolute;
  top: 34px;
  max-height: 55px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 5px 0px 0px 5px;
  background: #FFF;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.category__blog .highlight__section .news__container .highlight__news__category p {
  margin: 0;
}
.category__blog .highlight__section .news__container .highlight__news__category .img__wrapper {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category__blog .highlight__section .news__container .highlight__news__category .img__wrapper img {
  height: 34px;
}
.category__blog .highlight__section .news__container .highlight__news__category a.news-category-name {
  color: #191919;
  font-weight: bold;
}
.category__blog .highlight__section .news__container .highlight__news__tags {
  margin-bottom: 16px;
}
.category__blog .highlight__section .news__container .highlight__news__tags p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .category__blog .highlight__section .news__container .highlight__news__tags p {
    font-size: 20px;
    line-height: 25px;
  }
}
.category__blog .highlight__section .news__container .highlight__news__tags p {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .category__blog .highlight__section .news__container .highlight__news__tags p {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .category__blog .highlight__section .news__container .highlight__news__tags p {
    font-size: 20px;
    line-height: 25px;
  }
}
.category__blog .highlight__section .news__container .btn__wrapper {
  display: flex;
}
.category__blog .highlight__section .news__container .btn__wrapper .highlight__news__btn {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .category__blog .highlight__section .news__container .btn__wrapper .highlight__news__btn {
    font-size: 20px;
    line-height: 26px;
  }
}
.category__blog .highlight__section .news__container .btn__wrapper .highlight__news__btn {
  color: #FF3D17;
  text-decoration: underline;
}
.category__blog .highlight__section .news__container .btn__wrapper .highlight__news__btn:active {
  color: #C43131;
}
.category__blog .highlight__section .news__container .btn__wrapper .highlight__news__btn:hover {
  text-decoration: underline;
}
.category__blog .menu__section {
  z-index: 9;
  position: relative;
}
.category__blog .menu__section .news__menu {
  padding: 0rem 1rem;
  background-color: #F9F9F9;
  z-index: 9;
  position: relative;
}
.category__blog .menu__section .news__menu .mobile__button {
  display: none;
}
@media (max-width: 1024px) {
  .category__blog .menu__section .news__menu .mobile__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 15px;
  }
}
.category__blog .menu__section .news__menu .mobile__button img {
  width: 28px;
  height: 28px;
}
.category__blog .menu__section .news__menu .mobile__button span {
  font-size: 20px;
  line-height: 26px;
}
.category__blog .menu__section .news__menu.fixed__news {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.category__blog .menu__section .news__menu nav {
  display: flex;
  justify-content: center;
  overflow: hidden;
  gap: 12px;
}
@media (max-width: 1024px) {
  .category__blog .menu__section .news__menu nav {
    height: 0px;
    transition: 0.5s;
    flex-direction: column;
    justify-content: flex-start;
  }
  .category__blog .menu__section .news__menu nav.active {
    height: calc(100vh - 40px);
  }
}
.category__blog .menu__section .news__menu nav a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.category__blog .menu__section .news__menu nav a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.category__blog .menu__section .news__menu nav a {
  margin: 24px 0px;
  height: 44px;
  gap: 12px;
  padding: 12px 24px;
}
@media (max-width: 1024px) {
  .category__blog .menu__section .news__menu nav a {
    border: 0px;
    box-shadow: none;
  }
}
.category__blog .menu__section .news__menu nav a:hover {
  text-decoration: unset;
  background-color: #191919;
}
.category__blog .menu__section .news__menu nav a:hover p {
  color: #fff;
}
.category__blog .menu__section .news__menu nav a:hover .img__wrapper {
  filter: invert(1);
}
.category__blog .menu__section .news__menu nav a .img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.category__blog .menu__section .news__menu nav a .img__wrapper img {
  height: 18px;
}
.category__blog .menu__section .news__menu nav a p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .category__blog .menu__section .news__menu nav a p {
    display: none;
  }
}
@media (max-width: 1024px) {
  .category__blog .menu__section .news__menu nav a p {
    display: block;
  }
}
@media (max-width: 1024px) {
  .category__blog .menu__section .news__menu nav a {
    border-left: none;
    padding: 15px;
    border-top: 1px solid #CDCDCD;
    margin: 0;
  }
  .category__blog .menu__section .news__menu nav a:last-child {
    border-bottom: 1px solid #CDCDCD;
  }
}
.category__blog .menu__section .news__menu nav .active p {
  color: #fff;
}
.category__blog .menu__section .news__menu nav .active .img__wrapper {
  filter: invert(1);
}
.category__blog .menu__section .news__menu nav .active {
  border-color: #191919;
  text-decoration: none;
  background-color: #191919;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.category__blog .news__section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
  background-color: #FAFAFA;
}
@media (max-width: 1024px) {
  .category__blog .news__section {
    padding: 15px;
    padding-top: 60px;
  }
}
.category__blog .news__section .news-container {
  max-width: 1440px;
}
.category__blog .news__section .news-container .category__description {
  max-width: 900px;
}
.category__blog .news__section .news-container .category__description h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .category__blog .news__section .news-container .category__description h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.category__blog .news__section .news-container .category__description h5 {
  color: #191919;
  padding-top: 32px;
}
.category__blog .news__section .news-container .category__description p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 32px;
}
.category__blog .news__section .news-container .news-content {
  padding-bottom: 3rem;
}
.category__blog .news__section .news-container .news-content h2 {
  padding-bottom: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .category__blog .news__section .news-container .news-content h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.category__blog .news__section .news-container .news-content h2 {
  color: #191919;
}
.category__blog .news__section .news-container .news-content p {
  font-size: 30px;
  line-height: 2rem;
  text-align: center;
}
.category__blog .news__section .news-container .news-content p .bold-txt {
  font-weight: 700;
}
.category__blog .news__section .news-container .loadmore {
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .category__blog .news__section .news-container .loadmore {
    margin-bottom: 60px;
  }
}
.category__blog .news__section .news-container .loadmore span {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.category__blog .news__section .news-container .loadmore span:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.category__blog .news__section .news-container .blog-posts {
  padding: 32px 0 52px 0;
}
@media (max-width: 1024px) {
  .category__blog .news__section .news-container .blog-posts {
    padding: 0;
    padding-bottom: 5rem;
  }
}
.category__blog .news__section .news-container .blog-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
  align-content: flex-end;
  justify-content: center;
}
.category__blog .news__section .news-container .blog-posts .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fff;
  transition: transform 0.3s;
}
@media (max-width: 1024px) {
  .category__blog .news__section .news-container .blog-posts .news {
    width: 330px;
  }
}
.category__blog .news__section .news-container .blog-posts .news .highlight__news__author {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding-bottom: 12px;
  width: 100%;
}
.category__blog .news__section .news-container .blog-posts .news .news-title {
  margin-bottom: 12px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category__blog .news__section .news-container .blog-posts .news .news-title a {
  pointer-events: none;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .category__blog .news__section .news-container .blog-posts .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.category__blog .news__section .news-container .blog-posts .news .news-title a {
  color: #191919;
  visibility: visible;
}
.category__blog .news__section .news-container .blog-posts .news .news-category-wrapper {
  position: absolute;
  background-color: #FAFAFA;
  top: 32px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 5px 0px 0px 5px;
}
.category__blog .news__section .news-container .blog-posts .news .news-category-wrapper p {
  margin: 0;
}
.category__blog .news__section .news-container .blog-posts .news .news-category-wrapper .img__wrapper {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category__blog .news__section .news-container .blog-posts .news .news-category-wrapper .img__wrapper img {
  height: 24px;
}
.category__blog .news__section .news-container .blog-posts .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper {
  overflow: hidden;
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper .news-description p {
  margin: 0;
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper .news__time {
  margin-bottom: 12px;
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper a {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .category__blog .news__section .news-container .blog-posts .news .description-wrapper a {
    font-size: 20px;
    line-height: 25px;
  }
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper a {
  font-weight: 500;
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper .news-btn {
  width: fit-content;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper .news-btn:hover {
  box-shadow: none;
  text-decoration: underline;
}
.category__blog .news__section .news-container .blog-posts .news:hover {
  cursor: pointer;
  border: 2px solid #E23535;
  transform: scale(0.97);
  transition: transform 0.3s ease-in-out;
}
.category__blog .news__section .news-container .blog-posts .news:hover .news-title {
  -webkit-line-clamp: unset;
}
.category__blog .media__partners {
  background: #FFF;
}
.category__blog .media__partners__wrapper {
  width: 100%;
  margin: 120px auto;
  padding: 1px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .category__blog .media__partners__wrapper {
    margin: 60px auto;
    padding: 0;
  }
}
.category__blog .media__partners__wrapper .heading h4 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .category__blog .media__partners__wrapper .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.category__blog .media__partners__wrapper .heading h4 {
  color: #191919;
}
@media (max-width: 1024px) {
  .category__blog .media__partners__wrapper .heading h4 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.category__blog .media__partners .media__carousel {
  margin-top: 70px;
  padding-bottom: 30px;
}
.category__blog .media__partners .media__carousel__item {
  width: 100%;
}
.category__blog .media__partners .media__carousel__item img {
  margin: auto;
  display: block;
  max-width: 80%;
}
.category__blog .media__partners .media__carousel .slick-dots li button:before {
  font-size: 15px;
  color: #E23535;
}

#modalLogin .modal-dialog .modal-content {
  border-radius: 20px;
}
#modalLogin .modal-dialog .modal-content .modal-body .register {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#modalLogin .modal-dialog .modal-content .modal-body .register a {
  font-weight: 700;
  color: #191919;
}
#modalLogin .modal-dialog .modal-content .modal-body .heading {
  margin: 20px 0;
}
#modalLogin .modal-dialog .modal-content .modal-body .heading h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  text-align: center;
  margin: 0;
}
#modalLogin .modal-dialog .modal-content .modal-body .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FAFAFA;
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
#modalLogin .modal-dialog .modal-content .modal-body .dismiss__button i {
  pointer-events: none;
  font-size: 1.5rem;
  color: #FF3D17;
}
#modalLogin .modal-dialog .modal-content .modal-body .um {
  margin-bottom: 0px !important;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-field-username, #modalLogin .modal-dialog .modal-content .modal-body .um .um-field-password {
  display: flex !important;
  flex-wrap: wrap;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-field-username .um-field-label, #modalLogin .modal-dialog .modal-content .modal-body .um .um-field-password .um-field-label {
  width: 95px !important;
  margin-bottom: 0 !important;
  align-items: center !important;
  display: flex !important;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-field-username .um-field-label label, #modalLogin .modal-dialog .modal-content .modal-body .um .um-field-password .um-field-label label {
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-field-username .um-field-area, #modalLogin .modal-dialog .modal-content .modal-body .um .um-field-password .um-field-area {
  width: 100% !important;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-center #um-submit-btn {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-center #um-submit-btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-center #um-submit-btn:focus {
  border: none;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-center #um-submit-btn:focus-visible {
  border: none;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-center #um-submit-btn {
  font-weight: 700 !important;
  width: auto !important;
  min-width: 180px !important;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-field-area input {
  background: #FFFFFF;
  border: 2px solid #191919 !important;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15) !important;
  border-radius: 10px !important;
  height: 45px;
  font-size: 20px;
  line-height: 20px;
  padding: 0px 10px !important;
}

#modalFeature .modal-content {
  background: #FAFAFA;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  overflow: hidden;
  padding: 32px;
  position: relative;
}
#modalFeature .modal-content .modal-body {
  padding: 0;
}
#modalFeature .modal-content .modal-body .dismiss__button {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(25, 25, 25, 0.15);
  border-radius: 50%;
  color: #191919;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  #modalFeature .modal-content .modal-body .dismiss__button {
    top: 15px;
    right: 15px;
  }
}
#modalFeature .modal-content .modal-body .dismiss__button i {
  color: #FF3D17;
}
#modalFeature .modal-content .modal-body .description {
  max-width: 600px;
  cursor: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#modalFeature .modal-content .modal-body .description .video_wrapper {
  position: relative;
}
#modalFeature .modal-content .modal-body .description .video_wrapper.active button {
  display: none;
}
#modalFeature .modal-content .modal-body .description .video_wrapper .feature_video {
  width: 100%;
}
#modalFeature .modal-content .modal-body .description .video_wrapper button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
}
#modalFeature .modal-content .modal-body .description .video_wrapper button:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
#modalFeature .modal-content .modal-body .description .video_wrapper button:focus {
  border: none;
}
#modalFeature .modal-content .modal-body .description .video_wrapper button:focus-visible {
  border: none;
}
#modalFeature .modal-content .modal-body .description .video_wrapper button {
  text-transform: capitalize;
}
#modalFeature .modal-content .modal-body .description .details h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 15px;
  color: black;
}
@media (max-width: 1024px) {
  #modalFeature .modal-content .modal-body .description .details h5 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #modalFeature .modal-content .modal-body .description .details h5 {
    text-align: center;
    margin-top: 10px;
  }
}
#modalFeature .modal-content .modal-body .description .details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: black;
}
@media (max-width: 768px) {
  #modalFeature .modal-content .modal-body .description .details p {
    text-align: center;
  }
}
#modalFeature .modal-content .modal-body .description .details a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #modalFeature .modal-content .modal-body .description .details a {
    text-align: center;
  }
}

.site-career .globalAward {
  display: none;
}

#wazadan__career .career__header {
  background-color: rgba(0, 0, 0, 0.7294117647);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1921px) {
  #wazadan__career .career__header {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #wazadan__career .career__header {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #wazadan__career .career__header {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #wazadan__career .career__header {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #wazadan__career .career__header {
    padding: 60px 28px;
  }
}
#wazadan__career .career__header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
#wazadan__career .career__header #careerVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
#wazadan__career .career__header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#wazadan__career .career__header .wrapper .desc {
  width: 50%;
}
@media (max-width: 1024px) {
  #wazadan__career .career__header .wrapper .desc {
    width: 100%;
  }
}
#wazadan__career .career__header .wrapper .desc .headings .career__header__title {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  #wazadan__career .career__header .wrapper .desc .headings .career__header__title {
    font-size: 40px;
    line-height: 43px;
  }
}
#wazadan__career .career__header .wrapper .desc .headings .career__header__title {
  color: #FFF;
  text-align: center;
}
@media (max-width: 1024px) {
  #wazadan__career .career__header .wrapper .desc .headings .career__header__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #FFF;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  #wazadan__career .career__header .wrapper .desc .headings .career__header__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .career__header .wrapper .desc .headings h2 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  #wazadan__career .career__header .wrapper .desc .headings h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
#wazadan__career .career__header .wrapper .desc .headings h2 {
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1400px) {
  #wazadan__career .career__header .wrapper .desc .headings h2 {
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
@media (max-width: 1400px) and (max-width: 1400px) {
  #wazadan__career .career__header .wrapper .desc .headings h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
#wazadan__career .career__header .wrapper .desc .headings h2 {
  margin-bottom: 32px;
}
#wazadan__career .career__header .wrapper .desc .headings .header__button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#wazadan__career .career__header .wrapper .desc .headings .header__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#wazadan__career .career__header .wrapper .desc .headings .header__button {
  width: fit-content;
  margin: auto;
}
#wazadan__career .career__header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wazadan__career .career__header .wrapper .card__wrapper img {
  border-radius: 10px;
}
#wazadan__career .about__wazdan {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 100px;
  min-height: 430px;
}
@media (max-width: 1024px) {
  #wazadan__career .about__wazdan {
    padding: 50px 20px;
    min-height: fit-content;
  }
}
#wazadan__career .about__wazdan .learn__more__desc {
  text-align: center;
  max-width: 640px;
}
#wazadan__career .about__wazdan .learn__more__desc h3 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  #wazadan__career .about__wazdan .learn__more__desc h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
#wazadan__career .about__wazdan .learn__more__desc h3 {
  font-weight: 700;
  padding-bottom: 16px;
}
#wazadan__career .about__wazdan .learn__more__desc p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #wazadan__career .about__wazdan .learn__more__desc p {
    font-size: 20px;
    line-height: 26px;
  }
}
#wazadan__career .about__wazdan .learn__more__desc p {
  color: #FFF;
  font-weight: 400;
  opacity: 0;
  transition: 1.3s ease-in-out;
}
#wazadan__career .about__wazdan .learn__more__desc .arrow__wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 54px;
}
#wazadan__career .about__wazdan .learn__more__desc .arrow__wrapper .first {
  -webkit-animation: arrow-anim-1 2s infinite;
  -moz-animation: arrow-anim-1 2s infinite;
  animation: arrow-anim-1 2s infinite;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: 0.1s;
}
#wazadan__career .about__wazdan .learn__more__desc .arrow__wrapper .second {
  -webkit-animation: arrow-anim-2 2s infinite;
  -moz-animation: arrow-anim-2 2s infinite;
  animation: arrow-anim-2 2s infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
}
#wazadan__career .about__wazdan .learn__more__desc .arrow__wrapper .third {
  -webkit-animation: arrow-anim-3 2s infinite;
  -moz-animation: arrow-anim-3 2s infinite;
  animation: arrow-anim-3 2s infinite;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
}
#wazadan__career .about__wazdan .learn__more__desc .arrow__wrapper .fourth {
  -webkit-animation: arrow-anim-4 2s infinite;
  -moz-animation: arrow-anim-4 2s infinite;
  animation: arrow-anim-4 2s infinite;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.4s;
  animation-direction: alternate;
}
#wazadan__career .about__wazdan .learn__more__desc .arrow__wrapper .fifth {
  -webkit-animation: arrow-anim-5 2s infinite;
  -moz-animation: arrow-anim-5 2s infinite;
  animation: arrow-anim-5 2s infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.5s;
  animation-direction: alternate;
}
@keyframes arrow-anim-1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-5 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#wazadan__career .wazdan__benefits {
  background-color: #FAFAFA;
  padding: 120px 96px 0 96px;
  text-align: center;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__benefits {
    padding: 50px 20px;
  }
}
#wazadan__career .wazdan__benefits .benefits__heading {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__benefits .benefits__heading {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .wazdan__benefits .benefits__heading {
  color: #191919;
  padding-bottom: 16px;
}
#wazadan__career .wazdan__benefits .benefits__paragraph {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__benefits .benefits__paragraph {
    font-size: 20px;
    line-height: 25px;
  }
}
#wazadan__career .wazdan__benefits .benefits__paragraph {
  font-weight: 500;
  max-width: 632px;
  margin: auto;
}
#wazadan__career .wazdan__benefits .benefits__description {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: auto;
  gap: 0 50px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__benefits .benefits__description {
    grid-template-columns: 1fr;
  }
}
#wazadan__career .wazdan__benefits .benefits__description ul {
  list-style: none;
}
#wazadan__career .wazdan__benefits .benefits__description ul li {
  margin-bottom: 16px;
}
#wazadan__career .wazdan__benefits .benefits__description ul li .desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  flex-wrap: nowrap;
  text-align: left;
}
#wazadan__career .wazdan__benefits .benefits__description ul li .desc:before {
  content: "\e901";
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-family: "wazdan-icons";
}
#wazadan__career .wazdan__benefits .benefits__description ul li:not(:last-child) {
  margin-bottom: 16px;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper {
  padding-top: 52px;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container {
  max-width: 1350px;
  margin: auto;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .column_benefit {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  width: 195px;
  height: 175px;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .column_benefit img {
  max-width: 44px;
  width: 100%;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .column_benefit .benefit_desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .column_benefit .benefit_desc {
    font-size: 20px;
    line-height: 26px;
  }
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .column_benefit .benefit_desc {
  color: #191919;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-slide {
  padding: 0px 8px;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-dots {
  position: relative;
  padding-top: 30px;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li button {
  height: 15px;
  width: 15px;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
#wazadan__career .wazdan__job__offers {
  background-color: #FFF;
}
@media (min-width: 1921px) {
  #wazadan__career .wazdan__job__offers {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #wazadan__career .wazdan__job__offers {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__job__offers {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #wazadan__career .wazdan__job__offers {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #wazadan__career .wazdan__job__offers {
    padding: 60px 28px;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__job__offers .job__offers__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__title {
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
#wazadan__career .wazdan__job__offers .job__offers__container {
  max-width: 1400px;
  margin: auto;
  padding-bottom: 52px;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul {
  display: flex;
  flex-direction: column;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li a:hover {
  text-decoration: none;
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li {
  list-style: none;
  border-bottom: 0.5px solid #3B3B3B;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li:first-child {
  border-top: 0.5px solid #3B3B3B;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr 0.5fr;
  padding: 24px 12px;
  gap: 30px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 10px;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper:hover h4, #wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper:hover p {
  color: #fff;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__title {
    font-size: 20px;
    line-height: 26px;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__title {
  color: #191919;
  margin: 0;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__desc {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1.8fr 1fr;
  gap: 10px;
  height: 100%;
  justify-items: start;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__desc {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__desc .job__details p {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__desc .job__details p {
    border-right: none;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__desc .job__details:last-child p {
  border-right: none;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper {
    display: none;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper img {
  width: 16px;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper .first {
  -webkit-animation: arrow-anim-1 2s infinite;
  -moz-animation: arrow-anim-1 2s infinite;
  animation: arrow-anim-1 2s infinite;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: 0.1s;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper .second {
  -webkit-animation: arrow-anim-2 2s infinite;
  -moz-animation: arrow-anim-2 2s infinite;
  animation: arrow-anim-2 2s infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper .third {
  -webkit-animation: arrow-anim-3 2s infinite;
  -moz-animation: arrow-anim-3 2s infinite;
  animation: arrow-anim-3 2s infinite;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper .fourth {
  -webkit-animation: arrow-anim-4 2s infinite;
  -moz-animation: arrow-anim-4 2s infinite;
  animation: arrow-anim-4 2s infinite;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.4s;
  animation-direction: alternate;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper .fifth {
  -webkit-animation: arrow-anim-5 2s infinite;
  -moz-animation: arrow-anim-5 2s infinite;
  animation: arrow-anim-5 2s infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.5s;
  animation-direction: alternate;
}
@keyframes arrow-anim-1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-5 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#wazadan__career .wazdan__job__offers .more__offers__button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#wazadan__career .wazdan__job__offers .more__offers__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#wazadan__career .wazdan__job__offers .more__offers__button {
  width: fit-content;
  margin: auto;
}
#wazadan__career .joinus__section {
  padding-bottom: 20px;
  background-color: #fff;
}
#wazadan__career .joinus__section .joinus__header {
  max-width: 880px;
  margin: auto;
  padding-bottom: 52px;
}
@media (max-width: 1024px) {
  #wazadan__career .joinus__section .joinus__header {
    padding: 20px;
  }
}
#wazadan__career .joinus__section .joinus__header h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #wazadan__career .joinus__section .joinus__header h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .joinus__section .joinus__header h2 {
  color: #191919;
  text-align: center;
  padding-bottom: 16px;
}
#wazadan__career .joinus__section .joinus__header p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #wazadan__career .joinus__section .joinus__header p {
    font-size: 20px;
    line-height: 25px;
  }
}
#wazadan__career .joinus__section .joinus__header p {
  font-weight: 500;
  text-align: center;
}
#wazadan__career .joinus__section .joinus__image__gallery .image__wrapper {
  background-color: black;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  #wazadan__career .joinus__section .joinus__image__gallery .image__wrapper {
    pointer-events: none;
  }
}
#wazadan__career .joinus__section .joinus__image__gallery .image__wrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
#wazadan__career .joinus__section .joinus__image__gallery .image__wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
#wazadan__career .joinus__section .joinus__image__gallery .slick-dots {
  position: relative;
}
#wazadan__career .joinus__section .joinus__image__gallery .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
#wazadan__career .joinus__section .joinus__image__gallery .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
#wazadan__career .joinus__section .joinus__image__gallery .slick-dots li button {
  height: 30px;
  width: 30px;
}
#wazadan__career .joinus__section .joinus__image__gallery .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
#wazadan__career .joinus__section .joinus__image__gallery .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
#wazadan__career .joinus__section .slick-list {
  margin: 0 -10px;
  padding: 0px 100px;
}
@media (max-width: 1024px) {
  #wazadan__career .joinus__section .slick-list {
    padding: 0px 50px;
  }
}
#wazadan__career .joinus__section .slick-list .slick-slide {
  margin: 0 10px;
}
#wazadan__career .wazdan__recruitment {
  background-color: #FAFAFA;
}
@media (min-width: 1921px) {
  #wazadan__career .wazdan__recruitment {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #wazadan__career .wazdan__recruitment {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__recruitment {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #wazadan__career .wazdan__recruitment {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #wazadan__career .wazdan__recruitment {
    padding: 60px 28px;
  }
}
#wazadan__career .wazdan__recruitment .wazdan__recruitment__title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__recruitment .wazdan__recruitment__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .wazdan__recruitment .wazdan__recruitment__title {
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper {
  margin: auto;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  position: relative;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .line {
  width: 80%;
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  top: 37px;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps {
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .next-button {
    width: 14px;
  }
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .prev-button {
    width: 14px;
  }
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track {
  position: relative;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide {
  padding: 15px 0;
  opacity: 1;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide:first-child::before {
  content: "";
  width: 30% !important;
  left: -15% !important;
  display: block;
  position: absolute;
  background: #fafafa;
  height: 30px;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide:last-child::before {
  width: 30% !important;
  right: -15% !important;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step {
  position: relative;
  z-index: 2;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__count {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__count {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__count {
  color: #FF3D17;
  color: #191919;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  padding: 0 20px;
  position: relative;
  background: transparent;
  z-index: 3;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__count span {
  background-color: #fafafa;
  padding: 0 30px;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__title {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__title {
    font-size: 20px;
    line-height: 26px;
  }
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__title {
  color: #191919;
  max-width: 250px;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__title {
    font-size: 15px;
    line-height: 19px;
  }
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__icon {
  max-width: 44px;
  margin: auto;
  padding: 14px 0;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  padding: 0px 40px;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide:last-child::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 300px;
  background-color: #fafafa;
  right: -9%;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide:last-child::before {
    right: 0px;
  }
}
#wazadan__career .wazdan__recruitment .apply__btn {
  width: fit-content;
  margin: auto;
  padding-top: 52px;
}
#wazadan__career .wazdan__recruitment .apply__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#wazadan__career .wazdan__recruitment .apply__btn a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#wazadan__career .wazdan__reviews {
  background-color: #FFF;
}
@media (min-width: 1921px) {
  #wazadan__career .wazdan__reviews {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #wazadan__career .wazdan__reviews {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__reviews {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #wazadan__career .wazdan__reviews {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #wazadan__career .wazdan__reviews {
    padding: 60px 28px;
  }
}
#wazadan__career .wazdan__reviews .wazdan__recruitment__title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__reviews .wazdan__recruitment__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .wazdan__reviews .wazdan__recruitment__title {
  color: #191919;
  text-align: center;
  padding-bottom: 16px;
}
#wazadan__career .wazdan__reviews .wazdan__recruitment__desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__reviews .wazdan__recruitment__desc {
    font-size: 20px;
    line-height: 25px;
  }
}
#wazadan__career .wazdan__reviews .wazdan__recruitment__desc {
  font-weight: 500;
  text-align: center;
}
#wazadan__career .wazdan__reviews .reviews__wrapper {
  max-width: 1440px;
  padding-top: 52px;
  margin: auto;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-slide {
  padding: 0 8px;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots {
  position: relative;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots {
    padding-top: 0;
  }
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots li button {
  height: 15px;
  width: 15px;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .review {
  padding: 32px;
  background: #FAFAFA;
  border-radius: 20px;
  display: flex !important;
  flex-wrap: nowrap;
  gap: 24px;
  min-height: 346px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__reviews .reviews__wrapper .review {
    flex-wrap: wrap;
  }
}
#wazadan__career .wazdan__reviews .reviews__wrapper .review .image__wrapper img {
  max-width: 125px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .review .desc__wrapper .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__reviews .reviews__wrapper .review .desc__wrapper .name {
    font-size: 20px;
    line-height: 26px;
  }
}
#wazadan__career .wazdan__reviews .reviews__wrapper .review .desc__wrapper .name {
  color: #191919;
  margin-bottom: 8px;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .review .desc__wrapper .department {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .review .desc__wrapper .review__desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 1921px) {
  #wazadan__career .wazdan__hr__team {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #wazadan__career .wazdan__hr__team {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__hr__team {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #wazadan__career .wazdan__hr__team {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #wazadan__career .wazdan__hr__team {
    padding: 60px 28px;
  }
}
#wazadan__career .wazdan__hr__team {
  background-color: #FFF;
}
#wazadan__career .wazdan__hr__team .wazdan__hr__team__title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__hr__team .wazdan__hr__team__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .wazdan__hr__team .wazdan__hr__team__title {
  color: #191919;
  text-align: center;
  padding-bottom: 16px;
}
#wazadan__career .wazdan__hr__team p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__hr__team p {
    font-size: 20px;
    line-height: 25px;
  }
}
#wazadan__career .wazdan__hr__team p {
  font-weight: 500;
  text-align: center;
  margin: auto;
  max-width: 630px;
}
#wazadan__career .wazdan__hr__team .team__wrapper .apply__btn {
  width: fit-content;
  margin: auto;
  padding-top: 52px;
}
#wazadan__career .wazdan__hr__team .team__wrapper .apply__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#wazadan__career .wazdan__hr__team .team__wrapper .apply__btn a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member {
  padding-top: 52px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__hr__team .team__wrapper .team__member {
    gap: 15px;
    width: 100%;
    margin: auto;
  }
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member {
  width: 300px;
  text-align: center;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image {
  position: relative;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image .linkedin {
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #FF3D17;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image .linkedin {
    width: 48px;
    height: 48px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image .linkedin {
  cursor: pointer;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image .linkedin svg {
  width: 24px;
  fill: white;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image .linkedin:hover {
  background-color: white;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image .linkedin:active {
  background-color: #C43131;
  border: 1px solid #C43131;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image .linkedin:active svg {
  fill: white;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image img.person__image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__name {
  margin-top: 30px;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__name p {
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
  position: relative;
}

.wazdan__job {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .wazdan__job {
    flex-wrap: wrap;
  }
}
.wazdan__job .job__wrapper {
  max-width: 833px;
  margin: auto;
}
@media (min-width: 1921px) {
  .wazdan__job .job__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__job .job__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__job .job__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__job .job__wrapper {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper {
    max-width: 100%;
    padding-top: 120px;
  }
}
.wazdan__job .job__wrapper .job__description {
  padding-bottom: 20px;
}
.wazdan__job .job__wrapper .job__description .job__recruited__by {
  display: flex;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.wazdan__job .job__wrapper .job__description .job__recruited__by p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.wazdan__job .job__wrapper .job__description .job__recruited__by .job__company {
  font-weight: 700;
}
.wazdan__job .job__wrapper .job__description .archived_job p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 8px 16px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  border-radius: 5px;
  width: fit-content;
  margin: 12px 0 32px 0;
}
.wazdan__job .job__wrapper .job__description hr {
  margin: 32px 0;
}
.wazdan__job .job__wrapper .job__description .job__description__header {
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .job__description .job__description__header .job__name {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__description .job__description__header .job__name {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__job .job__wrapper .job__description .job__description__header .job__name {
  color: #191919;
}
.wazdan__job .job__wrapper .job__description .job__sub__heading {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__description .job__sub__heading {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__job .job__wrapper .job__description .job__sub__heading {
  font-weight: 500;
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .job__description .job__category .job__category__name {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 8px 16px;
  background: #FAFAFA;
  border-radius: 5px;
  width: fit-content;
  margin: 12px 0 32px 0;
}
.wazdan__job .job__wrapper .job__description .job__location {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 8px 16px;
  background: #FAFAFA;
  border-radius: 5px;
  width: fit-content;
  margin: 12px 0 32px 0;
  display: none;
}
.wazdan__job .job__wrapper .job__description .job__contract__info {
  display: grid;
  grid-template-columns: 3.7fr 2fr;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__description .job__contract__info {
    grid-template-columns: 1fr;
  }
}
.wazdan__job .job__wrapper .job__description .job__contract__info .job__info {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.wazdan__job .job__wrapper .job__description .job__contract__info .job__info img {
  max-width: 44px;
}
.wazdan__job .job__wrapper .job__description .job__contract__info .job__info span {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding-right: 10px;
  padding: 0 6px;
  border-right: 1px solid;
  text-wrap: nowrap;
}
.wazdan__job .job__wrapper .job__description .job__contract__info .job__info span:last-child {
  border-right: none;
}
.wazdan__job .job__wrapper .job__description .job__technologies {
  padding-bottom: 32px;
}
.wazdan__job .job__wrapper .job__description .job__technologies h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__description .job__technologies h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__description .job__technologies h2 {
  color: #191919;
  padding-bottom: 12px;
}
.wazdan__job .job__wrapper .job__description .job__technologies .job__technologies__parameters {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: 12px;
  padding-bottom: 12px;
  align-items: center;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__description .job__technologies .job__technologies__parameters {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.wazdan__job .job__wrapper .job__description .job__technologies .job__technologies__parameters span {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.wazdan__job .job__wrapper .job__description .job__technologies .job__technologies__parameters .job__param {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.wazdan__job .job__wrapper .job__description .job__technologies .job__technologies__parameters .job__param span {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.wazdan__job .job__wrapper .job__description .job__technologies .job__technologies__parameters .job__param .bold__txt {
  font-weight: bold;
  background: #FAFAFA;
  border-radius: 5px;
  padding: 8px 16px;
}
.wazdan__job .job__wrapper .job__description .job__about__project {
  padding-top: 30px;
}
.wazdan__job .job__wrapper .job__description .job__about__project h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__description .job__about__project h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__description .job__about__project h2 {
  color: #191919;
}
.wazdan__job .job__wrapper .job__description .job__about__project .about__project__content {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__job .job__wrapper .job__requirements__wrapper {
  padding: 32px;
  background: #FAFAFA;
  border-radius: 20px;
}
.wazdan__job .job__wrapper .job__requirements__wrapper .category__label {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  background-color: #fff;
  padding: 8px 16px;
  width: fit-content;
  margin-right: -32px;
  margin-left: auto;
  border-radius: 5px 0px 0px 5px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__requirements__wrapper .category__label {
    margin-bottom: 20px;
  }
}
.wazdan__job .job__wrapper .job__requirements__wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__requirements__wrapper h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__requirements__wrapper h2 {
  color: #191919;
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .job__requirements__wrapper .job__require ul {
  list-style: none;
}
.wazdan__job .job__wrapper .job__requirements__wrapper .job__require ul li .require {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  flex-wrap: nowrap;
}
.wazdan__job .job__wrapper .job__requirements__wrapper .job__require ul li .require:before {
  content: "\e901";
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-family: "wazdan-icons";
}
.wazdan__job .job__wrapper .job__requirements__wrapper .job__require ul li:not(:last-child) {
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .job__preffered__wrapper {
  padding: 32px;
  background: #FAFAFA;
  border-radius: 20px;
  margin: 32px 0;
}
.wazdan__job .job__wrapper .job__preffered__wrapper .category__label {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  background-color: #fff;
  padding: 8px 16px;
  width: fit-content;
  margin-right: -32px;
  margin-left: auto;
  border-radius: 5px 0px 0px 5px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__preffered__wrapper .category__label {
    margin-bottom: 20px;
  }
}
.wazdan__job .job__wrapper .job__preffered__wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__preffered__wrapper h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__preffered__wrapper h2 {
  color: #191919;
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .job__preffered__wrapper .job__preffered ul {
  list-style: none;
}
.wazdan__job .job__wrapper .job__preffered__wrapper .job__preffered ul li .preffered {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  flex-wrap: nowrap;
}
.wazdan__job .job__wrapper .job__preffered__wrapper .job__preffered ul li .preffered:before {
  content: "\e901";
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-family: "wazdan-icons";
}
.wazdan__job .job__wrapper .job__preffered__wrapper .job__preffered ul li:not(:last-child) {
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .job__description__wrapper {
  margin: 32px 0;
  padding: 32px;
  background: #FAFAFA;
  border-radius: 20px;
}
.wazdan__job .job__wrapper .job__description__wrapper .category__label {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  background-color: #fff;
  padding: 8px 16px;
  width: fit-content;
  margin-right: -32px;
  margin-left: auto;
  border-radius: 5px 0px 0px 5px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__description__wrapper .category__label {
    margin-bottom: 20px;
  }
}
.wazdan__job .job__wrapper .job__description__wrapper .job__task ul {
  list-style: none;
}
.wazdan__job .job__wrapper .job__description__wrapper .job__task ul li .task {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  flex-wrap: nowrap;
}
.wazdan__job .job__wrapper .job__description__wrapper .job__task ul li .task:before {
  content: "\e901";
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-family: "wazdan-icons";
}
.wazdan__job .job__wrapper .job__description__wrapper .job__task ul li:not(:last-child) {
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .job__description__wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__description__wrapper h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__description__wrapper h2 {
  color: #191919;
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .meet__team__wrapper {
  padding-bottom: 52px;
}
.wazdan__job .job__wrapper .meet__team__wrapper .team__heading p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .meet__team__wrapper .team__heading p {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .meet__team__wrapper .team__heading p {
  color: #191919;
}
.wazdan__job .job__wrapper .meet__team__wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__job .job__wrapper .meet__team__wrapper li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .meet__team__wrapper li:before {
  content: "\e901";
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-family: "wazdan-icons";
}
.wazdan__job .job__wrapper .job__benefits .benefits__container {
  margin-left: -10px;
}
.wazdan__job .job__wrapper .job__benefits .benefits__container .slick-dots {
  position: relative;
  padding-bottom: 30px;
}
.wazdan__job .job__wrapper .job__benefits .benefits__container .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.wazdan__job .job__wrapper .job__benefits .benefits__container .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.wazdan__job .job__wrapper .job__benefits .benefits__container .slick-dots li button {
  height: 15px;
  width: 15px;
}
.wazdan__job .job__wrapper .job__benefits .benefits__container .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wazdan__job .job__wrapper .job__benefits .benefits__container .slick-dots li.slick-active button::before {
  color: #FF3D17;
  opacity: 1;
}
.wazdan__job .job__wrapper .job__benefits h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__benefits h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__benefits h2 {
  color: #191919;
  margin-bottom: 32px;
}
.wazdan__job .job__wrapper .job__benefits .slick-slide {
  padding: 0 8px;
}
.wazdan__job .job__wrapper .job__benefits .slick-slide .column_benefit {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 32px;
  height: 190px;
}
.wazdan__job .job__wrapper .job__benefits .slick-slide .column_benefit img {
  max-width: 44px;
  margin: auto;
  padding-bottom: 12px;
}
.wazdan__job .job__wrapper .job__benefits .slick-slide .column_benefit .benefit_desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__benefits .slick-slide .column_benefit .benefit_desc {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__benefits .slick-slide .column_benefit .benefit_desc {
  color: #191919;
  text-align: center;
}
.wazdan__job .job__wrapper .job__steps h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__steps h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__steps h2 {
  color: #191919;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__steps h2 {
    text-align: center;
    padding-top: 20px;
  }
}
.wazdan__job .job__wrapper .job__steps .steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 52px;
  gap: 35px;
  position: relative;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__steps .steps {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .wazdan__job .job__wrapper .job__steps .steps {
    justify-content: left;
  }
}
.wazdan__job .job__wrapper .job__steps .steps .line {
  display: none;
  border-left: 3px solid #e23535;
  height: 75%;
  position: absolute;
  left: 50px;
  top: 50px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__steps .steps .line {
    display: block;
  }
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper img {
  max-width: 100px;
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step {
  text-align: left;
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step h2 {
  color: #FF3D17;
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step h3 {
  color: #191919;
  margin-bottom: 8px;
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__job .job__wrapper .job__contact__wrapper {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  gap: 80px;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__contact__wrapper {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.wazdan__job .job__wrapper .job__contact__wrapper .job__contact h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__contact__wrapper .job__contact h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__contact__wrapper .job__contact h2 {
  color: #191919;
  margin-bottom: 12px;
}
.wazdan__job .job__wrapper .job__contact__wrapper .job__contact p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 12px;
}
.wazdan__job .job__wrapper .job__contact__wrapper .job__contact .job__contact__info {
  padding-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.wazdan__job .job__wrapper .job__contact__wrapper .job__contact .job__contact__info img {
  height: 18px;
  width: 26px;
}
.wazdan__job .job__wrapper .job__contact__wrapper .job__contact .job__contact__info a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.wazdan__job .job__wrapper .job__contact__wrapper .job__contact__image img {
  width: 100%;
  max-width: 220px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__contact__wrapper .job__contact__image {
    margin: auto;
  }
}
.wazdan__job .job__wrapper .about__wazdan__wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .about__wazdan__wrapper h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .about__wazdan__wrapper h2 {
  color: #191919;
  margin-bottom: 12px;
}
.wazdan__job .job__wrapper .about__wazdan__wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 32px;
}
.wazdan__job .job__wrapper .about__wazdan__wrapper .team__image {
  width: 100%;
  border-radius: 20px;
}
.wazdan__job .job__wrapper .about__wazdan__wrapper .about__buttons__wrapper {
  padding-top: 32px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 12px;
}
.wazdan__job .job__wrapper .about__wazdan__wrapper .about__buttons__wrapper .more__offers__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__job .job__wrapper .about__wazdan__wrapper .about__buttons__wrapper .more__offers__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazdan__job .job__wrapper .about__wazdan__wrapper .about__buttons__wrapper .learn__more__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.wazdan__job .job__wrapper .about__wazdan__wrapper .about__buttons__wrapper .learn__more__btn:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.wazdan__job .form__wrapper {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  max-width: 607px;
  z-index: 1;
}
@media (min-width: 1921px) {
  .wazdan__job .form__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__job .form__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__job .form__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__job .form__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__job .form__wrapper {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .wazdan__job .form__wrapper {
    max-width: 100%;
  }
}
.wazdan__job .form__wrapper .form__header h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .wazdan__job .form__wrapper .form__header h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__job .form__wrapper .form__header h2 {
  color: #FFF;
}
.wazdan__job .form__wrapper .form__header h3 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazdan__job .form__wrapper .form__header h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__job .form__wrapper .form__header h3 {
  font-weight: 500;
}
.wazdan__job .form__wrapper .form {
  position: sticky;
  top: 100px;
}
.wazdan__job .form__wrapper .form .wpforms-field {
  padding: 6px 0;
}
.wazdan__job .form__wrapper .form .wpforms-field input, .wazdan__job .form__wrapper .form .wpforms-field textarea {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 12px 24px;
}
.wazdan__job .form__wrapper .form .wpforms-field input::placeholder, .wazdan__job .form__wrapper .form .wpforms-field textarea::placeholder {
  color: #808080;
  opacity: 1;
}
.wazdan__job .form__wrapper .form .resume__field {
  margin-top: 6px;
  padding: 16px 25px;
  border-radius: 5px;
  background: #FAFAFA;
}
.wazdan__job .form__wrapper .form .wpforms-uploader.dz-clickable {
  background: #FAFAFA;
  border-radius: 5px !important;
  border: none !important;
  text-align: center;
  padding: 20px;
}
.wazdan__job .form__wrapper .form .wpforms-uploader.dz-clickable .dz-message svg {
  display: none;
}
.wazdan__job .form__wrapper .form .wpforms-field-select {
  margin-left: 0;
}
.wazdan__job .form__wrapper .form .wpforms-field-select select {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px 24px;
}
.wazdan__job .form__wrapper .form .wpforms-field-select select option:hover {
  box-shadow: 0 0 10px 100px #000 inset;
}
.wazdan__job .form__wrapper .form .wpforms-field-select select option:nth-child(5) {
  display: none;
}
.wazdan__job .form__wrapper .form .wpforms-field-select .choices__inner {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px 24px;
}
.wazdan__job .form__wrapper .form .wpforms-field-select .choices__placeholder {
  color: #808080;
  opacity: 1;
}
.wazdan__job .form__wrapper .form .modern-title {
  color: #191919 !important;
  font-size: 14px;
}
.wazdan__job .form__wrapper .form .modern-title span:first-child {
  text-decoration: underline;
  font-weight: 900;
}
.wazdan__job .form__wrapper .form .modern-hint {
  color: #191919 !important;
  font-size: 12px;
}
.wazdan__job .form__wrapper .form .agree__txt {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.wazdan__job .form__wrapper .form .open {
  -webkit-line-clamp: inherit;
  -webkit-text-fill-color: inherit;
}
.wazdan__job .form__wrapper .form .read__button, .wazdan__job .form__wrapper .form .read__button__pl {
  color: #191919;
  cursor: pointer;
  font-weight: 700;
  padding-top: 30px;
  font-size: 12px;
}
.wazdan__job .form__wrapper .form .privacy__txt {
  margin-bottom: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
}
.wazdan__job .form__wrapper .form .privacy__txt a.term__link {
  color: #fff;
  text-decoration: underline;
}
.wazdan__job .form__wrapper .form .wpforms-submit-container {
  padding-top: 5px;
  text-align: center;
}
.wazdan__job .form__wrapper .form .wpforms-submit-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.wazdan__job .form__wrapper .form .wpforms-submit-container .wpforms-submit:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.wazdan__job .form__wrapper .form .wpforms-submit-container .wpforms-submit {
  margin: auto;
}
.wazdan__job .form__wrapper .job__form .job__form__name, .wazdan__job .form__wrapper .job__form .job__form__surname, .wazdan__job .form__wrapper .job__form .job__form__email, .wazdan__job .form__wrapper .job__form .job__form__mail, .wazdan__job .form__wrapper .job__form .job__select, .wazdan__job .form__wrapper .job__form .job__form__reccomendation {
  position: relative;
}
.wazdan__job .form__wrapper .job__form .job__form__name .reset, .wazdan__job .form__wrapper .job__form .job__form__surname .reset, .wazdan__job .form__wrapper .job__form .job__form__email .reset, .wazdan__job .form__wrapper .job__form .job__form__mail .reset, .wazdan__job .form__wrapper .job__form .job__select .reset, .wazdan__job .form__wrapper .job__form .job__form__reccomendation .reset {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.wazdan__job .form__wrapper .job__form .upload__en .reset, .wazdan__job .form__wrapper .job__form .upload__pl .reset {
  display: none;
}
.wazdan__job .form__wrapper .job__form .reset {
  display: none;
}
.wazdan__job .form__wrapper .job__form label.wpforms-error {
  color: #fff;
  padding: 5px 0 0 5px;
}
.wazdan__job .form__wrapper .job__form .job__select__reccomendation {
  background-color: #fff;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px 20px;
}
.wazdan__job .form__wrapper .all__offer__form .all__offer__name, .wazdan__job .form__wrapper .all__offer__form .all__offer__surname, .wazdan__job .form__wrapper .all__offer__form .all__offer__msg, .wazdan__job .form__wrapper .all__offer__form .job__select {
  position: relative;
}
.wazdan__job .form__wrapper .all__offer__form .all__offer__name .reset, .wazdan__job .form__wrapper .all__offer__form .all__offer__surname .reset, .wazdan__job .form__wrapper .all__offer__form .all__offer__msg .reset, .wazdan__job .form__wrapper .all__offer__form .job__select .reset {
  position: absolute;
  top: 10px;
  right: 10px;
}
.wazdan__job .form__wrapper .all__offer__form .upload__en .reset {
  display: none;
}
.wazdan__job .form__wrapper .all__offer__form .wpforms-error {
  color: #fff;
}
.wazdan__job .form__wrapper .all__offer__form .wpforms-field-select {
  margin-left: 0;
}
.wazdan__job .form__wrapper .all__offer__form .wpforms-field-select select {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px 24px;
}
.wazdan__job .form__wrapper .all__offer__form .wpforms-field-select .choices__inner {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px 24px;
}
.wazdan__job .form__wrapper .all__offer__form .reset {
  display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
  position: relative;
}

.wazadan__offers .wazdan__jobs {
  background-color: #fff;
}
.wazadan__offers .wazdan__jobs .jobs__container {
  min-height: 80vh;
}
.wazadan__offers .header__banner {
  display: flex;
  justify-content: center;
  padding-top: 85px;
}
@media (max-width: 1024px) {
  .wazadan__offers .header__banner {
    padding-top: 58px;
  }
}
@media (min-width: 1921px) {
  .wazadan__offers .header__offers {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazadan__offers .header__offers {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazadan__offers .header__offers {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__offers .header__offers {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__offers .header__offers {
    padding: 60px 28px;
  }
}
.wazadan__offers .header__offers {
  background: #FAFAFA;
}
.wazadan__offers .header__offers .title__wrapper {
  max-width: 1250px;
  margin: auto;
}
.wazadan__offers .header__offers .title__wrapper .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .wazadan__offers .header__offers .title__wrapper .title {
    font-size: 40px;
    line-height: 43px;
  }
}
.wazadan__offers .header__offers .title__wrapper .title {
  color: #191919;
  text-align: center;
}
@media (max-width: 1024px) {
  .wazadan__offers .header__offers .title__wrapper .title {
    font-size: 30px;
    line-height: 33px;
  }
}
.wazadan__offers .header__offers .title__wrapper .join__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .wazadan__offers .header__offers .title__wrapper .join__title {
    font-size: 40px;
    line-height: 43px;
  }
}
.wazadan__offers .header__offers .title__wrapper .join__title {
  color: #FF3D17;
  font-size: 38px;
  text-align: center;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .wazadan__offers .header__offers .title__wrapper .join__title {
    font-size: 30px;
    line-height: 33px;
  }
}
.wazadan__offers .jobListContent {
  max-width: 1550px;
  margin: auto;
}
@media (min-width: 1921px) {
  .wazadan__offers .jobListContent {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazadan__offers .jobListContent {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazadan__offers .jobListContent {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__offers .jobListContent {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__offers .jobListContent {
    padding: 60px 28px;
  }
}
.wazadan__offers .jobListContent p.no-result {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__offers .jobListContent p.no-result {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__offers .jobListContent p.no-result {
  color: #191919;
  text-align: center;
  padding-top: 50px;
}
.wazadan__offers .job__list {
  transition: width 0.5s;
  position: relative;
}
.wazadan__offers .job__list .jobList {
  max-width: 1350px;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.wazadan__offers .job__list .jobList .no-result {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .jobList {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px 10px;
  }
}
.wazadan__offers .job__list .jobList li {
  list-style: none;
  border-bottom: 0.5px solid #3B3B3B;
}
.wazadan__offers .job__list .jobList li:first-child {
  border-top: 0.5px solid #3B3B3B;
}
.wazadan__offers .job__list .jobList li a:hover {
  text-decoration: none;
}
.wazadan__offers .job__list .jobList li:has(.Archived) {
  background-color: #cccccc;
}
.wazadan__offers .job__list .jobList li:has(.Archived) .jobName, .wazadan__offers .job__list .jobList li:has(.Archived) .jobDesc {
  opacity: 0.7;
}
.wazadan__offers .job__list .jobList li:has(.Zarchiwizowane) {
  background-color: #cccccc;
}
.wazadan__offers .job__list .jobList li:has(.Zarchiwizowane) .jobName, .wazadan__offers .job__list .jobList li:has(.Zarchiwizowane) .jobDesc {
  opacity: 0.7;
}
.wazadan__offers .job__list .jobList li .job .jobContent {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 24px 12px;
  gap: 30px;
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .jobList li .job .jobContent {
    display: flex;
    flex-direction: column;
    padding: 25px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
.wazadan__offers .job__list .jobList li .job .jobContent .jobName {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__offers .job__list .jobList li .job .jobContent .jobName {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__offers .job__list .jobList li .job .jobContent .jobName {
  color: #191919;
  margin: 0;
}
.wazadan__offers .job__list .jobList li .job .jobContent .jobDesc {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1.5fr 1fr;
  gap: 10px;
  height: 100%;
  justify-items: start;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .jobList li .job .jobContent .jobDesc {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.wazadan__offers .job__list .jobList li .job .jobContent .jobDesc p.jobDetails {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}
.wazadan__offers .job__list .jobList li .job .jobContent .jobDesc p.jobDetails:last-child {
  border-right: none;
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .jobList li .job .jobContent .jobDesc p.jobDetails {
    border-right: none;
  }
}
.wazadan__offers .job__list .jobList li .job .jobContent .job_status {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__offers .job__list .jobList li .job .jobContent .job_status {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__offers .job__list .jobList li .job .jobContent .job_status {
  color: #191919;
  font-size: 16px;
  opacity: 0.7;
}
.wazadan__offers .job__list .jobList li .job:hover {
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
}
.wazadan__offers .job__list .jobList li .job:hover a {
  color: #fff;
}
.wazadan__offers .job__list .jobList li .job:hover .jobName {
  color: #fff;
}
.wazadan__offers .job__list .jobList li .job:hover .jobDesc p.jobDetails {
  color: #fff;
}
.wazadan__offers .job__list .jobList li .job:hover .job_status {
  color: #fff;
}
.wazadan__offers .job__list .show__more__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazadan__offers .job__list .show__more__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__offers .job__list .show__more__btn:hover {
  background-color: #FF3D17;
  color: #fff;
}
.wazadan__offers .job__list .show__more__btn:active {
  background-color: #C43131;
  color: #fff;
}
.wazadan__offers .job__list .show__more__btn {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1920px) {
  .wazadan__offers .job__list .show__more__btn {
    margin-top: 52px;
    margin-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .show__more__btn {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .wazadan__offers .job__list .show__more__btn {
    margin-top: 36px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1921px) {
  .wazadan__offers .job__list .show__more__btn {
    margin-top: 68px;
    margin-bottom: 80px;
  }
}
.wazadan__offers .job__list .job__filter {
  background-color: #fff;
  padding: 24px 96px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  z-index: 999;
  margin-bottom: -100px;
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .job__filter {
    justify-content: center;
  }
}
.wazadan__offers .job__list .job__filter__button {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  top: -3px;
}
.wazadan__offers .job__list .job__filter__button i {
  font-size: 30px;
  line-height: 1rem;
  color: black;
  padding: 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -3px;
}
.wazadan__offers .job__list .job__filter__button:hover {
  transition: 0.3s;
}
.wazadan__offers .job__list .job__filter__button:hover i {
  color: #FF3D17;
}
.wazadan__offers .job__list .job__filter__button:active i {
  color: #C43131;
}
.wazadan__offers .job__list .job__filter p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  width: fit-content;
}
.wazadan__offers .job__list .job__filter .countOffers {
  text-decoration: none;
  cursor: default;
}
.wazadan__offers .job__list .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper {
  min-height: 100vh;
}
.wazadan__offers .job__list .jobs__filter__sidebar.open {
  right: 0;
  box-shadow: 0px 4px 10px rgba(25, 25, 25, 0.15);
}
.wazadan__offers .job__list .jobs__filter__sidebar {
  height: 100%;
  width: 30vw;
  position: absolute;
  z-index: 9;
  right: -30vw;
  background-color: #FAFAFA;
  overflow-x: hidden;
  transition: 0.5s;
  background: #FAFAFA;
}
.wazadan__offers .job__list .jobs__filter__sidebar::-webkit-scrollbar {
  width: 5px;
}
.wazadan__offers .job__list .jobs__filter__sidebar::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 3px solid #191919;
}
@media (max-width: 991.98px) {
  .wazadan__offers .job__list .jobs__filter__sidebar {
    width: 100%;
    right: -100%;
  }
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top {
  display: flex;
  flex-wrap: wrap;
  padding: 36px 96px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CDCDCD;
  position: sticky;
  z-index: 1;
  top: 0;
  background-color: #191919;
}
@media (max-width: 1400px) {
  .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top {
    padding: 32px;
  }
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top h3 {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .count, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .count {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .close__txt, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .close__txt {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  text-decoration: underline;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .close__txt:hover, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .close__txt:hover {
  text-decoration: underline;
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .close__icon, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .close__icon {
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .close__icon i, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .close__icon i {
  font-size: 26px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  position: relative;
  top: 3px;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .close__icon i:hover, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .close__icon i:hover {
  color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .close__icon i:active, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .close__icon i:active {
  color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn:hover, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn:hover {
  color: #FF3D17;
  cursor: pointer;
  text-decoration: none;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn:active, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn:active {
  color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom {
  padding: 52px 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1400px) {
  .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom {
    padding: 32px;
  }
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .jobs__category {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .jobs__category {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .jobs__category {
  color: #191919;
  margin: 32px 0 16px 0;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter .selected__element a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter .selected__element a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter .selected__element a {
  color: #fff;
  background-color: #191919;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter label {
  margin: 0;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter label:hover {
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter label #inlineCheckbox1 a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter label #inlineCheckbox1 a:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter label #inlineCheckbox1 a:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter input:disabled a {
  background-color: gray;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter input:disabled + label a {
  background-color: gray;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a {
  color: #fff;
  background-color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter:focus {
  border: none;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter:focus-visible {
  border: none;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter {
  color: #191919;
  bottom: 34px;
  left: 10px;
  position: relative;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter:hover {
  color: #FF3D17;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter i {
  position: absolute;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter p {
  margin: 0;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end {
  display: none;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .reset_btn {
  color: #191919;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .close_btn, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .results {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .close_btn:hover, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .results:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .close_btn:focus, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .results:focus {
  border: none;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .close_btn:focus-visible, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .results:focus-visible {
  border: none;
}
@media (min-width: 1921px) {
  .wazadan__offers .default__form__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazadan__offers .default__form__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazadan__offers .default__form__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__offers .default__form__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__offers .default__form__section {
    padding: 60px 28px;
  }
}
.wazadan__offers .default__form__section {
  background-color: #FAFAFA;
}
.wazadan__offers .default__form__section .default__form__wrapper {
  max-width: 1350px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}
.wazadan__offers .default__form__section .default__form__wrapper .content {
  max-width: 510px;
}
.wazadan__offers .default__form__section .default__form__wrapper .content h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .wazadan__offers .default__form__section .default__form__wrapper .content h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__offers .default__form__section .default__form__wrapper .content h2 {
  color: #191919;
  padding-bottom: 16px;
  margin: 0;
}
.wazadan__offers .default__form__section .default__form__wrapper .content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__offers .default__form__section .default__form__wrapper .content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazadan__offers .default__form__section .default__form__wrapper .content p {
  font-weight: 500;
  padding-bottom: 32px;
}
.wazadan__offers .default__form__section .default__form__wrapper .content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazadan__offers .default__form__section .default__form__wrapper .content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__offers .default__form__section .default__form__wrapper .content a {
  width: fit-content;
}
.wazadan__offers .default__form__section .default__form__wrapper .image img {
  border-radius: 20px;
}

#careerModal .modal-dialog, #careerModalPL .modal-dialog {
  max-width: 826px;
}
@media (max-width: 1024px) {
  #careerModal .modal-dialog, #careerModalPL .modal-dialog {
    max-width: 100%;
  }
}
#careerModal .modal-dialog .modal-content, #careerModalPL .modal-dialog .modal-content {
  border-radius: 20px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
#careerModal .modal-dialog .modal-content .modal-body, #careerModalPL .modal-dialog .modal-content .modal-body {
  padding: 52px;
}
@media (max-width: 1024px) {
  #careerModal .modal-dialog .modal-content .modal-body, #careerModalPL .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}
#careerModal .modal-dialog .modal-content .modal-body .heading, #careerModalPL .modal-dialog .modal-content .modal-body .heading {
  margin: 20px 0;
}
@media (max-width: 1024px) {
  #careerModal .modal-dialog .modal-content .modal-body .heading, #careerModalPL .modal-dialog .modal-content .modal-body .heading {
    margin: 40px 0 25px 0;
  }
}
#careerModal .modal-dialog .modal-content .modal-body .heading h4, #careerModalPL .modal-dialog .modal-content .modal-body .heading h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  #careerModal .modal-dialog .modal-content .modal-body .heading h4, #careerModalPL .modal-dialog .modal-content .modal-body .heading h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
#careerModal .modal-dialog .modal-content .modal-body .heading h4, #careerModalPL .modal-dialog .modal-content .modal-body .heading h4 {
  color: #FFF;
  text-align: center;
  margin-bottom: 12px;
}
#careerModal .modal-dialog .modal-content .modal-body .heading .tell__about, #careerModalPL .modal-dialog .modal-content .modal-body .heading .tell__about {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}
#careerModal .modal-dialog .modal-content .modal-body .heading .required__fields, #careerModalPL .modal-dialog .modal-content .modal-body .heading .required__fields {
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
#careerModal .modal-dialog .modal-content .modal-body .dismiss__button, #careerModalPL .modal-dialog .modal-content .modal-body .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FAFAFA;
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
#careerModal .modal-dialog .modal-content .modal-body .dismiss__button i, #careerModalPL .modal-dialog .modal-content .modal-body .dismiss__button i {
  pointer-events: none;
  font-size: 1.5rem;
  color: #FF3D17;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field {
  padding: 6px 0;
  margin-left: 12px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field input, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field input, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 12px 24px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field input::placeholder, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea::placeholder, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field input::placeholder, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea::placeholder {
  color: #808080;
  opacity: 1;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea {
  height: 130px;
}
@media (max-width: 1024px) {
  #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea {
    height: 175px;
  }
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-one-half, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-one-half {
  width: 49%;
}
@media (max-width: 1024px) {
  #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-one-half, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-one-half {
    width: 48%;
  }
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .resume__field, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .resume__field {
  margin-left: 0px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-uploader.dz-clickable, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-uploader.dz-clickable {
  background: #FAFAFA;
  border-radius: 5px !important;
  border: none !important;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .modern-title, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .modern-hint, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .modern-title, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .modern-hint {
  color: #191919 !important;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .agree__txt, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .agree__txt {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  background: #fff;
  padding: 32px;
  border-radius: 5px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .privacy__txt, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .privacy__txt {
  margin-bottom: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .privacy__txt a.term__link, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .privacy__txt a.term__link {
  color: #fff;
  text-decoration: underline;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container {
  padding-top: 32px;
  text-align: center;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container .wpforms-submit, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container .wpforms-submit:hover, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container .wpforms-submit:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container .wpforms-submit, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container .wpforms-submit {
  margin: auto;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__name, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__surname, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__msg, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .job__select, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__name, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__surname, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__msg, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .job__select {
  position: relative;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__name .reset, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__surname .reset, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__msg .reset, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .job__select .reset, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__name .reset, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__surname .reset, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__msg .reset, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .job__select .reset {
  position: absolute;
  top: 10px;
  right: 10px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .upload__en .reset, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .upload__en .reset {
  display: none;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-error, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-error {
  color: #fff;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-field-select, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-field-select {
  margin-left: 0;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-field-select select, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-field-select select {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px 24px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-field-select .choices__inner, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-field-select .choices__inner {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px 24px;
}

.wazadan__jurisdiction .jurisdiction__header {
  background-color: #FAFAFA;
  min-height: 650px;
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdiction__header {
    min-height: fit-content;
  }
}
.wazadan__jurisdiction .jurisdiction__header .wrapper {
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdiction__header .wrapper {
    margin-top: 0px;
  }
}
.wazadan__jurisdiction .jurisdiction__header .wrapper .desc {
  width: 50%;
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdiction__header .wrapper .desc {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .wazadan__jurisdiction .jurisdiction__header {
    padding: 100px 96px;
    padding-bottom: 125px;
  }
}
@media (max-width: 1920px) {
  .wazadan__jurisdiction .jurisdiction__header {
    padding: 80px 96px;
    padding-bottom: 125px;
  }
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdiction__header {
    padding: 60px 60px;
    margin-top: 58px;
  }
}
@media (max-width: 768px) {
  .wazadan__jurisdiction .jurisdiction__header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__jurisdiction .jurisdiction__header {
    padding: 40px 28px;
  }
}
.wazadan__jurisdiction .jurisdiction__header .jurisdiction__header__title {
  padding-bottom: 15px;
  max-width: 670px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .wazadan__jurisdiction .jurisdiction__header .jurisdiction__header__title {
    font-size: 40px;
    line-height: 43px;
  }
}
.wazadan__jurisdiction .jurisdiction__header .jurisdiction__header__title {
  color: #191919;
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdiction__header .jurisdiction__header__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #191919;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .wazadan__jurisdiction .jurisdiction__header .jurisdiction__header__title {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__jurisdiction .jurisdiction__header h2 {
  max-width: 670px;
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdiction__header h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wazadan__jurisdiction .jurisdiction__header h2 {
  font-weight: 500;
}
@media (max-width: 1400px) {
  .wazadan__jurisdiction .jurisdiction__header h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
.wazadan__jurisdiction .jurisdiction__header h2 {
  margin-bottom: 32px;
}
.wazadan__jurisdiction .jurisdiction__header .jurisdiction__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  width: 405px;
  height: 288px;
  border-radius: 20px;
  margin: auto;
  filter: drop-shadow(0px 2px 4px rgba(25, 25, 25, 0.15));
}
.wazadan__jurisdiction .jurisdiction__header .jurisdiction__wrapper img {
  max-width: 144px;
  margin-bottom: 16px;
}
.wazadan__jurisdiction .jurisdiction__header .jurisdiction__wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .wazadan__jurisdiction .jurisdiction__header .jurisdiction__wrapper h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__jurisdiction .jurisdiction__header .jurisdiction__wrapper h2 {
  color: #191919;
  margin-bottom: 12px;
}
.wazadan__jurisdiction .jurisdiction__header .jurisdiction__wrapper a {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.wazadan__jurisdiction .jurisdictions {
  padding: 80px 20px;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container {
  max-width: 1440px;
  margin: auto;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 32px;
  filter: drop-shadow(0px 2px 4px rgba(25, 25, 25, 0.15));
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item .img__wrapper {
  margin-bottom: 15px;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item .img__wrapper img {
  max-width: 150px;
  width: auto;
  height: 80px;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item h3 {
  color: #191919;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item .markets__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 15px;
  justify-content: center;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item .markets__wrapper p {
  margin: 0;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item .markets__wrapper .show_games_jurisdiction {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item .markets__wrapper .show_games_jurisdiction:hover {
  text-decoration: none;
  color: #191919;
}

.site-career-form header, .site-career-form footer {
  display: none !important;
}

.site-career-form .globalAward {
  display: none;
}

.career_form .career_form_header.hidden {
  display: none;
}
.career_form .career_form_header {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #D4ECFF;
  opacity: 0.99;
}
@media (min-width: 1921px) {
  .career_form .career_form_header {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .career_form .career_form_header {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .career_form .career_form_header {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .career_form .career_form_header {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .career_form .career_form_header {
    padding: 60px 28px;
  }
}
.career_form .career_form_header .hero_image {
  position: absolute;
  width: 100%;
  max-width: 250px;
}
@media (max-width: 768px) {
  .career_form .career_form_header .hero_image {
    display: none;
  }
}
.career_form .career_form_header .hero_image.first {
  bottom: 7%;
  left: 8%;
  max-width: 350px;
  transform: rotate(50deg);
  animation: pulsate-bck 30s linear infinite both;
}
.career_form .career_form_header .hero_image.second {
  bottom: 8%;
  right: 8%;
  max-width: 350px;
  animation: pulsate-bck 15s linear infinite both;
}
.career_form .career_form_header .hero_image.third {
  top: 20%;
  right: 4%;
  animation: pulsate-bck 30s linear infinite both;
}
.career_form .career_form_header .hero_image.fourth {
  top: 20%;
  left: 3%;
  animation: pulsate-bck 20s linear infinite both;
}
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translate(7px, 3px);
  }
  20% {
    transform: translate(1px, -7px);
  }
  30% {
    transform: translate(-7px, 10px);
  }
  40% {
    transform: translate(9px, -7px);
  }
  50% {
    transform: translate(-6px, -10px);
  }
  60% {
    transform: translate(7px, 9px);
  }
  70% {
    transform: translate(-5px, 5px);
  }
  80% {
    transform: translate(5px, -5px);
  }
  90% {
    transform: translate(7px, 9px);
  }
  100% {
    transform: translate(0);
  }
}
.career_form .career_form_header .logo_wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  background-color: #D4ECFF;
  background-image: url("https://wazdan.com/wp-content/uploads/bcg-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom 10px;
  position: absolute;
  top: 0px;
  padding: 30px 20px 20px 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .career_form .career_form_header .logo_wrapper {
    background-size: cover;
    background-position: left;
    padding: 20px;
    background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  }
}
.career_form .career_form_header .logo_wrapper img {
  max-width: 320px;
  width: 100%;
  max-height: 40px;
}
.career_form .career_form_header .logo_wrapper h2 {
  color: #FF8112;
  font-size: 44px;
  text-align: right;
  font-weight: 600;
}
@media (max-width: 768px) {
  .career_form .career_form_header .logo_wrapper h2 {
    display: none;
  }
}
.career_form .career_form_header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.career_form .career_form_header .wrapper .desc {
  width: 75%;
}
@media (max-width: 1024px) {
  .career_form .career_form_header .wrapper .desc {
    width: 100%;
  }
}
.career_form .career_form_header .wrapper .desc .headings .career__header__title {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .career_form .career_form_header .wrapper .desc .headings .career__header__title {
    font-size: 40px;
    line-height: 43px;
  }
}
.career_form .career_form_header .wrapper .desc .headings .career__header__title {
  color: #191919;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .career_form .career_form_header .wrapper .desc .headings .career__header__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #191919;
  }
}
@media (max-width: 768px) and (max-width: 1400px) {
  .career_form .career_form_header .wrapper .desc .headings .career__header__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.career_form .career_form_header .wrapper .desc .headings h2 {
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .career_form .career_form_header .wrapper .desc .headings h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.career_form .career_form_header .wrapper .desc .headings h2 {
  font-weight: 500;
  text-align: center;
  max-width: 900px;
  margin: auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .career_form .career_form_header .wrapper .desc .headings h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) and (max-width: 1400px) {
  .career_form .career_form_header .wrapper .desc .headings h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.career_form .career_form_header .wrapper .desc .headings h2 {
  margin-bottom: 32px;
}
.career_form .career_form_header .wrapper .desc .headings .start_form__button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.career_form .career_form_header .wrapper .desc .headings .start_form__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.career_form .career_form_header .wrapper .desc .headings .start_form__button {
  background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
  padding: 16px 35px;
  width: fit-content;
  margin: auto;
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .career_form .career_form_header .wrapper .desc .headings .start_form__button {
    font-size: 20px;
    line-height: 25px;
  }
}
.career_form .career_form_header .wrapper .desc .headings .start_form__button {
  font-weight: 500;
}
@media (max-width: 768px) {
  .career_form .career_form_header .wrapper .desc .headings .start_form__button {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .career_form .career_form_header .wrapper .desc .headings .start_form__button:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .career_form .career_form_header .wrapper .desc .headings .start_form__button:focus {
    border: none;
  }
  .career_form .career_form_header .wrapper .desc .headings .start_form__button:focus-visible {
    border: none;
  }
  .career_form .career_form_header .wrapper .desc .headings .start_form__button {
    background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
  }
}
@media (max-width: 768px) and (max-width: 1400px) {
  .career_form .career_form_header .wrapper .desc .headings .start_form__button {
    font-size: 20px;
    line-height: 25px;
  }
}
.career_form .career_form_header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.career_form .career_form_header .wrapper .card__wrapper img {
  border-radius: 10px;
}
.career_form .career_form_section.show {
  display: block;
}
.career_form .career_form_section {
  min-height: 100vh;
  background-color: #fff;
  display: none;
}
.career_form .career_form_section .logo_wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  background-color: #fff;
  background-image: url("https://wazdan.com/wp-content/uploads/bcg-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  padding: 30px 20px 20px 20px;
  width: 100%;
  height: 165px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .logo_wrapper {
    background-size: cover;
    background-position: left;
    padding: 20px;
    background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
    height: 70px;
  }
}
.career_form .career_form_section .logo_wrapper img {
  max-width: 320px;
  width: 100%;
  max-height: 40px;
}
.career_form .career_form_section .form_wrapper {
  min-height: 70vh;
  flex-direction: column;
  width: 80vw;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career_form .career_form_section .form_wrapper .career_multistep_form {
  width: 100%;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .thank_you_text {
  color: #FF8112;
  font-size: 44px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .thank_you_text {
    font-size: 24px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .see_you_text {
  color: #000;
  font-size: 34px;
  font-weight: 400;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .see_you_text {
    font-size: 24px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .return_btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .return_btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .return_btn {
  background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
  margin: auto;
  padding: 9px 35px;
  font-size: 25px;
  line-height: 34px;
  width: fit-content;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .return_btn {
    font-size: 20px;
    line-height: 30px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-page-indicator-steps {
  display: none;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-field-label {
  color: #000;
  font-size: 37px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-field-label {
    font-size: 24px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-error {
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-button {
    min-width: 40px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-next {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-next:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-next {
  border-radius: 30px;
  background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
  width: 85px;
  height: 85px;
  font-size: 40px;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-next:hover {
  border-color: #FF8C16;
  background: #FF8C16;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-next {
    max-width: 50px;
    max-height: 50px;
    height: 100%;
    width: 100%;
    font-size: 30px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-prev {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-prev:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-prev {
  border-radius: 30px;
  background: #FFF;
  color: #FF8C16;
  width: 85px;
  height: 85px;
  font-size: 40px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-prev {
    color: #FF8C16;
    max-width: 50px;
    max-height: 50px;
    height: 100%;
    width: 100%;
    font-size: 30px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-submit-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-submit-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-submit-container .wpforms-submit {
  background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
  margin-right: 0;
  margin-left: auto;
  padding: 9px 35px;
  font-size: 25px;
  line-height: 34px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-submit-container .wpforms-submit {
    font-size: 20px;
    line-height: 30px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-pagebreak:first-child {
  padding: 0 !important;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-pagebreak {
  padding: 40px 0;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-text, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-name, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-email, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-text input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-name input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-email input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox input {
  border-radius: 15px;
  background: #F3F3F3;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  height: 50px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-text input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-name input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-email input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox input {
    font-size: 24px;
    height: 40px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-text input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-name input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-email input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox input::placeholder {
  color: #C1C1C1;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-text input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-name input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-email input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox input::placeholder {
    font-size: 24px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul {
  max-width: 1000px;
  width: 100%;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul li {
  position: relative;
  width: 100%;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul li .wpforms-error {
  width: 30px !important;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul li input {
  height: auto;
  position: absolute;
  left: -50px;
  top: 5px;
  height: 30px;
  width: 30px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul li input {
    position: static;
    height: 12px;
    width: 12px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul li label {
  color: #6D6D6D;
  font-size: 18px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul li label {
    font-size: 12px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul {
  width: 100%;
  max-height: 430px;
  overflow-y: scroll;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li {
  border-radius: 15px;
  background: #F3F3F3 !important;
  padding: 7px 20px !important;
  margin-bottom: 9px !important;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li .wpforms-error {
  width: 30px !important;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li input {
  height: 29px;
  width: 29px;
  vertical-align: text-bottom;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li input {
    height: 20px;
    width: 20px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li label {
  font-size: 25px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li label {
    font-size: 18px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li label.wpforms-error {
  width: fit-content;
}

.site-promo-tools .globalAward {
  display: none;
}

.promo_tools .promo_tools_header {
  background-color: #FAFAFA;
  min-height: 650px;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header {
    min-height: fit-content;
  }
}
.promo_tools .promo_tools_header .wrapper {
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header .wrapper {
    margin-top: 0px;
  }
}
.promo_tools .promo_tools_header .wrapper .desc {
  width: 50%;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header .wrapper .desc {
    width: 100%;
  }
}
.promo_tools .promo_tools_header .wrapper .desc .promo__counter .typewrite {
  height: 61px;
}
.promo_tools .promo_tools_header .wrapper .desc .promo__counter .typewrite .wrap {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header .wrapper .desc .promo__counter .typewrite .wrap {
    font-size: 30px;
    line-height: 40px;
  }
}
.promo_tools .promo_tools_header .wrapper .desc .promo__counter .typewrite .wrap {
  font-weight: 700;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header .wrapper .card__wrapper {
    display: none;
  }
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack {
  transform: translateY(100px);
  max-height: 205px;
  max-width: 405px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box {
  position: relative;
  transform: translateY(-100px);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card {
  background-color: #fff;
  width: 405px;
  height: 255px;
  border-radius: 20px;
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card.hide {
  visibility: hidden;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"] {
  transform: translate(calc(0 * 35px), calc(0 * -35px)) scale(calc(1 - 0.05 * 0));
  z-index: calc(6 - 0);
  opacity: calc(1 - 0.1 * 0);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="1"] {
  transform: translate(calc(1 * 35px), calc(1 * -35px)) scale(calc(1 - 0.05 * 1));
  z-index: calc(6 - 1);
  opacity: calc(1 - 0.1 * 1);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="2"] {
  transform: translate(calc(2 * 35px), calc(2 * -35px)) scale(calc(1 - 0.05 * 2));
  z-index: calc(6 - 2);
  opacity: calc(1 - 0.1 * 2);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="3"] {
  transform: translate(calc(3 * 35px), calc(3 * -35px)) scale(calc(1 - 0.05 * 3));
  z-index: calc(6 - 3);
  opacity: calc(1 - 0.1 * 3);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="4"] {
  transform: translate(calc(4 * 35px), calc(4 * -35px)) scale(calc(1 - 0.05 * 4));
  z-index: calc(6 - 4);
  opacity: calc(1 - 0.1 * 4);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .dot__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .dot__wrapper .dot {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .dot__wrapper .dot:not(.active) {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  opacity: 0.5;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .dot__wrapper .dot.active {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
@media (min-width: 1921px) {
  .promo_tools .promo_tools_header {
    padding: 100px 96px;
    padding-bottom: 125px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .promo_tools_header {
    padding: 80px 96px;
    padding-bottom: 125px;
  }
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header {
    padding: 60px 60px;
    margin-top: 58px;
  }
}
@media (max-width: 768px) {
  .promo_tools .promo_tools_header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .promo_tools_header {
    padding: 40px 28px;
  }
}
.promo_tools .promo_tools_header .header__title {
  padding-bottom: 15px;
  max-width: 670px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .promo_tools .promo_tools_header .header__title {
    font-size: 40px;
    line-height: 43px;
  }
}
.promo_tools .promo_tools_header .header__title {
  color: #191919;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header .header__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #191919;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .promo_tools .promo_tools_header .header__title {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .promo_tools_header h2 {
  max-width: 670px;
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.promo_tools .promo_tools_header h2 {
  font-weight: 500;
}
@media (max-width: 1400px) {
  .promo_tools .promo_tools_header h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
.promo_tools .promo_tools_header h2 {
  margin-bottom: 32px;
}
.promo_tools .promo_tools_header .promo__counter .typewrite {
  height: 61px;
}
.promo_tools .promo_tools_header .promo__counter .typewrite .wrap {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header .promo__counter .typewrite .wrap {
    font-size: 30px;
    line-height: 40px;
  }
}
.promo_tools .promo_tools_header .promo__counter .typewrite .wrap {
  font-weight: 700;
}
@media (min-width: 1921px) {
  .promo_tools .gains_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .gains_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .gains_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .gains_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .gains_section {
    padding: 60px 28px;
  }
}
.promo_tools .gains_section .gains_section_header {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.promo_tools .gains_section .gains_section_header h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools .gains_section .gains_section_header h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .gains_section .gains_section_header h2 {
  color: #191919;
}
.promo_tools .gains_section .gains_section_header p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools .gains_section .gains_section_header p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .gains_section .gains_section_header p {
  font-weight: 500;
}
.promo_tools .gains_section .box_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 16px;
  max-width: 1250px;
  margin: auto;
  padding-top: 52px;
}
.promo_tools .gains_section .box_wrapper .box {
  width: 390px;
  min-height: 450px;
  background: #FAFAFA;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.promo_tools .gains_section .box_wrapper .box img {
  width: 66px;
  height: 66px;
  margin-bottom: 32px;
}
.promo_tools .gains_section .box_wrapper .box .box_title {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools .gains_section .box_wrapper .box .box_title {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .gains_section .box_wrapper .box .box_title {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  padding-bottom: 12px;
}
.promo_tools .gains_section .box_wrapper .box .box_content {
  display: none;
}
.promo_tools .gains_section .box_wrapper .box .show {
  display: block;
}
.promo_tools .gains_section .box_wrapper .box .open_box {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  cursor: pointer;
  justify-content: space-between;
}
.promo_tools .gains_section .box_wrapper .box .open_box:hover {
  color: #191919;
  text-decoration: none;
}
.promo_tools .gains_section .box_wrapper .open {
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transform: scale(0.97);
}
.promo_tools .gains_section .box_wrapper .open .box_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 8px 16px;
  margin-bottom: 32px;
}
@media (min-width: 1921px) {
  .promo_tools .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .form_section {
    padding: 60px 28px;
  }
}
.promo_tools .form_section {
  background: #FAFAFA;
}
.promo_tools .form_section .section_wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  gap: 122px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1400px) {
  .promo_tools .form_section .section_wrapper {
    gap: 80px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .promo_tools .form_section .section_wrapper {
    flex-flow: column-reverse;
  }
}
.promo_tools .form_section .section_wrapper .form_wrapper {
  max-width: 511px;
}
.promo_tools .form_section .section_wrapper .form_wrapper h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools .form_section .section_wrapper .form_wrapper h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .form_section .section_wrapper .form_wrapper h3 {
  color: #191919;
}
.promo_tools .form_section .section_wrapper .form_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools .form_section .section_wrapper .form_wrapper p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .form_section .section_wrapper .form_wrapper p {
  font-weight: 500;
}
.promo_tools .form_section .section_wrapper .form_wrapper .form .wpforms-container input[type=text], .promo_tools .form_section .section_wrapper .form_wrapper .form .wpforms-container textarea, .promo_tools .form_section .section_wrapper .form_wrapper .form .wpforms-container input[type=email] {
  background: #FFFFFF;
  border: 0.5px solid #191919;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.promo_tools .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container {
  padding-top: 52px;
}
.promo_tools .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.promo_tools .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit {
  margin: auto;
  display: none;
}
.promo_tools .form_section .section_wrapper .form_wrapper #promoButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.promo_tools .form_section .section_wrapper .form_wrapper #promoButton:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools .form_section .section_wrapper .form_wrapper #promoButton {
  margin: auto;
}
.promo_tools .form_section .section_wrapper .img_wrapper {
  max-width: 613px;
}
.promo_tools .form_section .section_wrapper .img_wrapper img {
  border-radius: 20px;
}
@media (min-width: 1921px) {
  .promo_tools .discover_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .discover_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .discover_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .discover_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .discover_section {
    padding: 60px 28px;
  }
}
.promo_tools .discover_section {
  padding-top: 0;
}
.promo_tools .discover_section h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools .discover_section h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .discover_section h2 {
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
.promo_tools .discover_section .promo_tools_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 20px;
  margin-bottom: 52px;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 80px;
  max-width: 750px;
}
@media (max-width: 1024px) {
  .promo_tools .discover_section .promo_tools_wrapper {
    row-gap: 16px;
  }
}
.promo_tools .discover_section .promo_tools_wrapper .promo_tools {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.promo_tools .discover_section .promo_tools_wrapper .promo_tools:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools .discover_section .promo_tools_wrapper .promo_tools:active {
  border-color: #C43131;
  background-color: #C43131;
}
.promo_tools .discover_section .promo_tools_wrapper .promo_tools {
  color: #191919;
  border-color: #191919;
  font-size: 22px;
  padding: 8px 16px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
}
.promo_tools .discover_section .promo_tools_wrapper .promo_tools:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
@media (max-width: 1024px) {
  .promo_tools .discover_section .promo_tools_wrapper .promo_tools {
    font-size: 18px;
    padding: 8px 20px;
  }
}
.promo_tools .discover_section .promo_learn_more_wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  background: #FAFAFA;
  padding: 52px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  gap: 32px;
}
@media (max-width: 1024px) {
  .promo_tools .discover_section .promo_learn_more_wrapper .promo_learn {
    padding: 26px;
  }
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content {
  max-width: 511px;
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content h3 {
  color: #191919;
  padding-bottom: 12px;
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 32px;
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content a {
  width: fit-content;
  text-decoration: none;
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .img_wrapper {
  background-size: cover !important;
}
.promo_tools .discover_section .promo_learn_more_wrapper .hidden {
  display: none;
}
.promo_tools .discover_section .promo_learn_more_wrapper .img_wrapper {
  width: 511px;
  height: 270px;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  background-position: center !important;
}
.promo_tools .discover_section .promo_learn_more_wrapper .img_wrapper a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.promo_tools .discover_section .promo_learn_more_wrapper .img_wrapper a:hover {
  cursor: pointer;
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
}
.promo_tools .discover_section .promo_learn_more_wrapper .img_wrapper a:focus {
  border: none;
}
.promo_tools .discover_section .promo_learn_more_wrapper .img_wrapper a:focus-visible {
  border: none;
}
.promo_tools .discover_section .promo_learn_more_wrapper .img_wrapper a {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  text-decoration: none;
}
.promo_tools .discover_section .show_more_btn {
  padding-top: 80px;
}
.promo_tools .discover_section .show_more_btn button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.promo_tools .discover_section .show_more_btn button:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools .discover_section .show_more_btn button {
  width: fit-content;
  margin: auto;
}
@media (min-width: 1921px) {
  .promo_tools .network_promotion_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .network_promotion_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .network_promotion_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .network_promotion_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .network_promotion_section {
    padding: 60px 28px;
  }
}
.promo_tools .network_promotion_section {
  padding-top: 0 !important;
}
.promo_tools .network_promotion_section .network_promotion_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 120px;
  max-width: 1250px;
  margin: auto;
}
@media (max-width: 1024px) {
  .promo_tools .network_promotion_section .network_promotion_wrapper {
    gap: 40px;
  }
}
.promo_tools .network_promotion_section .network_promotion_wrapper img {
  border-radius: 20px;
  box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.15);
  width: 616px;
  height: 462px;
}
@media (max-width: 1024px) {
  .promo_tools .network_promotion_section .network_promotion_wrapper img {
    width: 100%;
    height: 100%;
  }
}
.promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content {
  max-width: 511px;
}
.promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content h3 {
  color: #191919;
  padding-bottom: 16px;
}
.promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content p {
  font-weight: 500;
  padding-bottom: 32px;
}
.promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content a:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content a {
  text-decoration: none;
  width: fit-content;
}
@media (min-width: 1921px) {
  .promo_tools .question_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .question_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .question_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .question_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .question_section {
    padding: 60px 28px;
  }
}
.promo_tools .question_section {
  padding-top: 0 !important;
}
.promo_tools .question_section .question_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1250px;
  margin: auto;
  justify-content: space-between;
  background: #FAFAFA;
  padding: 52px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .promo_tools .question_section .question_wrapper {
    padding: 26px;
  }
}
.promo_tools .question_section .question_wrapper .question_content {
  max-width: 566px;
}
.promo_tools .question_section .question_wrapper .question_content h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools .question_section .question_wrapper .question_content h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .question_section .question_wrapper .question_content h3 {
  color: #191919;
  padding-bottom: 16px;
}
.promo_tools .question_section .question_wrapper .question_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools .question_section .question_wrapper .question_content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .question_section .question_wrapper .question_content p {
  font-weight: 500;
  padding-bottom: 32px;
}
.promo_tools .question_section .question_wrapper .question_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.promo_tools .question_section .question_wrapper .question_content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools .question_section .question_wrapper .question_content a {
  width: fit-content;
  text-decoration: none;
}
.promo_tools .question_section .question_wrapper .img_wrapper {
  max-width: 300px;
}
.promo_tools .question_section .question_wrapper .img_wrapper img {
  border-radius: 20px;
}
@media (min-width: 1921px) {
  .promo_tools .faq_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .faq_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .faq_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .faq_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .faq_section {
    padding: 60px 28px;
  }
}
.promo_tools .faq_section {
  padding-top: 0 !important;
}
.promo_tools .faq_section .faq_wrapper {
  max-width: 1250px;
  margin: auto;
}
.promo_tools .faq_section .faq_wrapper .nav {
  gap: 16px;
}
.promo_tools .faq_section .faq_wrapper .nav .nav-item {
  flex: 1;
}
.promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link.active {
  background-color: #FAFAFA;
  padding: 16px;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link.active {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link.active {
  color: #191919;
  opacity: 1;
}
@media (max-width: 1024px) {
  .promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link.active {
    font-size: 20px;
    line-height: 1.4rem;
  }
}
.promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link {
  padding: 16px;
  background-color: #FFF;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link {
  color: #191919;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link {
    font-size: 20px;
    line-height: 1.4rem;
  }
}
.promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link:hover {
  opacity: 1;
}
.promo_tools .faq_section .faq_wrapper .tab-content {
  padding: 52px 0;
}
@media (max-width: 1024px) {
  .promo_tools .faq_section .faq_wrapper .tab-content {
    padding: 26px 0;
  }
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item {
  border: none;
  border-bottom: 0.5px solid #3B3B3B;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button {
  color: #FFF;
  background-color: #12102b;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  background-color: #12102b;
  color: #fff;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #191919;
  background-color: #fff;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: #12102b !important;
  color: #fff !important;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover::after {
  background-image: url("https://wazdan.com/wp-content/uploads/arrow-white-down.svg");
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed:focus {
  box-shadow: none;
  background-color: #fff;
  color: #12102b;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed:active {
  box-shadow: none;
  background-color: #fff;
  color: #12102b;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("https://wazdan.com/wp-content/uploads/arrow-black-down.svg");
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("https://wazdan.com/wp-content/uploads/arrow-white-down.svg");
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-body {
  background-color: #12102b;
  color: #fff;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .hidden {
  display: none;
}
.promo_tools .faq_section .faq_wrapper .tab-content .show_more {
  padding-top: 52px;
}
.promo_tools .faq_section .faq_wrapper .tab-content .show_more button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.promo_tools .faq_section .faq_wrapper .tab-content .show_more button:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools .faq_section .faq_wrapper .tab-content .show_more button {
  width: fit-content;
  margin: auto;
}
@media (min-width: 1921px) {
  .promo_tools .reviews_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .reviews_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .reviews_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .reviews_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .reviews_section {
    padding: 60px 28px;
  }
}
.promo_tools .reviews_section {
  padding-top: 0 !important;
}
.promo_tools .reviews_section .reviews_section_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 52px;
  max-width: 1250px;
  margin: auto;
}
.promo_tools .reviews_section .reviews_section_wrapper .reviews_header {
  max-width: 754px;
  text-align: center;
}
.promo_tools .reviews_section .reviews_section_wrapper .reviews_header h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools .reviews_section .reviews_section_wrapper .reviews_header h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .reviews_section .reviews_section_wrapper .reviews_header h3 {
  color: #191919;
  padding-bottom: 16px;
}
.promo_tools .reviews_section .reviews_section_wrapper .reviews_header p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools .reviews_section .reviews_section_wrapper .reviews_header p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .reviews_section .reviews_section_wrapper .reviews_header p {
  font-weight: 500;
  padding-bottom: 32px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider {
  max-width: 1250px;
  width: 100%;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-slide {
  padding: 0 8px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item {
  padding: 52px;
  background: #FAFAFA;
  border-radius: 20px;
  text-align: center;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item {
    padding: 26px;
  }
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item .box_wrapper .name p {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item .box_wrapper .opinion p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item .box_wrapper .opinion p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item .box_wrapper .opinion p {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 24px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item .box_wrapper .author {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item .box_wrapper .author .author_name {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  border-right: 1px solid #191919;
  padding-right: 5px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item .box_wrapper .author .author_op {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 5px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-dots {
  bottom: -60px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-dots li button {
  height: 15px;
  width: 15px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}

.site-mystery-drop .globalAward {
  display: none;
}

.site-content-jackpot-rain input {
  border: 1px solid #191919 !important;
}

@media (min-width: 1921px) {
  .promo_tools_subpage .subpage_header {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_subpage .subpage_header {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_subpage .subpage_header {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_subpage .subpage_header {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_subpage .subpage_header {
    padding: 60px 28px;
  }
}
.promo_tools_subpage .subpage_header {
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}
.promo_tools_subpage .subpage_header .header_wrapper {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  gap: 40px;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content {
  max-width: 616px;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .title {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .title {
  color: #191919;
  padding-bottom: 16px;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content p, .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .list, .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .hide {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .subpage_header .header_wrapper .subpage_content p, .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .list, .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .hide {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content p, .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .list, .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .hide {
  font-weight: 500;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .text_below_title {
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .text_below_title {
    padding-bottom: 0px;
  }
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .list {
  padding: 32px 0;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .list ul {
  margin-left: 30px;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .hidden-item {
  padding-bottom: 32px;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .hide {
  display: none;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .show-btn {
  color: #191919;
  font-size: 16px;
  font-weight: 700;
  text-decoration-line: underline;
  cursor: pointer;
  padding-top: 16px;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .show-btn:hover {
  color: #FF3D17;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .game_wrapper {
  width: 511px;
  height: 383px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .game_wrapper {
    width: 300px;
    height: 300px;
  }
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal button {
  white-space: nowrap;
  text-decoration: none;
  padding: 9px 30px !important;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15) !important;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B !important;
  background: #D4ECFF !important;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal button:hover {
  border-color: #6127FF !important;
  background: #6127FF !important;
  text-decoration: none !important;
  color: #fff !important;
  transition: 0.2s ease-in !important;
  cursor: pointer !important;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image {
  max-width: 511px;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image {
    max-width: 300px;
    max-height: 300px;
  }
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider {
  margin-top: 30px;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider img {
  max-width: 511px;
  max-height: 383px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider img {
    max-width: 300px;
    max-height: 300px;
  }
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider .slick-dots {
  position: relative;
  padding-bottom: 30px;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider .slick-dots li button {
  height: 15px;
  width: 15px;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .hide {
  display: none;
}
.promo_tools_subpage .subpage_header .promotools_slider {
  max-width: 1250px;
  margin: auto;
  padding-top: 52px;
  display: none;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-dots {
  position: relative;
  padding-bottom: 30px;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-dots li button {
  height: 15px;
  width: 15px;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.promo_tools_subpage .subpage_header .promotools_slider h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .subpage_header .promotools_slider h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools_subpage .subpage_header .promotools_slider h2 {
  color: #191919;
  margin-bottom: 32px;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-slide {
  padding: 0 8px;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-slide .slide_item {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 32px;
  height: 190px;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-slide .slide_item img {
  max-width: 44px;
  margin: auto;
  padding-bottom: 12px;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-slide .slide_item .benefit_desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .subpage_header .promotools_slider .slick-slide .slide_item .benefit_desc {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-slide .slide_item .benefit_desc {
  color: #191919;
  text-align: center;
}
@media (min-width: 1921px) {
  .promo_tools_subpage .section_award_banner {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_subpage .section_award_banner {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_award_banner {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_subpage .section_award_banner {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_subpage .section_award_banner {
    padding: 60px 28px;
  }
}
.promo_tools_subpage .section_award_banner {
  padding-top: 0 !important;
}
.promo_tools_subpage .section_award_banner .banner_wrapper img {
  border-radius: 20px;
}
.promo_tools_subpage .section_award_banner .banner_wrapper {
  border-radius: 20px;
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
@media (min-width: 1921px) {
  .promo_tools_subpage .section_run_promo {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_subpage .section_run_promo {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_run_promo {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_subpage .section_run_promo {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_subpage .section_run_promo {
    padding: 60px 28px;
  }
}
.promo_tools_subpage .section_run_promo {
  background-color: #FAFAFA;
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-around;
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .img_promo img {
  border-radius: 20px;
  max-width: 510px;
  width: 100%;
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content {
  max-width: 616px;
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content h3 {
  color: #191919;
  padding-bottom: 16px;
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content p {
  font-weight: 500;
  padding-bottom: 32px;
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content a {
  width: fit-content;
}
@media (min-width: 1921px) {
  .promo_tools_subpage .section_steps {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_subpage .section_steps {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_steps {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_subpage .section_steps {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_subpage .section_steps {
    padding: 60px 28px;
  }
}
.promo_tools_subpage .section_steps .section_steps_title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_steps .section_steps_title {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_subpage .section_steps .section_steps_title {
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
.promo_tools_subpage .section_steps .steps_wrapper {
  margin: auto;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 80px;
}
.promo_tools_subpage .section_steps .steps_wrapper .line {
  width: 80%;
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  top: 37px;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps {
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .section_steps .steps_wrapper .promo_steps .next-button {
    width: 14px;
  }
}
@media (max-width: 1024px) {
  .promo_tools_subpage .section_steps .steps_wrapper .promo_steps .prev-button {
    width: 14px;
  }
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track {
  position: relative;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide {
  padding: 15px 0;
  opacity: 1;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide:first-child::before {
  content: "";
  width: 30% !important;
  left: -15% !important;
  display: block;
  position: absolute;
  background: #fff;
  height: 30px;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide:last-child::before {
  width: 30% !important;
  right: -15% !important;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step {
  position: relative;
  z-index: 2;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__count {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__count {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__count {
  color: #FF3D17;
  color: #191919;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  background: transparent;
  z-index: 3;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__count span {
  background-color: #fff;
  padding: 0 30px;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__title {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__title {
  color: #191919;
  max-width: 250px;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__title {
    font-size: 15px;
    line-height: 19px;
  }
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__icon {
  max-width: 44px;
  margin: auto;
  padding: 14px 0;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  padding: 0px 40px;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide:last-child::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 300px;
  background-color: #fff;
  right: -9%;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide:last-child::before {
    right: 0px;
  }
}
.promo_tools_subpage .section_steps .apply__btn {
  width: fit-content;
  margin: auto;
  padding-top: 52px;
}
.promo_tools_subpage .section_steps .apply__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.promo_tools_subpage .section_steps .apply__btn a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .promo_tools_subpage .question_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_subpage .question_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_subpage .question_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_subpage .question_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_subpage .question_section {
    padding: 60px 28px;
  }
}
.promo_tools_subpage .question_section {
  padding-top: 0 !important;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .question_section {
    padding: 0;
  }
}
.promo_tools_subpage .question_section .question_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1250px;
  margin: auto;
  justify-content: space-between;
  background: #FAFAFA;
  padding: 52px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .question_section .question_wrapper {
    padding: 24px;
  }
}
.promo_tools_subpage .question_section .question_wrapper .question_content {
  max-width: 566px;
}
.promo_tools_subpage .question_section .question_wrapper .question_content h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .question_section .question_wrapper .question_content h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_subpage .question_section .question_wrapper .question_content h3 {
  color: #191919;
  padding-bottom: 16px;
  font-size: 40px;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .question_section .question_wrapper .question_content h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_subpage .question_section .question_wrapper .question_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .question_section .question_wrapper .question_content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools_subpage .question_section .question_wrapper .question_content p {
  font-weight: 500;
  padding-bottom: 32px;
}
.promo_tools_subpage .question_section .question_wrapper .question_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.promo_tools_subpage .question_section .question_wrapper .question_content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_subpage .question_section .question_wrapper .question_content a {
  width: fit-content;
}
.promo_tools_subpage .question_section .question_wrapper .img_wrapper {
  max-width: 300px;
}
.promo_tools_subpage .question_section .question_wrapper .img_wrapper img {
  border-radius: 20px;
}
@media (min-width: 1921px) {
  .promo_tools_subpage .discover_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_subpage .discover_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_subpage .discover_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_subpage .discover_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_subpage .discover_section {
    padding: 60px 28px;
  }
}
.promo_tools_subpage .discover_section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.promo_tools_subpage .discover_section h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .discover_section h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_subpage .discover_section h2 {
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
.promo_tools_subpage .discover_section .promo_tools_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 50px;
  margin-bottom: 52px;
  max-width: 1440px;
  margin: auto;
  max-width: 900px;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .discover_section .promo_tools_wrapper {
    row-gap: 30px;
  }
}
.promo_tools_subpage .discover_section .promo_tools_wrapper .promo_tools {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.promo_tools_subpage .discover_section .promo_tools_wrapper .promo_tools:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_subpage .discover_section .promo_tools_wrapper .promo_tools:active {
  border-color: #C43131;
  background-color: #C43131;
}
.promo_tools_subpage .discover_section .promo_tools_wrapper .promo_tools {
  color: #191919;
  border-color: #191919;
  font-size: 22px;
  padding: 8px 16px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
}
.promo_tools_subpage .discover_section .promo_tools_wrapper .promo_tools:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
@media (max-width: 1024px) {
  .promo_tools_subpage .discover_section .promo_tools_wrapper .promo_tools {
    font-size: 18px;
    padding: 8px 20px;
  }
}

.site-network-promotions .globalAward {
  display: none;
}

@media (min-width: 1921px) {
  .promo_tools_network_promotion .subpage_header {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_network_promotion .subpage_header {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .subpage_header {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_network_promotion .subpage_header {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_network_promotion .subpage_header {
    padding: 60px 28px;
  }
}
.promo_tools_network_promotion .subpage_header .header_wrapper {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  gap: 40px;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content {
  max-width: 616px;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .title {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .title {
  color: #191919;
  padding-bottom: 16px;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content p, .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .list, .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .hide {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content p, .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .list, .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .hide {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content p, .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .list, .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .hide {
  font-weight: 500;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .text_below_title {
  padding-bottom: 32px;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .list {
  padding: 32px 0;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .list ul {
  margin-left: 30px;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .hidden-item {
  padding-bottom: 32px;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .hide {
  display: none;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .show-btn {
  color: #191919;
  font-size: 16px;
  font-weight: 700;
  text-decoration-line: underline;
  cursor: pointer;
  padding-top: 16px;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .show-btn:hover {
  color: #FF3D17;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .cashdrop_game .game_wrapper {
  width: 511px;
  height: 383px;
  border-radius: 20px;
  position: relative;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.promo_tools_network_promotion .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal button {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal button:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal button:focus {
  border: none;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal button:focus-visible {
  border: none;
}
.promo_tools_network_promotion .subpage_header .promotools_slider {
  max-width: 1250px;
  margin: auto;
  padding-top: 52px;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-dots {
  position: relative;
  padding-bottom: 30px;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-dots li button {
  height: 15px;
  width: 15px;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: #E23535;
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-dots li.slick-active button::before {
  color: #FF3D17;
  opacity: 1;
}
.promo_tools_network_promotion .subpage_header .promotools_slider h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .subpage_header .promotools_slider h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools_network_promotion .subpage_header .promotools_slider h2 {
  color: #191919;
  margin-bottom: 32px;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-slide {
  padding: 0 8px;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-slide .slide_item {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 32px;
  height: 190px;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-slide .slide_item img {
  max-width: 44px;
  margin: auto;
  padding-bottom: 12px;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-slide .slide_item .benefit_desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .promo_tools_network_promotion .subpage_header .promotools_slider .slick-slide .slide_item .benefit_desc {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-slide .slide_item .benefit_desc {
  color: #191919;
  text-align: center;
}
@media (min-width: 1921px) {
  .promo_tools_network_promotion .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_network_promotion .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_network_promotion .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_network_promotion .form_section {
    padding: 60px 28px;
  }
}
.promo_tools_network_promotion .form_section .section_wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  gap: 122px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .form_section .section_wrapper {
    gap: 80px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .promo_tools_network_promotion .form_section .section_wrapper {
    flex-flow: column-reverse;
  }
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper {
  max-width: 511px;
  text-align: center;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .form_section .section_wrapper .form_wrapper h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper h3 {
  color: #191919;
  padding-bottom: 16px;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .form_section .section_wrapper .form_wrapper p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper p {
  font-weight: 500;
  padding-bottom: 16px;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper .form .wpforms-container input[type=text], .promo_tools_network_promotion .form_section .section_wrapper .form_wrapper .form .wpforms-container textarea, .promo_tools_network_promotion .form_section .section_wrapper .form_wrapper .form .wpforms-container input[type=email] {
  background: #FFFFFF;
  border: 0.5px solid #191919;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container {
  padding-top: 52px;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit {
  margin: auto;
  display: none;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper #promoButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper #promoButton:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper #promoButton {
  margin: auto;
}
.promo_tools_network_promotion .form_section .section_wrapper .img_wrapper {
  max-width: 613px;
}
.promo_tools_network_promotion .form_section .section_wrapper .img_wrapper img {
  border-radius: 20px;
}
@media (min-width: 1921px) {
  .promo_tools_network_promotion .network_promotion_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_network_promotion .network_promotion_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .network_promotion_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_network_promotion .network_promotion_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_network_promotion .network_promotion_section {
    padding: 60px 28px;
  }
}
.promo_tools_network_promotion .network_promotion_section {
  background-color: #FAFAFA;
}
.promo_tools_network_promotion .network_promotion_section h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .network_promotion_section h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_network_promotion .network_promotion_section h2 {
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 52px;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  padding: 52px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  gap: 32px;
  position: relative;
}
@media (max-width: 1024px) {
  .promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion {
    padding: 26px;
  }
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .upcoming {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 8px 16px;
  border-radius: 0px 5px 5px 0px;
  background: #191919;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .active {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 8px 16px;
  border-radius: 0px 5px 5px 0px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .archive {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 8px 16px;
  border-radius: 0px 5px 5px 0px;
  background: #FAFAFA;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content {
  max-width: 520px;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content {
    padding-top: 70px;
  }
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content h3 {
  color: #191919;
  padding-bottom: 12px;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content h4 {
  color: #FF3D17;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 12px;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 32px;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper a:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper a {
  width: fit-content;
  text-decoration: none;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper a.red_btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper a.red_btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper a.red_btn {
  width: fit-content;
  text-decoration: none;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper .date {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 0;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .hidden {
  display: none;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .img_wrapper {
  width: 511px;
  height: 270px;
  position: relative;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .img_wrapper img {
  border-radius: 20px;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .img_wrapper a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .img_wrapper a:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .img_wrapper a:focus {
  border: none;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .img_wrapper a:focus-visible {
  border: none;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .img_wrapper a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
}
.promo_tools_network_promotion .network_promotion_section .show_more_btn {
  padding-top: 80px;
}
.promo_tools_network_promotion .network_promotion_section .show_more_btn button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.promo_tools_network_promotion .network_promotion_section .show_more_btn button:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools_network_promotion .network_promotion_section .show_more_btn button {
  width: fit-content;
  margin: auto;
}
@media (min-width: 1921px) {
  .promo_tools_network_promotion .discover_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_network_promotion .discover_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .discover_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_network_promotion .discover_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_network_promotion .discover_section {
    padding: 60px 28px;
  }
}
.promo_tools_network_promotion .discover_section {
  padding-top: 0 !important;
}
.promo_tools_network_promotion .discover_section h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .discover_section h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_network_promotion .discover_section h2 {
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
.promo_tools_network_promotion .discover_section .promo_tools_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 24px;
  margin-bottom: 52px;
  margin: auto;
  max-width: 620px;
}
.promo_tools_network_promotion .discover_section .promo_tools_wrapper .promo_tools {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.promo_tools_network_promotion .discover_section .promo_tools_wrapper .promo_tools:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_network_promotion .discover_section .promo_tools_wrapper .promo_tools:active {
  border-color: #C43131;
  background-color: #C43131;
}
.promo_tools_network_promotion .discover_section .promo_tools_wrapper .promo_tools {
  color: #191919;
  border-color: #191919;
  font-size: 22px;
  padding: 8px 16px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
}
.promo_tools_network_promotion .discover_section .promo_tools_wrapper .promo_tools:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
@media (max-width: 1024px) {
  .promo_tools_network_promotion .discover_section .promo_tools_wrapper .promo_tools {
    font-size: 18px;
    padding: 8px 20px;
  }
}

.main_showcase {
  min-height: 100vh;
  background: #0b053b;
  width: 100%;
  padding: 120px 0;
  position: relative;
}
.main_showcase .showcase_iframe {
  padding-top: 200px;
}
.main_showcase .showcase_iframe iframe {
  width: 100%;
  min-height: 100vh;
  height: 100%;
}
.main_showcase .wrapper {
  max-width: 1024px;
  margin: auto;
}
@media (max-width: 1024px) {
  .main_showcase .wrapper {
    padding: 0 20px;
  }
}
.main_showcase .wrapper .back_btn {
  position: absolute;
  left: 60px;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  cursor: pointer;
}
.main_showcase .wrapper .back_btn:hover {
  text-decoration: none;
}
.main_showcase .wrapper .back_btn svg {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 40px;
}
.main_showcase .wrapper .welcome_section {
  background-color: #5b0bf5;
  border-radius: 20px;
  padding: 20px;
  background: url("../images/catalogue/other/backgorund_top.png") center top/contain no-repeat rgb(91, 11, 245);
  position: relative;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options a {
  text-decoration: none;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options .option {
  background: #fff;
  padding: 27px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 27px;
  min-height: 244px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #000;
  min-width: 300px;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options .option .arrow {
  margin-left: auto;
  margin-right: 0;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options .option h3 {
  color: #000;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options .option.black {
  background-color: rgb(27, 26, 26);
  color: #fff;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options .option.black h3 {
  color: #fff;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options .people {
  max-width: 300px;
  margin-bottom: -90px;
}
.main_showcase .wrapper .promotools_section {
  margin-top: 50px;
  margin-bottom: 27px;
  background: url("../images/catalogue/other/promo_home.png") right center/contain no-repeat rgb(91, 11, 245);
  border-radius: 12px;
}
.main_showcase .wrapper .promotools_section a {
  text-decoration: none;
}
.main_showcase .wrapper .promotools_section .promo_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 26px 50px;
  align-items: center;
}
.main_showcase .wrapper .promotools_section .promo_wrapper h3 {
  color: #fff;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.main_showcase .wrapper .wazdan_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 37px;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper a {
  text-decoration: none;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option {
  padding: 38px 24px;
  width: 297px;
  min-height: 250px;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option p {
  margin: 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 14px;
  text-transform: unset;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option.black {
  background-color: #000;
  color: #fff;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option.black h3 {
  color: #fff;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option.black p {
  color: #fff;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option.orange {
  background: linear-gradient(124deg, rgb(255, 199, 40) 10.81%, rgb(255, 132, 21) 70.09%);
  color: white;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option.orange h3 {
  color: #fff;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option.orange p {
  color: #fff;
}
.main_showcase .wrapper .current_networks_section {
  margin-top: 50px;
  margin-bottom: 27px;
  background: url("../images/catalogue/other/promo_home.png") right center/contain no-repeat rgb(91, 11, 245);
  border-radius: 12px;
}
.main_showcase .wrapper .current_networks_section a {
  text-decoration: none;
}
.main_showcase .wrapper .current_networks_section .current_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 26px 50px;
  align-items: center;
}
.main_showcase .wrapper .current_networks_section .current_wrapper h3 {
  color: #fff;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.main_showcase .wrapper .header_features_section .welcome_wrapper {
  background-color: #5b0bf5;
  padding: 40px;
  background: url("../images/catalogue/other/backgorund_top.png") center top/contain no-repeat rgb(91, 11, 245);
  position: relative;
  border-radius: 12px;
  min-height: 300px;
  position: relative;
  display: flex;
  align-items: center;
}
.main_showcase .wrapper .header_features_section .welcome_wrapper .title_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}
.main_showcase .wrapper .header_features_section .welcome_wrapper .title_wrapper h1 {
  margin: 0px 0px 15px;
  letter-spacing: 0.00938em;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}
.main_showcase .wrapper .header_features_section .welcome_wrapper .title_wrapper p {
  margin: 0px;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
}
.main_showcase .wrapper .header_features_section .welcome_wrapper .people {
  position: absolute;
  width: 30%;
  right: 5%;
  bottom: -30px;
}
@media (max-width: 1024px) {
  .main_showcase .wrapper .header_features_section .welcome_wrapper .people {
    display: none;
  }
}
.main_showcase .wrapper .innovative_options_section, .main_showcase .wrapper .customisation_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper, .main_showcase .wrapper .customisation_options_section .options_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper a, .main_showcase .wrapper .customisation_options_section .options_wrapper a {
  text-decoration: none;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option, .main_showcase .wrapper .customisation_options_section .options_wrapper .option {
  padding: 38px 24px;
  width: 460px;
  min-height: 250px;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option .play-button:hover, .main_showcase .wrapper .customisation_options_section .options_wrapper .option .play-button:hover {
  cursor: pointer;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option h3, .main_showcase .wrapper .customisation_options_section .options_wrapper .option h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option p, .main_showcase .wrapper .customisation_options_section .options_wrapper .option p {
  margin: 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 14px;
  text-transform: unset;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option.black, .main_showcase .wrapper .customisation_options_section .options_wrapper .option.black {
  background-color: #000;
  color: #fff;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option.black h3, .main_showcase .wrapper .customisation_options_section .options_wrapper .option.black h3 {
  color: #fff;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option.black p, .main_showcase .wrapper .customisation_options_section .options_wrapper .option.black p {
  color: #fff;
}
.main_showcase .wrapper .promotools_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper a {
  text-decoration: none;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option {
  width: 460px;
  min-height: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option .play-button:hover {
  cursor: pointer;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option p {
  margin: 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 14px;
  text-transform: unset;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option.black {
  background-color: #000;
  color: #fff;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option.black h3 {
  color: #fff;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option.black p {
  color: #fff;
}
.main_showcase .wrapper .tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .main_showcase .wrapper .tabs {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.main_showcase .wrapper .tabs .tab {
  background-color: #261c70;
  border-radius: 12px;
  padding: 41px;
  font-weight: 700;
  font-size: 27px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  list-style: none;
  width: 100%;
  margin-top: 30px;
}
.main_showcase .wrapper .tabs .tab.active {
  background: linear-gradient(270deg, rgb(100, 10, 255) 26.87%, rgb(99, 31, 255) 59.46%) right bottom/contain no-repeat;
}
.main_showcase .wrapper .jurisdictions_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.main_showcase .wrapper .jurisdictions_options_section .option {
  padding: 38px 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  width: 300px;
  align-items: center;
  min-height: 220px;
  justify-content: center;
}
.main_showcase .wrapper .jurisdictions_options_section .option img {
  max-height: 50px;
  height: 100%;
  max-width: 90px;
  width: 100%;
}
.main_showcase .wrapper .jurisdictions_options_section .option p {
  font-weight: 700;
  text-align: center;
}
.main_showcase .wrapper .gain_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box {
  background: rgb(255, 255, 255);
  padding: 27px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 27px;
  -webkit-box-align: center;
  display: flex;
  flex-direction: column;
  color: rgb(0, 0, 0);
  min-height: 362px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
}
@media (max-width: 1024px) {
  .main_showcase .wrapper .gain_options_section .instant_wrapper .box {
    width: 100%;
    min-height: 250px;
  }
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box a:hover {
  text-decoration: none;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box .arrows {
  margin-left: auto;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box p {
  margin: 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 14px;
  text-transform: unset;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box.orange {
  background: linear-gradient(124deg, rgb(255, 199, 40) 10.81%, rgb(255, 132, 21) 70.09%);
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box.orange h3 {
  color: #fff;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box.orange p {
  color: #fff;
}
.main_showcase .wrapper .gain_options_section .options_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.main_showcase .wrapper .gain_options_section .options_wrapper .option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 310px;
  width: 100%;
  min-height: 120px;
}
.main_showcase .wrapper .gain_options_section .options_wrapper .option img {
  max-width: 170px;
}
.main_showcase .wrapper .whywazdan_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.main_showcase .wrapper .whywazdan_options_section .first_wrapper {
  min-height: 420px;
  background: url("../images/catalogue/other/triangle.png") center top/contain no-repeat rgb(0, 0, 0);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px;
}
.main_showcase .wrapper .whywazdan_options_section .first_wrapper .counters {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.main_showcase .wrapper .whywazdan_options_section .first_wrapper .counters .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.main_showcase .wrapper .whywazdan_options_section .first_wrapper .counters .box h2 {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.main_showcase .wrapper .whywazdan_options_section .first_wrapper .counters .box p {
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.main_showcase .wrapper .whywazdan_options_section .second_wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.main_showcase .wrapper .whywazdan_options_section .second_wrapper .box {
  background-color: #fff;
  padding: 27px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 27px;
  min-height: 204px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  color: rgb(0, 0, 0);
  max-width: 470px;
  width: 100%;
}
.main_showcase .wrapper .whywazdan_options_section .second_wrapper .box.black {
  background-color: #000;
}
.main_showcase .wrapper .whywazdan_options_section .second_wrapper .box.black h2, .main_showcase .wrapper .whywazdan_options_section .second_wrapper .box.black p {
  color: #fff;
}
.main_showcase .wrapper .whywazdan_options_section .second_wrapper .box h2 {
  letter-spacing: 0.00938em;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.2;
  text-transform: uppercase;
}
.main_showcase .wrapper .whywazdan_options_section .second_wrapper .box p {
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 20px;
  font-weight: 700;
}
.main_showcase .wrapper .lang_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.main_showcase .wrapper .lang_options_section .options_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.main_showcase .wrapper .lang_options_section .options_wrapper .option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 310px;
  width: 100%;
  min-height: 120px;
  flex-direction: column;
  gap: 20px;
  font-weight: 700;
  font-size: 20px;
}
.main_showcase .wrapper .lang_options_section .options_wrapper .option img {
  max-width: 170px;
}
.main_showcase .modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.main_showcase .modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 60vw;
  margin: auto;
}
@media (max-width: 1024px) {
  .main_showcase .modal .modal-content {
    max-width: 90vw;
  }
}
.main_showcase .modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.main_showcase .modal .video-player {
  width: 100%;
  height: auto;
}

.site-rio-2024 .globalAward {
  display: none;
}

@media (min-width: 1921px) {
  .main_sbc_rio_2024 .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .main_sbc_rio_2024 .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .main_sbc_rio_2024 .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .main_sbc_rio_2024 .header_section {
    padding: 60px 28px;
  }
}
.main_sbc_rio_2024 .header_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.main_sbc_rio_2024 .header_section h1 {
  background: linear-gradient(93deg, #FF8313 47.8%, #FFC426 76.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 77px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .header_section h1 {
    font-size: 40px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .header_section h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
  }
}
.main_sbc_rio_2024 .header_section .images_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .header_section .images_wrapper img {
    max-width: 250px;
  }
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .header_section .images_wrapper svg {
    display: none;
  }
}
.main_sbc_rio_2024 .header_section h2 {
  color: #181818;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.64px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .header_section h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
.main_sbc_rio_2024 .header_section h3 {
  color: #757575;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.84px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .header_section h3 {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 26px;
  }
}
@media (min-width: 1921px) {
  .main_sbc_rio_2024 .description_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .main_sbc_rio_2024 .description_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .main_sbc_rio_2024 .description_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .description_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .main_sbc_rio_2024 .description_section {
    padding: 60px 28px;
  }
}
.main_sbc_rio_2024 .description_section {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("https://wazdan.com/wp-content/uploads/bcg_rio_new.svg") center/contain no-repeat, linear-gradient(244deg, #FFC627 24.81%, #FF8514 66.39%);
  position: relative;
}
.main_sbc_rio_2024 .description_section p {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 900px;
  width: 100%;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .description_section p {
    font-size: 26px;
    letter-spacing: normal;
    line-height: 30px;
  }
}
@media (min-width: 1921px) {
  .main_sbc_rio_2024 .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .main_sbc_rio_2024 .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .main_sbc_rio_2024 .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .main_sbc_rio_2024 .form_section {
    padding: 60px 28px;
  }
}
@media (min-width: 1921px) {
  .main_sbc_rio_2024 .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .main_sbc_rio_2024 .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .main_sbc_rio_2024 .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .main_sbc_rio_2024 .form_section {
    padding: 60px 28px;
  }
}
.main_sbc_rio_2024 .form_section {
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.main_sbc_rio_2024 .form_section h2 {
  color: #000;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .form_section h2 {
    font-size: 26px;
    letter-spacing: normal;
    line-height: 30px;
  }
}
.main_sbc_rio_2024 .form_section h2 .orange {
  color: #FF8514;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .form_section h2 .orange {
    font-size: 26px;
    letter-spacing: normal;
    line-height: 30px;
  }
}
.main_sbc_rio_2024 .form_section .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #FF8615;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.main_sbc_rio_2024 .form_section .success_message {
  display: none;
  text-align: center;
  max-width: 500px;
  margin: 50px auto;
  background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main_sbc_rio_2024 .form_section .rio_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 470px;
  width: 100%;
  padding-top: 50px;
  margin: auto;
}
.main_sbc_rio_2024 .form_section .rio_form input {
  padding: 5px 15px;
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  border: none;
}
.main_sbc_rio_2024 .form_section .rio_form input:focus {
  outline: none;
}
.main_sbc_rio_2024 .form_section .rio_form ::placeholder {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
.main_sbc_rio_2024 .form_section .rio_form .person_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/icon-_user_.svg") no-repeat left;
  background-size: 20px;
}
.main_sbc_rio_2024 .form_section .rio_form .email_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/envelope-rio.svg") no-repeat left;
  background-size: 20px;
}
.main_sbc_rio_2024 .form_section .rio_form .border {
  height: 2px;
  width: 100%;
  background: #BEBEBE;
}
.main_sbc_rio_2024 .form_section .rio_form .agree_wrapper {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .form_section .rio_form .agree_wrapper {
    padding: 10px;
  }
}
.main_sbc_rio_2024 .form_section .rio_form .agree_wrapper label.agree_text {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .form_section .rio_form .agree_wrapper label.agree_text {
    line-height: 1rem;
  }
}
.main_sbc_rio_2024 .form_section .rio_form .agree_wrapper input[type=checkbox] {
  accent-color: #FF8615;
  border-radius: 3px;
  border: 1px solid #FF8615;
}
.main_sbc_rio_2024 .form_section .rio_form .submit_btn {
  border-radius: 44px;
  background: linear-gradient(270deg, #FF8615 3.24%, #FFBA3D 95.14%);
  width: 178px;
  height: 46px;
  width: fit-content;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 1px 55px 5px 55px;
  margin: 30px auto;
  border: none;
}
.main_sbc_rio_2024 .meet_section {
  background: url(https://wazdan.com/wp-content/uploads/triangle-bcg-rio.svg);
  background-color: #110F2D;
  background-repeat: no-repeat;
  position: relative;
  background-size: 540px;
  background-position: 48% 78%;
}
@media (min-width: 1921px) {
  .main_sbc_rio_2024 .meet_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .main_sbc_rio_2024 .meet_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .main_sbc_rio_2024 .meet_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .meet_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .main_sbc_rio_2024 .meet_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .meet_section {
    background-size: contain;
  }
}
.main_sbc_rio_2024 .meet_section h3 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .meet_section h3 {
    font-size: 28px;
    padding-bottom: 50px;
  }
}
.main_sbc_rio_2024 .meet_section .count_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin: auto;
  width: 100%;
  gap: 100px 20px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .meet_section .count_wrapper {
    gap: 30px 15px;
  }
}
.main_sbc_rio_2024 .meet_section .count_wrapper .box {
  max-width: 270px;
  width: 100%;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .meet_section .count_wrapper .box {
    max-width: 140px;
  }
}
.main_sbc_rio_2024 .meet_section .count_wrapper .box h4 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .meet_section .count_wrapper .box h4 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .meet_section .count_wrapper .box h4 {
    font-size: 30px;
    line-height: 32px;
  }
}
.main_sbc_rio_2024 .meet_section .count_wrapper .box p {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .meet_section .count_wrapper .box p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .meet_section .count_wrapper .box p {
    font-size: 16px;
    line-height: 18px;
  }
}

.site-game-of-gains header, .site-game-of-gains footer {
  display: none;
}
.site-game-of-gains .globalAward {
  display: none;
}

.game_of_games_main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.game_of_games_main .section {
  display: none;
}
.game_of_games_main .active {
  display: block;
}
@media (max-width: 1024px) {
  .game_of_games_main .active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 80vh;
  }
}
.game_of_games_main .section {
  text-align: center;
}
@media (min-width: 1921px) {
  .game_of_games_main .section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .game_of_games_main .section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .game_of_games_main .section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .game_of_games_main .section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .game_of_games_main .section {
    padding: 60px 28px;
  }
}
.game_of_games_main .section {
  min-height: 90vh;
}
.game_of_games_main .section h1 {
  background: linear-gradient(93deg, #FF8313 47.8%, #FFC426 76.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2px;
}
@media (max-width: 1024px) {
  .game_of_games_main .section h1 {
    font-size: 38px;
  }
}
.game_of_games_main .section h2 {
  background: linear-gradient(93deg, #FF8313 47.8%, #FFC426 76.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.6px;
}
.game_of_games_main .section h3 {
  padding-top: 10px;
  color: #979797;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.65px;
}
@media (max-width: 1024px) {
  .game_of_games_main .section h3 {
    font-size: 24px;
  }
}
.game_of_games_main .section h4 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.6px;
}
.game_of_games_main .section .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}
.game_of_games_main .section .submit_btn {
  margin: 5px auto;
  border-radius: 44px;
  background: linear-gradient(270deg, #FF8615 3.24%, #FFBA3D 95.14%);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  padding: 5px 25px;
}
.game_of_games_main .section .next {
  border-radius: 44px;
  background: linear-gradient(270deg, #FF8615 3.24%, #FFBA3D 95.14%);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  padding: 5px 25px;
}
.game_of_games_main .section button:disabled, .game_of_games_main .section button[disabled] {
  opacity: 0.6;
}
.game_of_games_main .section .back {
  border-radius: 44px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 24px;
}
.game_of_games_main #section1 .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section1 .wrapper {
    gap: 0px;
  }
}
.game_of_games_main #section1 .wrapper h3 {
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section1 .wrapper h3 {
    padding-bottom: 0px;
  }
}
.game_of_games_main #section1 .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section1 .buttons {
    gap: 0px;
  }
}
.game_of_games_main #section1 .next {
  margin: auto;
  padding: 9px 50px;
}
.game_of_games_main #section1 .hovertext {
  position: relative;
  cursor: pointer;
  width: fit-content;
  margin: auto;
  padding-bottom: 20px;
}
.game_of_games_main #section1 .hovertext::after {
  content: "Winning AirPods and AirTags has never been easier. Fill in the following form, then follow our LinkedIn profile and gain!";
  position: absolute;
  background-color: #666;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 300px;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.game_of_games_main #section1 .hovertext::after:hover {
  opacity: 0;
}
.game_of_games_main #section1 .hovertext:hover::after {
  opacity: 1;
}
.game_of_games_main #section2 h2 {
  padding-top: 40px;
  max-width: 500px;
  width: 100%;
}
.game_of_games_main #section2 .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #FF8615;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.game_of_games_main #section2 .wrapper .gameOfGains_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 470px;
  width: 100%;
  padding-top: 30px;
  margin: auto;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section2 .wrapper .gameOfGains_form {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.game_of_games_main #section2 .wrapper .gameOfGains_form input {
  padding: 5px 15px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  border: none;
}
.game_of_games_main #section2 .wrapper .gameOfGains_form input:focus {
  outline: none;
}
@media (max-width: 1024px) {
  .game_of_games_main #section2 .wrapper .gameOfGains_form input {
    font-size: 12px;
    line-height: 21px;
  }
}
.game_of_games_main #section2 .wrapper .gameOfGains_form ::placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section2 .wrapper .gameOfGains_form ::placeholder {
    font-size: 12px;
    line-height: 21px;
  }
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .person_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/icon-_user_.svg") no-repeat left;
  background-size: 20px;
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .email_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/envelope-rio.svg") no-repeat left;
  background-size: 20px;
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .suitcase_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/suitcase.svg") no-repeat left;
  background-size: 20px;
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .border {
  height: 2px;
  width: 100%;
  background: #BEBEBE;
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .agree_wrapper {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section2 .wrapper .gameOfGains_form .agree_wrapper {
    padding: 10px;
  }
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .agree_wrapper label.agree_text {
  text-align: left;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1024px) {
  .game_of_games_main #section2 .wrapper .gameOfGains_form .agree_wrapper label.agree_text {
    line-height: 1rem;
    font-size: 11px;
    line-height: 21px;
  }
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .agree_wrapper input[type=checkbox] {
  accent-color: #FF8615;
  border-radius: 3px;
  border: 1px solid #FF8615;
}
.game_of_games_main #section3 .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 50px;
  max-width: 500px;
}
.game_of_games_main #section3 .wrapper p {
  max-width: 345px;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section3 .wrapper p {
    font-size: 16px;
    max-width: 100%;
  }
}
.game_of_games_main #section3 .wrapper .linkedinButton {
  border-radius: 44px;
  background: linear-gradient(270deg, #FF8615 3.24%, #FFBA3D 95.14%);
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  padding: 15px 60px;
  max-width: 380px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section3 .wrapper .linkedinButton {
    font-size: 18px;
    max-width: 320px;
  }
}
.game_of_games_main #section3 .first_triangle1 {
  display: none;
}
@media (max-width: 1024px) {
  .game_of_games_main #section3 .first_triangle1 {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 0;
  }
}
.game_of_games_main #section3 .second_triangle1 {
  display: none;
}
@media (max-width: 1024px) {
  .game_of_games_main #section3 .second_triangle1 {
    display: block;
    position: absolute;
    bottom: 14%;
    right: 0;
  }
}
.game_of_games_main #section4 {
  background: url("https://wazdan.com/wp-content/uploads/bcg_rio.svg") center/cover no-repeat, linear-gradient(244deg, #FFC627 24.81%, #FF8514 66.39%);
  min-width: 100vw;
  min-height: 94vh;
}
.game_of_games_main #section4 p {
  color: #fff;
  font-size: 20px;
}
.game_of_games_main #section4 .wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 50px;
  max-width: 500px;
  margin: auto;
}
@media (max-width: 1024px) {
  .game_of_games_main #section4 .wrapper {
    gap: 30px;
    padding-top: 0;
  }
}
.game_of_games_main #section4 .buttons {
  padding-top: 50px;
}
.game_of_games_main #section4 .buttons .visit_btn {
  border-radius: 44px;
  background-color: #fff;
  border: none;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 34px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section4 .buttons .visit_btn {
    font-size: 18px;
    font-weight: 500;
    padding: 4px 24px;
  }
}

.event_landing .breadcrumbs {
  color: #fff;
}
.event_landing .breadcrumbs a {
  color: #fff !important;
  display: none;
}
.event_landing .breadcrumbs span {
  display: none;
}
.event_landing .hero_section {
  min-height: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .event_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.event_landing .hero_section .hero_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 40px;
  padding-left: 0;
}
@media (max-width: 1290px) {
  .event_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .event_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
  }
}
.event_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 10%;
  left: 5%;
}
@media only screen and (max-width: 1600px) {
  .event_landing .hero_section .hero_wrapper .first_image {
    display: none;
  }
}
.event_landing .hero_section .hero_wrapper .second_image {
  width: 100%;
  max-width: 350px;
  position: absolute;
  bottom: -20%;
  right: 26%;
}
@media (max-width: 768px) {
  .event_landing .hero_section .hero_wrapper .second_image {
    max-width: 150px;
    bottom: -10%;
    left: 8%;
  }
}
.event_landing .hero_section .hero_wrapper .hero_title {
  max-width: 765px;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .event_landing .hero_section .hero_wrapper .hero_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.event_landing .hero_section .hero_wrapper .hero_title {
  color: #FFF;
  font-size: 67px;
  font-weight: 800;
  line-height: 84.42px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .event_landing .hero_section .hero_wrapper .hero_title {
    max-width: 675px;
  }
}
@media (max-width: 1400px) {
  .event_landing .hero_section .hero_wrapper .hero_title {
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .event_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1921px) {
  .event_landing .second_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .event_landing .second_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .event_landing .second_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .event_landing .second_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .event_landing .second_section {
    padding: 60px 28px;
  }
}
.event_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.event_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .event_landing .second_section .second_section_wrapper .second_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.event_landing .second_section .second_section_wrapper .second_section_title {
  color: #191919;
  color: #12102B;
  font-weight: 800;
  max-width: 700px;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .event_landing .second_section .second_section_wrapper .second_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.event_landing .second_section .second_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  color: #12102B;
}
@media (max-width: 768px) {
  .event_landing .second_section .second_section_wrapper p {
    font-size: 22px;
    line-height: 32px;
  }
}
.event_landing .second_section .second_section_wrapper .success_message {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.event_landing .second_section .second_section_wrapper .disabled {
  opacity: 0.7;
}
.event_landing .second_section .second_section_wrapper .loading {
  display: none;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.event_landing .second_section .second_section_wrapper .event_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  padding-top: 60px;
}
.event_landing .second_section .second_section_wrapper .event_form input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.event_landing .second_section .second_section_wrapper .event_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.event_landing .second_section .second_section_wrapper .event_form .submit_btn, .event_landing .second_section .second_section_wrapper .event_form .submit_btn_qr {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.event_landing .second_section .second_section_wrapper .event_form .submit_btn:hover, .event_landing .second_section .second_section_wrapper .event_form .submit_btn_qr:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.event_landing .second_section .second_section_wrapper .event_form_qr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.event_landing .second_section .second_section_wrapper .event_form_qr input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.event_landing .second_section .second_section_wrapper .event_form_qr ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.event_landing .second_section .second_section_wrapper .event_form_qr .submit_btn, .event_landing .second_section .second_section_wrapper .event_form_qr .submit_btn_qr {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.event_landing .second_section .second_section_wrapper .event_form_qr .submit_btn:hover, .event_landing .second_section .second_section_wrapper .event_form_qr .submit_btn_qr:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.event_landing .second_section .second_section_wrapper .event_form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 70px;
}
.event_landing .second_section .second_section_wrapper .event_form_wrapper p {
  padding-bottom: 0px;
}
.event_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr_text {
  max-width: 600px;
  width: 100%;
}
.event_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 43px;
}
.event_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr_text {
  max-width: 600px;
  width: 100%;
}
.event_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr {
  width: 100%;
  max-width: 600px;
}
.event_landing .second_section .second_section_wrapper .event_form_wrapper #formApiSucces p {
  background-color: #95ff95;
  padding: 20px;
  border-radius: 20px;
}
.event_landing .second_section .second_section_wrapper .agree_text {
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .event_landing .second_section .second_section_wrapper .agree_text {
    line-height: 1.3rem;
  }
}
@media (min-width: 1921px) {
  .event_landing .third_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .event_landing .third_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .event_landing .third_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .event_landing .third_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .event_landing .third_section {
    padding: 60px 28px;
  }
}
.event_landing .third_section {
  position: relative;
  overflow: hidden;
}
.event_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.event_landing .third_section .third_section_wrapper svg.first_triangle {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .third_section .third_section_wrapper svg.first_triangle {
    display: none;
  }
}
.event_landing .third_section .third_section_wrapper svg.second_triangle {
  position: absolute;
  top: -350px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .third_section .third_section_wrapper svg.second_triangle {
    display: none;
  }
}
.event_landing .third_section .third_section_wrapper svg.third_triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .third_section .third_section_wrapper svg.third_triangle {
    display: none;
  }
}
.event_landing .third_section .third_section_wrapper svg.fourth_triangle {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .third_section .third_section_wrapper svg.fourth_triangle {
    display: none;
  }
}
.event_landing .third_section .third_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .event_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.event_landing .third_section .third_section_wrapper .third_section_title {
  color: #FFF;
  position: relative;
}
@media (max-width: 768px) {
  .event_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.event_landing .third_section .third_section_wrapper p.third_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  color: #fff;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .event_landing .third_section .third_section_wrapper p.third_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.event_landing .third_section .third_section_wrapper .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .event_landing .third_section .third_section_wrapper .counters {
    justify-content: center;
  }
}
.event_landing .third_section .third_section_wrapper .counters .counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .event_landing .third_section .third_section_wrapper .counters .counter {
    align-items: center;
    flex-direction: column;
  }
}
.event_landing .third_section .third_section_wrapper .counters .counter .number {
  font-weight: 800;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .event_landing .third_section .third_section_wrapper .counters .counter .number {
    font-size: 77px;
    line-height: 77px;
  }
}
.event_landing .third_section .third_section_wrapper .counters .counter .description {
  color: #fff;
  font-size: 25px;
  line-height: 31px;
  font-weight: 200;
}
.event_landing .third_section .third_section_wrapper .btn_wrapper {
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .event_landing .third_section .third_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.event_landing .third_section .third_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.event_landing .third_section .third_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}
@media (min-width: 1921px) {
  .event_landing .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .event_landing .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .event_landing .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .event_landing .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .event_landing .fourth_section {
    padding: 60px 28px;
  }
}
.event_landing .fourth_section {
  background-color: #fff;
}
.event_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.event_landing .fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .event_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.event_landing .fourth_section .fourth_section_wrapper h3 {
  color: #191919;
  font-weight: 800;
}
@media (max-width: 768px) {
  .event_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.event_landing .fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .event_landing .fourth_section .fourth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FF5E89 -63.34%, #FF8012 0.18%, #FF5E89 100.43%, #FF8012 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 35px;
    justify-content: center;
  }
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 145px;
    width: 100%;
  }
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 2px;
}
@media (max-width: 1024px) {
  .event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}
@media (min-width: 1921px) {
  .event_landing .fifth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .event_landing .fifth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .event_landing .fifth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .event_landing .fifth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .event_landing .fifth_section {
    padding: 60px 28px;
  }
}
.event_landing .fifth_section {
  position: relative;
  overflow: hidden;
}
.event_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.event_landing .fifth_section .fifth_section_wrapper svg.first_triangle {
  position: absolute;
  left: -150px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .fifth_section .fifth_section_wrapper svg.first_triangle {
    display: none;
  }
}
.event_landing .fifth_section .fifth_section_wrapper svg.second_triangle {
  position: absolute;
  top: 0;
  right: -100px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .fifth_section .fifth_section_wrapper svg.second_triangle {
    display: none;
  }
}
.event_landing .fifth_section .fifth_section_wrapper svg.third_triangle {
  position: absolute;
  bottom: -300px;
  right: 10%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .fifth_section .fifth_section_wrapper svg.third_triangle {
    display: none;
  }
}
.event_landing .fifth_section .fifth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .event_landing .fifth_section .fifth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.event_landing .fifth_section .fifth_section_wrapper h3 {
  color: #FFF;
  font-weight: 800;
  position: relative;
}
@media (max-width: 768px) {
  .event_landing .fifth_section .fifth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.event_landing .fifth_section .fifth_section_wrapper p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-size: 30px;
  font-weight: 200;
  line-height: 37.8px;
  text-align: left;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .event_landing .fifth_section .fifth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.event_landing .fifth_section .fifth_section_wrapper .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.event_landing .fifth_section .fifth_section_wrapper .disabled {
  opacity: 0.7;
}
.event_landing .fifth_section .fifth_section_wrapper .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.event_landing .fifth_section .fifth_section_wrapper .event_form_newsletter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 70px 0 0 0;
}
.event_landing .fifth_section .fifth_section_wrapper .event_form_newsletter input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.event_landing .fifth_section .fifth_section_wrapper .event_form_newsletter ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.event_landing .fifth_section .fifth_section_wrapper .event_form_newsletter .submit_btn_newsletter {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.event_landing .fifth_section .fifth_section_wrapper .event_form_newsletter .submit_btn_newsletter:hover {
  background: #fff !important;
  color: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.event_landing .fifth_section .fifth_section_wrapper .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .event_landing .fifth_section .fifth_section_wrapper .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (min-width: 1921px) {
  .event_landing .gallery_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .event_landing .gallery_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .event_landing .gallery_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .event_landing .gallery_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .event_landing .gallery_section {
    padding: 60px 28px;
  }
}
.event_landing .gallery_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.event_landing .gallery_section .joinus__image__gallery .image__wrapper {
  background-color: black;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .event_landing .gallery_section .joinus__image__gallery .image__wrapper {
    pointer-events: none;
  }
}
.event_landing .gallery_section .joinus__image__gallery .image__wrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
.event_landing .gallery_section .joinus__image__gallery .image__wrapper .image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
.event_landing .gallery_section .joinus__image__gallery .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .event_landing .gallery_section .joinus__image__gallery .slick-dots {
    bottom: -80px;
  }
}
.event_landing .gallery_section .joinus__image__gallery .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.event_landing .gallery_section .joinus__image__gallery .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.event_landing .gallery_section .joinus__image__gallery .slick-dots li button {
  height: 30px;
  width: 30px;
}
.event_landing .gallery_section .joinus__image__gallery .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.event_landing .gallery_section .joinus__image__gallery .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.event_landing .gallery_section .slick-list {
  margin: 0 -10px;
  padding: 0px 100px;
}
@media (max-width: 1024px) {
  .event_landing .gallery_section .slick-list {
    padding: 0px 50px;
  }
}
.event_landing .gallery_section .slick-list .slick-slide {
  margin: 0 10px;
  height: fit-content;
}

@media (min-width: 1921px) {
  .qr_forms {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .qr_forms {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .qr_forms {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .qr_forms {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .qr_forms {
    padding: 60px 28px;
  }
}
.qr_forms {
  background-color: #12102b;
  position: relative;
  overflow: hidden;
}
.qr_forms .forms svg.first_triangle {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .qr_forms .forms svg.first_triangle {
    display: none;
  }
}
.qr_forms .forms svg.second_triangle {
  position: absolute;
  top: -350px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .qr_forms .forms svg.second_triangle {
    display: none;
  }
}
.qr_forms .forms svg.third_triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .qr_forms .forms svg.third_triangle {
    display: none;
  }
}
.qr_forms .forms svg.fourth_triangle {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .qr_forms .forms svg.fourth_triangle {
    display: none;
  }
}
.qr_forms .forms .form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}
.qr_forms .forms .form_wrapper h3 {
  text-align: center;
  color: #fff;
}
.qr_forms .forms .form_wrapper p {
  padding-bottom: 0px;
  text-align: center;
  color: #fff;
}
.qr_forms .forms .form_wrapper .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  max-width: 500px;
  width: 100%;
}
.qr_forms .forms .form_wrapper .form input, .qr_forms .forms .form_wrapper .form textarea {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: 1px solid #000;
}
.qr_forms .forms .form_wrapper .form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.qr_forms .forms .form_wrapper .form .submit_btn {
  background: #12102B;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.qr_forms .forms .form_wrapper .form .submit_btn:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  text-decoration: none;
  cursor: pointer;
}
.qr_forms .forms .form_wrapper .form_title {
  max-width: 600px;
  width: 100%;
}
.qr_forms .forms .form_wrapper .form_title h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 43px;
}
.qr_forms .forms .form_wrapper .form_title {
  max-width: 600px;
  width: 100%;
}
.qr_forms .forms .form_wrapper .event_form_qr {
  width: 100%;
  max-width: 600px;
}
.qr_forms .forms #formApiSucces p {
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
.qr_forms .forms .agree_form {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .qr_forms .forms .agree_form {
    line-height: 1.3rem;
  }
}

.movember_landing .breadcrumbs {
  color: #fff;
}
.movember_landing .breadcrumbs a {
  color: #fff !important;
  display: none;
}
.movember_landing .breadcrumbs span {
  display: none;
}
.movember_landing .hero_section {
  min-height: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .movember_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.movember_landing .hero_section .hero_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 40px;
  padding-left: 0;
}
@media (max-width: 1290px) {
  .movember_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .movember_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
  }
}
.movember_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 70%;
  left: 5%;
}
@media only screen and (max-width: 1600px) {
  .movember_landing .hero_section .hero_wrapper .first_image {
    display: none;
  }
}
.movember_landing .hero_section .hero_wrapper .second_image {
  width: 100%;
  max-width: 350px;
  position: absolute;
  bottom: -20%;
  right: 26%;
}
@media (max-width: 768px) {
  .movember_landing .hero_section .hero_wrapper .second_image {
    max-width: 150px;
    bottom: -10%;
    left: 8%;
  }
}
.movember_landing .hero_section .hero_wrapper .hero_title {
  max-width: 940px;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .movember_landing .hero_section .hero_wrapper .hero_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.movember_landing .hero_section .hero_wrapper .hero_title {
  color: #FFF;
  font-size: 67px;
  font-weight: 800;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .movember_landing .hero_section .hero_wrapper .hero_title {
    max-width: 675px;
  }
}
@media (max-width: 1400px) {
  .movember_landing .hero_section .hero_wrapper .hero_title {
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .movember_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1921px) {
  .movember_landing .second_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .movember_landing .second_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .movember_landing .second_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .movember_landing .second_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .movember_landing .second_section {
    padding: 60px 28px;
  }
}
.movember_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.movember_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .movember_landing .second_section .second_section_wrapper .second_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.movember_landing .second_section .second_section_wrapper .second_section_title {
  color: #191919;
  color: #12102B;
  font-weight: 800;
  max-width: 700px;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .movember_landing .second_section .second_section_wrapper .second_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.movember_landing .second_section .second_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  color: #12102B;
}
@media (max-width: 768px) {
  .movember_landing .second_section .second_section_wrapper p {
    font-size: 22px;
    line-height: 32px;
  }
}
.movember_landing .second_section .second_section_wrapper .success_message {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.movember_landing .second_section .second_section_wrapper .disabled {
  opacity: 0.7;
}
.movember_landing .second_section .second_section_wrapper .loading {
  display: none;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.movember_landing .second_section .second_section_wrapper .event_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  padding-top: 60px;
}
.movember_landing .second_section .second_section_wrapper .event_form input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.movember_landing .second_section .second_section_wrapper .event_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.movember_landing .second_section .second_section_wrapper .event_form .submit_btn, .movember_landing .second_section .second_section_wrapper .event_form .submit_btn_qr {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.movember_landing .second_section .second_section_wrapper .event_form .submit_btn:hover, .movember_landing .second_section .second_section_wrapper .event_form .submit_btn_qr:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.movember_landing .second_section .second_section_wrapper .event_form_qr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.movember_landing .second_section .second_section_wrapper .event_form_qr input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.movember_landing .second_section .second_section_wrapper .event_form_qr ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.movember_landing .second_section .second_section_wrapper .event_form_qr .submit_btn, .movember_landing .second_section .second_section_wrapper .event_form_qr .submit_btn_qr {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.movember_landing .second_section .second_section_wrapper .event_form_qr .submit_btn:hover, .movember_landing .second_section .second_section_wrapper .event_form_qr .submit_btn_qr:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.movember_landing .second_section .second_section_wrapper .event_form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 70px;
}
.movember_landing .second_section .second_section_wrapper .event_form_wrapper p {
  padding-bottom: 0px;
}
.movember_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr_text {
  max-width: 600px;
  width: 100%;
}
.movember_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 43px;
}
.movember_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr_text {
  max-width: 600px;
  width: 100%;
}
.movember_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr {
  width: 100%;
  max-width: 600px;
}
.movember_landing .second_section .second_section_wrapper .event_form_wrapper #formApiSucces p {
  background-color: #95ff95;
  padding: 20px;
  border-radius: 20px;
}
.movember_landing .second_section .second_section_wrapper .agree_text {
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .movember_landing .second_section .second_section_wrapper .agree_text {
    line-height: 1.3rem;
  }
}
@media (min-width: 1921px) {
  .movember_landing .third_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .movember_landing .third_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .movember_landing .third_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .movember_landing .third_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .movember_landing .third_section {
    padding: 60px 28px;
  }
}
.movember_landing .third_section {
  position: relative;
  overflow: hidden;
}
.movember_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.movember_landing .third_section .third_section_wrapper svg.first_triangle {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .third_section .third_section_wrapper svg.first_triangle {
    display: none;
  }
}
.movember_landing .third_section .third_section_wrapper svg.second_triangle {
  position: absolute;
  top: -350px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .third_section .third_section_wrapper svg.second_triangle {
    display: none;
  }
}
.movember_landing .third_section .third_section_wrapper svg.third_triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .third_section .third_section_wrapper svg.third_triangle {
    display: none;
  }
}
.movember_landing .third_section .third_section_wrapper svg.fourth_triangle {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .third_section .third_section_wrapper svg.fourth_triangle {
    display: none;
  }
}
.movember_landing .third_section .third_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .movember_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.movember_landing .third_section .third_section_wrapper .third_section_title {
  color: #FFF;
  position: relative;
}
@media (max-width: 768px) {
  .movember_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.movember_landing .third_section .third_section_wrapper p {
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 30px;
  color: #12102B;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (min-width: 1921px) {
  .movember_landing .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .movember_landing .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .movember_landing .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .movember_landing .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .movember_landing .fourth_section {
    padding: 60px 28px;
  }
}
.movember_landing .fourth_section {
  background-color: #fff;
}
.movember_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.movember_landing .fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .movember_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.movember_landing .fourth_section .fourth_section_wrapper h3 {
  color: #191919;
  font-weight: 800;
}
@media (max-width: 768px) {
  .movember_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.movember_landing .fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .movember_landing .fourth_section .fourth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FF5E89 -63.34%, #FF8012 0.18%, #FF5E89 100.43%, #FF8012 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 35px;
    justify-content: center;
  }
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 145px;
    width: 100%;
  }
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 2px;
}
@media (max-width: 1024px) {
  .movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}
@media (min-width: 1921px) {
  .movember_landing .fifth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .movember_landing .fifth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .movember_landing .fifth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .movember_landing .fifth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .movember_landing .fifth_section {
    padding: 60px 28px;
  }
}
.movember_landing .fifth_section {
  position: relative;
  overflow: hidden;
}
.movember_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.movember_landing .fifth_section .fifth_section_wrapper svg.first_triangle {
  position: absolute;
  left: -150px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .fifth_section .fifth_section_wrapper svg.first_triangle {
    display: none;
  }
}
.movember_landing .fifth_section .fifth_section_wrapper svg.second_triangle {
  position: absolute;
  top: 0;
  right: -100px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .fifth_section .fifth_section_wrapper svg.second_triangle {
    display: none;
  }
}
.movember_landing .fifth_section .fifth_section_wrapper svg.third_triangle {
  position: absolute;
  bottom: -300px;
  right: 10%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .fifth_section .fifth_section_wrapper svg.third_triangle {
    display: none;
  }
}
.movember_landing .fifth_section .fifth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .movember_landing .fifth_section .fifth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.movember_landing .fifth_section .fifth_section_wrapper h3 {
  color: #FFF;
  font-weight: 800;
  position: relative;
}
@media (max-width: 768px) {
  .movember_landing .fifth_section .fifth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.movember_landing .fifth_section .fifth_section_wrapper p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-size: 30px;
  font-weight: 200;
  line-height: 37.8px;
  text-align: left;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .movember_landing .fifth_section .fifth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.movember_landing .fifth_section .fifth_section_wrapper .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.movember_landing .fifth_section .fifth_section_wrapper .disabled {
  opacity: 0.7;
}
.movember_landing .fifth_section .fifth_section_wrapper .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.movember_landing .fifth_section .fifth_section_wrapper .event_form_newsletter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 70px 0 0 0;
}
.movember_landing .fifth_section .fifth_section_wrapper .event_form_newsletter input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.movember_landing .fifth_section .fifth_section_wrapper .event_form_newsletter ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.movember_landing .fifth_section .fifth_section_wrapper .event_form_newsletter .submit_btn_newsletter {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.movember_landing .fifth_section .fifth_section_wrapper .event_form_newsletter .submit_btn_newsletter:hover {
  background: #fff !important;
  color: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.movember_landing .fifth_section .fifth_section_wrapper .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .movember_landing .fifth_section .fifth_section_wrapper .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (min-width: 1921px) {
  .movember_landing .gallery_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .movember_landing .gallery_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .movember_landing .gallery_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .movember_landing .gallery_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .movember_landing .gallery_section {
    padding: 60px 28px;
  }
}
.movember_landing .gallery_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.movember_landing .gallery_section .joinus__image__gallery .image__wrapper {
  background-color: black;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .movember_landing .gallery_section .joinus__image__gallery .image__wrapper {
    pointer-events: none;
  }
}
.movember_landing .gallery_section .joinus__image__gallery .image__wrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
.movember_landing .gallery_section .joinus__image__gallery .image__wrapper .image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
.movember_landing .gallery_section .joinus__image__gallery .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .movember_landing .gallery_section .joinus__image__gallery .slick-dots {
    bottom: -80px;
  }
}
.movember_landing .gallery_section .joinus__image__gallery .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.movember_landing .gallery_section .joinus__image__gallery .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.movember_landing .gallery_section .joinus__image__gallery .slick-dots li button {
  height: 30px;
  width: 30px;
}
.movember_landing .gallery_section .joinus__image__gallery .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #47FF60 -63.34%, #2EFFE7 0.18%, #47FF60 100.43%, #2EFFE7 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.movember_landing .gallery_section .joinus__image__gallery .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #47FF60 -63.34%, #2EFFE7 0.18%, #47FF60 100.43%, #2EFFE7 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.movember_landing .gallery_section .slick-list {
  margin: 0 -10px;
  padding: 0px 100px;
}
@media (max-width: 1024px) {
  .movember_landing .gallery_section .slick-list {
    padding: 0px 50px;
  }
}
.movember_landing .gallery_section .slick-list .slick-slide {
  margin: 0 10px;
  height: fit-content;
}

.movember_landing .hero_section {
  min-height: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.movember_landing .hero_section .hero_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 40px;
  padding-left: 0;
}
.movember_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 650px;
  position: absolute;
  top: 70%;
  left: 55%;
}
.movember_landing .hero_section .hero_wrapper .hero_title {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 67px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.movember_landing .hero_section .hero_wrapper .hero_text {
  max-width: 815px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.movember_landing .hero_section .hero_wrapper .second_image {
  position: absolute;
  left: 0;
  z-index: 0;
  max-width: 180px;
  bottom: -60%;
}
.movember_landing .second_section {
  padding: 120px 96px;
  background-color: #12102B;
}
.movember_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.movember_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.movember_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.movember_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper .list_item {
  color: #FFF;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  list-style: none;
  text-decoration: none;
}
.movember_landing .third_image {
  position: absolute;
  top: 18%;
  right: 0;
  max-width: 375px;
}
.movember_landing .third_section {
  position: relative;
  overflow: hidden;
  padding: 120px 96px;
}
.movember_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.movember_landing .third_section .third_section_wrapper .third_section_title {
  color: #000;
  padding-bottom: 30px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.movember_landing .fourth_image {
  position: absolute;
  top: 35%;
  left: 0;
  max-width: 200px;
  height: auto;
}
.movember_landing .fourth_section {
  background-color: linear-gradient(66deg, #2EFFE7 15.25%, #47FF60 84.75%);
  padding: 120px 96px;
}
.movember_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.movember_landing .fourth_section .fourth_section_wrapper h3 {
  color: #000;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
  margin-top: 80px;
}
.movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_desc .title {
  color: #000;
  font-family: "Wazdan Sans";
  font-size: 41px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_desc .desc {
  color: #000;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_image {
  max-width: 211px;
  margin-right: 80px;
}
.movember_landing .fifth_section {
  background: #12102B;
  padding: 120px 96px;
}
.movember_landing .fifth_section h3 {
  padding-bottom: 30px;
  font-size: 48px;
  line-height: 51px;
  color: #fff;
  font-weight: 800;
  position: relative;
}
.movember_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
}
.movember_landing .fifth_section .fifth_section_wrapper p {
  color: #D9D9D9;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.movember_landing .fifth_section .fifth_section_wrapper a {
  color: #D9D9D9;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .movember_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
  .movember_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
  }
  .movember_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
  .movember_landing .hero_section .hero_wrapper .hero_text {
    font-size: 20px;
    line-height: 30px;
  }
  .movember_landing .hero_section .hero_wrapper .first_image {
    display: none;
  }
  .movember_landing .hero_section .hero_wrapper .second_image {
    max-width: 55px;
    top: 83%;
  }
  .movember_landing .second_section {
    padding: 60px 28px;
  }
  .movember_landing .second_section .second_section_wrapper .second_section_title {
    font-size: 30px;
    line-height: 36px;
  }
  .movember_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .movember_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper .list_item {
    font-size: 16px;
    line-height: 30px;
  }
  .movember_landing .third_section {
    padding: 60px 28px;
  }
  .movember_landing .third_section .third_section_wrapper first_triangle {
    position: absolute;
    top: -300px;
    left: 0;
    z-index: 0;
  }
  .movember_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .movember_landing .third_section .third_section_wrapper p {
    font-size: 21px;
  }
  .movember_landing .third_image {
    max-width: 85px;
    top: 20%;
  }
  .movember_landing .fourth_section {
    padding: 60px 28px;
  }
  .movember_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 26px;
  }
  .movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper {
    flex-direction: column;
    gap: 5px;
  }
  .movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_image {
    margin: auto;
    display: flex;
    min-width: fit-content;
  }
  .movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .title {
    font-size: 30px !important;
    text-align: center;
  }
  .movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .desc {
    font-size: 20px !important;
    text-align: center;
  }
  .movember_landing .fourth_image {
    display: none;
  }
  .movember_landing .fifth_section {
    padding: 60px 28px;
    background-image: none !important;
  }
  .movember_landing .fifth_section h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .movember_landing .fifth_section .fifth_section_wrapper p {
    font-size: 22px;
  }
}
.movember_landing img.reason_image.wide {
  margin-left: 40px;
  margin-right: 110px !important;
}

.xmasdrop_landing {
  background: #12102B;
  color: white;
}
.xmasdrop_landing .breadcrumbs {
  color: #fff;
}
.xmasdrop_landing .breadcrumbs a {
  color: #fff !important;
  display: none;
}
.xmasdrop_landing .breadcrumbs span {
  display: none;
}
.xmasdrop_landing .hero_section {
  min-height: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.xmasdrop_landing .hero_section .hero_wrapper {
  place-items: center;
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 40px;
}
.xmasdrop_landing .hero_section .hero_wrapper .hero_title {
  padding-bottom: 30px;
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 67px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.xmasdrop_landing .hero_section .hero_wrapper .hero_text {
  max-width: 1250px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Wazdan Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.xmasdrop_landing .hero_section .hero_wrapper .hero_title_reward {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 180px;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.xmasdrop_landing .hero_section .hero_wrapper .scroll_button {
  border: 0.5px solid #12102B;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  padding: 8px 32px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
  background: linear-gradient(270deg, #2EFFE7 -63.34%, #47FF60 0.18%, #2EFFE7 100.43%, #47FF60 151.64%);
  color: #000;
}
.xmasdrop_landing .second_section {
  padding: 80px 96px;
}
.xmasdrop_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.xmasdrop_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.xmasdrop_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input, .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 0px 20px;
  margin: 0px;
  border: white;
  height: 60px;
  text-align: center;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input::placeholder, .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input::placeholder {
  font-size: 24px;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .agree {
  font-size: 12px;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .xmas_submit {
  display: none;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper #promoButtonFirst {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  border: none;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper #formApiErrors {
  color: red;
  font-size: 24px;
}
.xmasdrop_landing .section_award {
  padding: 80px 96px;
}
.xmasdrop_landing .section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
}
.xmasdrop_landing .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
}
.xmasdrop_landing .section_award .section_wrapper .award {
  max-width: 350px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.xmasdrop_landing .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.xmasdrop_landing .section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
}
.xmasdrop_landing .form_second_section {
  padding: 80px 0px 0px 0px;
}
.xmasdrop_landing .form_second_section .section_wrapper {
  position: relative;
  margin: auto;
  width: 100%;
  flex-direction: column;
}
.xmasdrop_landing .form_second_section .section_background {
  position: relative;
}
.xmasdrop_landing .form_second_section .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.xmasdrop_landing .form_second_section .image_wrapper .form2_xmas_decor {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.xmasdrop_landing .form_second_section .image_wrapper .form2_xmas_decor {
  z-index: 2;
  top: -48%;
}
.xmasdrop_landing .form_second_section .image_wrapper .form2_bg {
  top: 0;
  z-index: 1;
}
.xmasdrop_landing .form_second_section .form_heading {
  position: absolute;
  top: 25%;
  left: 30%;
  transform: translateX(-50%);
  z-index: 3;
}
.xmasdrop_landing .form_second_section .form_heading h2 {
  font-size: 50px;
  color: black;
  margin: 0;
  font-weight: 800;
}
.xmasdrop_landing .form_second_section .form_wrapper {
  position: absolute;
  top: 25%;
  position-area: center;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  gap: 40px; /* Odstępy między kolumnami */
  align-items: flex-start; /* Wyrównanie na górze */
}
.xmasdrop_landing .form_second_section .form_wrapper .form_content {
  flex: 1; /* Pierwsza kolumna */
  padding: 10px;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_content p {
  font-size: 25px;
  color: black;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area {
  flex: 1; /* Druga kolumna */
  padding: 10px;
  text-align: center;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input, .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 0px 20px;
  margin: 0px;
  border: white;
  height: 60px;
  text-align: center;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input::placeholder, .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input::placeholder {
  font-size: 24px;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area .agree {
  font-size: 12px;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area .xmas_submit {
  display: none;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area #promoButtonSecond {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  border: none;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area #formApiErrorsSecond {
  font-size: 24px;
  color: red;
}
.xmasdrop_landing .third_section {
  padding: 80px 96px;
}
.xmasdrop_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.xmasdrop_landing .third_section .third_section_wrapper .third_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
}
.xmasdrop_landing .third_section .third_section_wrapper .video {
  border-radius: 20px;
  max-width: 800px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.xmasdrop_landing .fourth_section {
  padding: 80px 96px;
}
.xmasdrop_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.xmasdrop_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.xmasdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-bottom: 52px;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 40px;
}
.xmasdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper .promo_tools {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-color: #fff;
  font-size: 22px;
  padding: 8px 16px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
}
.xmasdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper .promo_tools:hover {
  background: linear-gradient(270deg, #2EFFE7 -63.34%, #47FF60 0.18%, #2EFFE7 100.43%, #47FF60 151.64%);
  color: #000;
}
.xmasdrop_landing .fifth_section {
  padding: 80px 96px;
}
.xmasdrop_landing .fifth_section .fifth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text {
  color: white;
  flex: 1;
  align-self: center;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
  font-size: 55px;
  color: white;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
  font-size: 60px;
  padding-top: 30px;
  color: white;
  font-weight: bold;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .role {
  font-size: 25px;
  color: white;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper .image_wrapper {
  position: relative;
  flex: 1;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
.xmasdrop_landing .sixth_section {
  padding: 80px 96px;
}
.xmasdrop_landing .sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.xmasdrop_landing .sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}
.xmasdrop_landing .sixth_section .counter {
  display: flex;
}
.xmasdrop_landing .sixth_section .counter .mark {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 180px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.xmasdrop_landing .sixth_section .counter .count {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
  align-content: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 180px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.xmasdrop_landing .slider_section {
  background-color: #D4ECFF;
  padding: 113px 0;
  display: flex;
  flex-direction: column;
}
.xmasdrop_landing .slider_section .network_slider .slick-slide {
  padding: 0 10px;
}
.xmasdrop_landing .slider_section .network_slider .slick-slide img {
  border-radius: 38px;
  max-height: 384px;
  width: 100%;
  height: 100%;
}
.xmasdrop_landing .seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.xmasdrop_landing .seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}
@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 768px) {
  .xmasdrop_landing .hero_section .hero_wrapper {
    padding: 40px 20px;
  }
  .xmasdrop_landing .hero_section .hero_wrapper .hero_title {
    font-size: 40px !important;
  }
  .xmasdrop_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .xmasdrop_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .xmasdrop_landing .third_section {
    padding: 40px 45px;
  }
  .xmasdrop_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .xmasdrop_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .xmasdrop_landing .section_award {
    padding: 40px 45px;
  }
  .xmasdrop_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .xmasdrop_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .xmasdrop_landing .second_section {
    padding: 40px 0px;
  }
  .xmasdrop_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input, .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .xmas_submit {
    background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
    color: black;
  }
  .xmasdrop_landing .fourth_section {
    padding: 40px 45px;
  }
  .xmasdrop_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .xmasdrop_landing .fifth_section {
    padding: 40px 45px;
  }
  .xmasdrop_landing .fifth_section .fifth_section_title {
    font-size: 30px;
  }
  .xmasdrop_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column;
  }
  .xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 20px;
  }
  .xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 30px;
    padding-top: 5px;
  }
  .xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_title {
    font-size: 25px;
  }
  .xmasdrop_landing .sixth_section {
    padding: 40px 45px;
  }
  .xmasdrop_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .xmasdrop_landing .sixth_section .counter .count, .xmasdrop_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .xmasdrop_landing .seventh_section {
    padding: 40px 20px;
  }
  .xmasdrop_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .xmasdrop_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
  .xmasdrop_landing .form_second_section {
    padding: 40px 0px;
  }
  .xmasdrop_landing .form_second_section .image_wrapper {
    display: none;
  }
  .xmasdrop_landing .form_second_section .form_heading {
    position: initial;
    transform: none;
    padding: 0px 45px;
  }
  .xmasdrop_landing .form_second_section .form_heading h2 {
    color: white;
    font-size: 30px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper {
    position: initial;
    gap: 0px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_content p {
    color: white;
    padding: 0px 45px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input, .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 35px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input, .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input {
    font-size: 24px;
    border-radius: 40px;
    padding: 0px 20px;
    margin: 0px;
    border: white;
    height: 60px;
    text-align: center;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input::placeholder, .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input::placeholder {
    font-size: 24px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_area .agree {
    font-size: 12px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_area .xmas_submit {
    border-radius: 40px;
    padding: 10px 50px;
    font-size: 24px;
    background-color: black;
    color: white;
    border: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .xmasdrop_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .xmasdrop_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .xmasdrop_landing .section_award .section_wrapper .award {
    max-width: 300px;
  }
  .xmasdrop_landing .second_section {
    padding: 80px 0px;
  }
  .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input, .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 35px;
  }
  .xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 45px;
  }
  .xmasdrop_landing .sixth_section .counter .mark, .xmasdrop_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .xmasdrop_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
  .xmasdrop_landing .form_second_section .form_heading {
    top: 20%;
    left: 35%;
  }
  .xmasdrop_landing .form_second_section .form_wrapper {
    align-items: center;
    top: 35%;
    padding: 0px 50px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input, .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 100px;
  }
}
.ice2025_landing {
  background: #12102B;
  color: white;
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.ice2025_landing .breadcrumbs {
  color: #fff;
}
.ice2025_landing .breadcrumbs a {
  color: #fff !important;
  display: none;
}
.ice2025_landing .breadcrumbs span {
  display: none;
}
.ice2025_landing .hero_section {
  margin-top: 60px;
  min-height: 600px;
  background-image: url("https://wazdan.com/wp-content/uploads/pattern-scaled.webp");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .ice2025_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.ice2025_landing .hero_section .hero_wrapper {
  border-radius: 20px;
  max-width: 1330px;
  width: 100%;
  margin: auto;
  padding: 60px;
  padding-left: 80px;
  margin: 60px auto;
}
@media (max-width: 768px) {
  .ice2025_landing .hero_section .hero_wrapper {
    margin: 40px;
  }
}
.ice2025_landing .hero_section .hero_wrapper .scroll_button {
  border: 0.5px solid #12102B;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  padding: 8px 32px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  color: #fff;
}
@media (max-width: 1290px) {
  .ice2025_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .ice2025_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
  }
}
.ice2025_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 650px;
  position: absolute;
  top: 10%;
  left: 55%;
}
@media only screen and (max-width: 1600px) {
  .ice2025_landing .hero_section .hero_wrapper .first_image {
    position: static;
    width: 130%;
    max-width: 384px;
    overflow: visible;
    margin-bottom: -103px;
    margin-left: -35px;
  }
}
.ice2025_landing .hero_section .hero_wrapper .hero_title {
  max-width: 800px;
  width: 100%;
  font-size: 67px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .ice2025_landing .hero_section .hero_wrapper .hero_title {
    max-width: 675px;
  }
}
@media (max-width: 1400px) {
  .ice2025_landing .hero_section .hero_wrapper .hero_title {
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.ice2025_landing .second_section {
  padding: 80px 96px;
}
.ice2025_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.ice2025_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.ice2025_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.ice2025_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.ice2025_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.ice2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.ice2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.ice2025_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}
@media (min-width: 1921px) {
  .ice2025_landing .third_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .ice2025_landing .third_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .ice2025_landing .third_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .third_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .ice2025_landing .third_section {
    padding: 60px 28px;
  }
}
.ice2025_landing .third_section {
  background-color: white;
}
.ice2025_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.ice2025_landing .third_section .third_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .ice2025_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.ice2025_landing .third_section .third_section_wrapper .third_section_title {
  color: #191919;
  color: #12102B;
  max-width: 700px;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.ice2025_landing .third_section .third_section_wrapper p {
  margin-bottom: 0;
  font-size: 31px;
  line-height: 39px;
  color: #12102B;
}
@media (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper p {
    font-size: 22px;
    line-height: 32px;
  }
}
.ice2025_landing .third_section .third_section_wrapper .success_message {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.ice2025_landing .third_section .third_section_wrapper .event_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.ice2025_landing .third_section .third_section_wrapper .event_form input {
  padding: 20px;
  margin: 10px;
  background-color: #D4ECFF;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.ice2025_landing .third_section .third_section_wrapper .event_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.ice2025_landing .third_section .third_section_wrapper .event_form .submit_btn {
  color: #fff;
  background-color: #3305FF;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
}
.ice2025_landing .third_section .third_section_wrapper .event_form .submit_btn:hover {
  background: #880CFF !important;
  text-decoration: none;
  cursor: pointer;
}
.ice2025_landing .third_section .third_section_wrapper .event_form .wpforms-submit-container {
  place-self: center;
}
.ice2025_landing .third_section .third_section_wrapper .event_form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper .event_form_wrapper {
    flex-direction: column;
  }
}
.ice2025_landing .third_section .third_section_wrapper .event_form_wrapper p {
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper .event_form_wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper .event_form_wrapper .agree_text {
    font-size: 14px;
  }
}
.ice2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text {
  max-width: 600px;
  width: 100%;
}
.ice2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
    font-size: 30px;
  }
}
.ice2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text {
  max-width: 600px;
  width: 100%;
}
.ice2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form {
  width: 100%;
  max-width: 600px;
}
.ice2025_landing .third_section .third_section_wrapper .event_form_wrapper #formApiSucces p {
  background-color: #95ff95;
  padding: 20px;
  border-radius: 20px;
}
.ice2025_landing .third_section .third_section_wrapper .agree_text {
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
.ice2025_landing .third_section .third_section_wrapper .agree_text a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .ice2025_landing .third_section .third_section_wrapper .agree_text {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper .agree_text {
    font-size: 14px;
  }
}
@media (min-width: 1921px) {
  .ice2025_landing .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .ice2025_landing .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .ice2025_landing .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .ice2025_landing .counter_section {
    padding: 60px 28px;
  }
}
.ice2025_landing .counter_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .ice2025_landing .counter_section {
    padding: 70px 96px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.ice2025_landing .counter_section .counter_section_wrapper .counter_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .counter_section_title {
  color: #191919;
  font-weight: 800;
  position: relative;
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .reasons {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .reasons .counters {
    justify-content: left;
    padding: 10px 0px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 31px;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  background-color: #12102B;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.ice2025_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}
.ice2025_landing .section_award {
  padding: 80px 96px;
}
.ice2025_landing .section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
}
.ice2025_landing .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .ice2025_landing .section_award .section_wrapper {
    align-items: center;
  }
}
.ice2025_landing .section_award .section_wrapper .award {
  max-width: 260px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.ice2025_landing .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.ice2025_landing .section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .ice2025_landing .section_award .section_wrapper .middle {
    max-width: 260px;
    order: -1;
  }
}
.ice2025_landing .form_second_section {
  padding: 80px 0px 0px 0px;
  background-image: url("https://wazdan.com/wp-content/uploads/pattern-scaled.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.ice2025_landing .form_second_section .section_wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  flex-direction: column;
}
.ice2025_landing .form_second_section .section_background {
  position: relative;
}
.ice2025_landing .form_second_section .section_background .form_section_container {
  padding-top: 180px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .ice2025_landing .form_second_section .section_background .form_section_container {
    margin: 0 40px;
    padding: 80px 0;
  }
}
.ice2025_landing .form_second_section .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.ice2025_landing .form_second_section .form_heading {
  z-index: 4;
  background-color: #12102B;
  padding: 40px 60px;
  border-radius: 20px 20px 0px 0px;
}
.ice2025_landing .form_second_section .form_heading h2 {
  font-size: 50px;
  color: white;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 768px) {
  .ice2025_landing .form_second_section .form_heading {
    padding: 30px;
  }
}
.ice2025_landing .form_second_section .form_wrapper {
  padding: 60px 60px;
  background-color: #12102B;
  position-area: center;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
  gap: 40px;
  align-items: flex-start;
  border-radius: 0px 0px 20px 20px;
}
@media (max-width: 768px) {
  .ice2025_landing .form_second_section .form_wrapper {
    flex-direction: column;
    padding: 30px;
  }
}
.ice2025_landing .form_second_section .form_wrapper .form_content {
  flex: 1;
  padding: 5px;
}
.ice2025_landing .form_second_section .form_wrapper .form_content p {
  font-size: 25px;
  font-weight: 400;
  color: white;
}
@media (max-width: 768px) {
  .ice2025_landing .form_second_section .form_wrapper .form_content p {
    font-size: 20px;
  }
}
.ice2025_landing .form_second_section .form_wrapper .form_area {
  flex: 1;
  padding: 10px;
  text-align: center;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .disabled {
  opacity: 0.7;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.ice2025_landing .form_second_section .form_wrapper .form_area input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.ice2025_landing .form_second_section .form_wrapper .form_area ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter {
  color: #fff;
  background-color: #3305FF;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter:hover {
  background: #880CFF !important;
  text-decoration: none;
  cursor: pointer;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  margin: 0;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .ice2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.ice2025_landing .third_section {
  padding: 80px 96px;
}
.ice2025_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.ice2025_landing .third_section .third_section_wrapper .third_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
}
.ice2025_landing .third_section .third_section_wrapper .video {
  border-radius: 20px;
  max-width: 800px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.ice2025_landing .fourth_section {
  position: relative;
}
@media (min-width: 1921px) {
  .ice2025_landing .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .ice2025_landing .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .ice2025_landing .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .ice2025_landing .fourth_section {
    padding: 60px 28px;
  }
}
.ice2025_landing .fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #12102b;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
.ice2025_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.ice2025_landing .fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
}
@media (max-width: 1400px) {
  .ice2025_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.ice2025_landing .fourth_section .fourth_section_wrapper h3 {
  color: #FFF;
  font-weight: 800;
}
@media (max-width: 768px) {
  .ice2025_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.ice2025_landing .fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .ice2025_landing .fourth_section .fourth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 35px;
    justify-content: center;
  }
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 145px;
    width: 100%;
  }
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}
.ice2025_landing .fifth_section {
  padding: 80px 96px;
  background-attachment: fixed;
}
.ice2025_landing .fifth_section .fifth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.ice2025_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text {
  color: white;
  flex: 1;
  align-self: center;
  font-weight: 300;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper {
    padding-top: 50px;
  }
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper .btn_learn_more {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #000;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: linear-gradient(270deg, #FF8112 -63.34%, #FFDC2B 0.18%, #FF8112 100.43%, #FFDC2B 151.64%);
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
  font-size: 55px;
  color: white;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text {
  font-size: 30px;
  padding-top: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text {
    font-size: 24px;
  }
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text strong {
  font-weight: 800;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains {
  display: flex;
  flex-direction: column;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item {
  gap: 10px;
  display: flex;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item img {
  height: fit-content;
  place-self: center;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list {
    font-size: 24px;
  }
}
.ice2025_landing .fifth_section .fifth_section_wrapper .image_wrapper {
  position: relative;
  flex: 1;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
.ice2025_landing .sixth_section {
  padding: 80px 96px;
}
.ice2025_landing .sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.ice2025_landing .sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}
.ice2025_landing .seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.ice2025_landing .seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.ice2025_landing .seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}
@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 768px) {
  .ice2025_landing .hero_section {
    padding-bottom: 40px;
  }
  .ice2025_landing .hero_section .hero_wrapper {
    padding: 40px 20px;
    margin: 40px;
  }
  .ice2025_landing .hero_section .hero_wrapper .hero_title {
    font-size: 40px !important;
  }
  .ice2025_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .ice2025_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .ice2025_landing .third_section {
    padding: 40px 45px;
  }
  .ice2025_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .ice2025_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .ice2025_landing .section_award {
    padding: 40px 45px;
  }
  .ice2025_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .ice2025_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .ice2025_landing .second_section {
    padding: 40px 0px;
  }
  .ice2025_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
    background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
    color: black;
  }
  .ice2025_landing .fourth_section {
    padding: 40px 45px;
  }
  .ice2025_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .ice2025_landing .fifth_section {
    padding: 40px 45px;
  }
  .ice2025_landing .fifth_section .fifth_section_title {
    font-size: 30px;
  }
  .ice2025_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 20px;
  }
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 30px;
    padding-top: 5px;
  }
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_title {
    font-size: 25px;
  }
  .ice2025_landing .sixth_section {
    padding: 40px 45px;
  }
  .ice2025_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .ice2025_landing .sixth_section .counter .count,
  .ice2025_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .ice2025_landing .seventh_section {
    padding: 40px 20px;
  }
  .ice2025_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .ice2025_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
  .ice2025_landing .form_second_section {
    padding: 40px 0px;
  }
  .ice2025_landing .form_second_section .image_wrapper {
    display: none;
  }
  .ice2025_landing .form_second_section .form_heading {
    position: initial;
    transform: none;
  }
  .ice2025_landing .form_second_section .form_heading h2 {
    color: white;
    font-size: 30px;
  }
  .ice2025_landing .form_second_section .form_wrapper {
    position: initial;
    gap: 0px;
  }
  .ice2025_landing .form_second_section .form_wrapper .form_content p {
    color: white;
    font-weight: 400;
    font-size: 20px;
  }
  .ice2025_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .ice2025_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .ice2025_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .ice2025_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .ice2025_landing .section_award .section_wrapper .award {
    max-width: 300px;
    width: 100%;
  }
  .ice2025_landing .second_section {
    padding: 80px 0px;
  }
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 35px;
  }
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 45px;
  }
  .ice2025_landing .sixth_section .counter .mark,
  .ice2025_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .ice2025_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
  .ice2025_landing .form_second_section .form_heading {
    top: 20%;
    left: 35%;
  }
  .ice2025_landing .form_second_section .form_wrapper {
    align-items: center;
    top: 35%;
    padding: 0px 50px;
  }
  .ice2025_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .ice2025_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 100px;
  }
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

/*--------------------------------------------------------------
## Home Intro
--------------------------------------------------------------*/
.section-intro .image-container {
  position: relative;
  width: 100%;
  max-width: 1442px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .section-intro .image-container {
    display: none;
  }
}
.section-intro .image {
  position: absolute;
  left: 0;
  top: 0;
}
.section-intro .image--svg {
  max-width: 1442px;
}
.section-intro .hidden-image {
  opacity: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.starShine {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAJYCAMAAACJuGjuAAADAFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/LkhhAAAA/3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4CBgoOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/AwcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7rCNk1AAAbWElEQVR4AezcS8uU9QOHcf3/ayFWYyHixlnYAREHa9GhGCSxFjIgFthhxI1Y+RRibmwQEcRirIWIiynosBAHsRYiDG7sEMxGnoXII+LGgqmFWIueQNyIXcHNj3sffO/d9XkJ1wu4lvwXesQETdBqE6gJHROoCS+bQE3omUBNeM8EasKHJlAThiZogr4wQRM0NkET9LMJmqB5EzRBMxM0QX+boAliiZT3EA8bQXmP8pgRlNembQTlPclTRlBeh44RlPciLxlBeZvYZATl9egZQXmv8boRlNenbwTlvcO7RlDe+3xgBOUNGBhBeUc4YgTlDRkaQXmnOGUE5Y343AjKGzM2gvK+5TsjKG/CxAjK+5GfjKC8KVMjKG+BBSMo7wY3jKC8GTMjKO8P/jSC8hZZNILy/gEjKO4B4EEzKK0FtMygtNXAajMorQ1eQZS3AdhgBqU9DTxjBqV1ga4ZlPYK8KoZlNYDryDKewt42wxK2wXsMoPS5oA5MyjtAHDADEobgFcQ5X0MfGIGpX0KfGYGpY2AkRmU9jXwjRmUNgavIMq7AFwwg9IuAhfNoLQpOG9Q3jwwbwalLYBXEOX9AvxqBqX9BvxuBqUtgvMG5d0F7ppBaQCYQWHLAVhuCGWtAGCFIZTVBucNynscgCcMoawOAB1DKOt5AF4whLK64BVEeT1w3qC87QBsN4Sy+gD0DaGsPQDsMYSy5sAriPI+AucNyjsMwGFDKGsIwNAQyjoJwElDKGsEXkGUdwaAM4ZQ1jkAzhlCWRMAJoZQ1vcA/GAIZU3BK4jyrgJw1RDKug7AdUMoawbAzBDKug3AbUNkaRHyVxDpPgD3DRGl/0Hl/6ZIUgsqLVMkaRVUVpkiSW3IX0Gk9VBZb4okbYTKRlMkqQv5eYO0BSpbTJGkHuSvINIbUHnTFEnaCZWdpkjSHOTnDdJ+qOw3RZIGkL+CSMegcswUSToOleOmSNII8vMG6UuofGWKJI2hMjZFks5D5bwpkjSB/BVEmkJ+3iBdhsplUyRpASoLpkjSTajcNEWSZpC/gkh/QX7eIN2Byh1TJAkKUwRpGRTLjJGjFuSvINIaKNYYI0droVhrjBx1oOgYI0fPQvGcMXLUhfwVRNoKxVZj5GgbFNuMkaM+FH1j5Gg3FLuNkaM5yF9BpINQHDRGjg5BccgYORpCMTRGjk5AccIYORpB/goinYbitDFydBaKs8bI0QTy8wbpEhSXjJGjKeSvINIVKK4YI0fXoLhmjBzNID9vkG5BccsYOVqE/BVEugfFPWPEaCnUlpojRS3IzxuklVBbaY4UtaHWNkeK1kFtnTlS1IH8FUTqQn7eIG2G2mZzpKgHtZ45UrQDajvMkaI+5K8g0l6o7TVHivZBbZ85UjSA2sAcKToKtaPmUP4J8i979/7fVGH/cfwdAgXKpQRE7YCCGYJOqpOgKGNeWAQVZE6MDxQFnC7aydTxZaa4L2MyB5kXp2NWog8Fpx0zXlCUL2oEQRBRgkrVDcHIfShCLJQLxZL3t1ww55yENpdzTnP5PP+G/tDzOvm8j6yCCB09yqhHkYtEIZrA44x6HKZr1hPCaMWnw3yVjKqE2VoOt0AY7vzLYLqXGPUiTGb7QwGECUbe2oSbIOavgnSbXQRhivKpFphrMaMWw1RnLu8KYZKKfxTAVMsYtQxmGrSxFMIs1lcC7WCmKkZVwUSjagZBmKdw+cfFMNEaRq2BeTwHR8FMovPa9T8yfxPE5FUQ63SWw1yi57bwT2GaMKPCMEnrl1gBs4n+e/ZdDbPUMGoXzNHxXb5ihenE8LqDd8AkVIIpTlnN5YVoAuKGCB+0wAwtqdQSJui7lWs7o0mIcvJfLc3eBDFnFWRIDbf1RBMRFeTbHWC8LlTqAsPdeIB7+kM0XSglP+kGw/WgUg8YbVKEB4ajKUkoJTeXmjndYMJ4g/VxMjIKTUtCKVl9MQzWj0r9YKg2r8rFRkaEUrL2WrM2QUxYBTnxfVLCaEaEUjLyOxjqUioNgYF6riUljGZIKCX5NysMNIxKw2Ccc7eREkYzRBnrvdjK8OkGE8YbrthNShjNrKu/pR1hmLFUGgujuOtICaOZw/Is6/2nB4xSRqUyGMMyhaSE0UxSsID1tp4Ng0yg0gQYosVM1qsbDpE5iqpYb9dgGGMiafgqSLvXeUgZRCbpuon1DowxcrrB0PGGk1fKMERGOm0b60X+F0Z4kEoPQH+91/GQZy0QGRhK682wQn8VVKqA7n6yg4csKEBmklBKzm0D3c2i0izo7aq9PKSqCJlKQim5vLMRmyBGroKMq+MhG7pCZPI82tofGjDdYNx4g+UvJDM/jEooJb8+B/p6g0pvQE8FlWRWhFEJpeTuodDVEiotgY6KFpBZEkYllJJ1N0NPK6kUhH66rCKzJoxKKK13j0XfTRBjVkH6bMySxVxRWs0jnmpuzHQDuR56uShMZkkYFYNqecT8ttDLFiptgU6u2U9mTRgVoyI8IngydFJNpWro47cRMhvDqHyf5Mte0EctlWqhh2YP86hNXZEVRAWP2j4AuqAadNDKz6OqS5E15ED6qL1XQgftqdYeabMt5lG1g5AtROFCHlV3G9LXiWodka7un/GwLD15llBab5oF6SqhWgnSdNaWbP9InYRS8pkCpKk31XohPc6dPKYCWUpCKflWe103QdJeBbm+lse8ZEW2klBKrvoB0jKAagOQjokRUsJoLoRScsMZSMeFVLsQqbM+SlLCaG6EUjJ8AdIwlGpDkbLWc0gJozkTSsn9LqRuBNVGIFWd3iMljOZQKCUP3pn+JkjaqyD2z0kJo7mxJBn1UDOk6BaquZGafltJCaO5siQZ9VxLpGYc1VKs+ZfWkBJGc2dJMmqRLfWngPTHG375HSlhNJcOpKM+7YZUTKbaZKRgcoRRObEFKQfSUZvPTGcTJI1VkOZPUEG2IHNBGRV2DkLyplNtOpLVZh4VZAsyN/yBCrWjkLQZVJuBJJ30ARXk5DlXVFAh4klzuiH58YZTv6CCnDznVChVmG5Fcl6g2vNISv9tVJCT51wNpeRLrZPeBEljFWT4HipE3MhREkrJdzsiGYuo9jaScGsdmR9hVEIpufoUJGEp1ZYiYZZ7qVKBHCahlNzaN7nphhTHG1o8TTJ/wqiEUrJmCBK2mmqrkaB2b5ISRnNdGVUOjE1xE4TcgMQUf0hKGM1906gSmYQEbafadiTk9HVk3oRRWZJUeNyKhOykWjUSMXAHmUdhVJYkFV5tg0RQCwkYsY/MqzAqB9IK75+IxhVQqwUadXsd1cqQ6+RAWmFtTzSqiFpFaITlfmpMQ+6TA2mFbeeiMcXUKkbDCmZTQ7Ygc90Fe6i2e1iymyCNroJ0WEiNvDt5llBK1rmTnG5obLyhaxU15OQ5H5RRa4oFDelLrb5oQJ9N1JCT5/wwjVozW6ABA6k1EMd38bfU2F6KvCShlHy9HY5vMLUuwXGN3E9KGJVQeszKkxPcBGlkFWRChJQwKqE0al3vhKcbyGsRX7NHqCRhVEIpuWMAjmM0tUYjrlYvkBJGJZRq7L0q4cfIMsTT8R1SwqgsSVKrbhziGk+t8Yij+79JCaNiVIQx/mJBHOXUKkesH/+X9SSMinLGerYAsaZSaypiXLKLh0kYFRWMtaAIMe6n1n3QGn2AWrIFKQfSCqu6JPAHWAGNuyNUky1IOZDW2HgGNGZS6ymoWB+jgmxBis6fMlb4okY2QbSrIIUvM45yCAmlKvuvgcpcas2FwgnLGUcFhIRSjchvoTSfWvMRZV9DLTl5VpJQqvDXZohaQq0l+N45XzGOJYUQEkrj8LfC91ZQ6wMcc/luUsJooiSUkottsZsgsasgN31HShhNnIRS8rMSHLWOWl/iiD9SS8KoloRSrS1n4YjN1NqEQ5o/yVgSRrUklGrtdOKwampVo17b/yMljCZCliQ1aq/HIfuotQ/ASStICaOJkSVJjUg56jEW0CtEShhNmCxJajxqRVvGanvedlLCaOLkQFprTmsbY43Zy7hkC1JolTG+ZWczYbIFGUtMY3xbmRDZgoxPWGYyPXLy3DgJpY2Tk+f0SChNUBkaJySUJmsKRJIklGpJGE2fhFItCaP6kVCqIWE0DRJKJYyaQEKphNE0yZKkhFHjyJKkhFETyJKkhFGRpja2EvsVe5iwBT9znG0vsbWByHvNbSfaT3cMdA533eie4Jnq9T3hfzGwKFgV2hLez5TtD28JVQUXBV70P+HzTvVMcN/oGu4c6DjdfpKtOXKFaGfrYXf0cw5xXece55nsfcT3rH9+4P3gF1+Gq9kEqsNffhF8PzDf/6zvEe9kzzj3da4hzn4Oew9bO4gMU2Artp/huMB5pesm910e732+J/1zAu8EPw1tDR9gFjkQ3hr6LPhOYI7/Sd99Xs9d7ptcVzovcJxhL7YVQBijyGbv6TjXeZnrevftnnu8033/9L8RWLEytD68i3lhV3h9aOWKwBv+f/r+7r3Hc7v7etdlznMdPe22IogGtbJ1sZc6LnJe5frVLZ6J3gd8M/2vBJYG/xP6OlxH0YC68Neh/wSXBl7xz/Q94J3oueVXrhHOixyl9i62VsgPtk72Xo7znENdo913ev7krfD9yx94K/hRaGN4N4Uhdoc3hj4KvhXw/8tX4f2T5073aNdQ53mOXvZONmSVQls3+1mOQU7XNe4yz++9D/me9r8aWBb8PPRNOEKRUSLhb0KfB5cFXvU/7XvI+3tPmfsal3OQ4yx7N1shmoDV1tl+mmOA8wrXWPd4z5+9M3z+FwILg6tCm8N7KXLE3vDm0KrgwsALft8M7589491jXVc4BzhOs3e2WZG6trbu9rMdzsGuke7bPJO8D/ue8c8LLA+uDe34lnlPfLsjtDa4PDDP/4zvYe8kz23uka7BzvpC3N3WFhodOjvOd43x3Ot7LvBRqIYpEqIm9FHgOd+fPWNc5yNWe9spdsc5h8Pib+rD4t98lfVh8YNDYXEn857YeSj0flAfeit9f6sPvb85HHrPcdhPsbVP61XISYdfhfz88KuQacdehXyifRUiso321dQnx15NTTv8aurnzoGOHzXVq6m2thL72Y6fXeIa6f61Z5L3r75/+OcF3guuCe0IU2SY8I7QmuB7gXn+fxz+V+nX7pGuS468TG+LbNLMdoK9t2OAc5hrjHu8517vY77nng8sDH4c2hTeQ2GIveFNoY+DCwPPP+d7zHuvZ7x7jGuYc4Cjt/0EWzPkhda2rvYzHRc7r3a5b/Xc7X3QN8s/N/BucHVoW/ggRQMOhreFVgffDcz1z/I96L3bc6vbdbXzYseZ9q621hAN6tDRfqqjv/Ny1/XuOzxTvH/3zfa/GQh+GFofrmFeqAmvD30YDLzpn+37u3eK5w73Da7Lnf0dp9o7doAwRktbsb2P40LnL1w3u+8q997ve9L/cuCd4Gehr7Lt1w1fHf51w8v+J333e8vvct/s+oXzQkcfe7GtJUSGMT+bmP6Ybj5hfjaJ/5guvyAV0WziqmNS1vY34jFdyDDIsxYIA8iU0TQII8j4WhlEw2QuUmYihQEqZNhWGGAqNWRxxgSyjSUbWSaQNT9Z9UuD7I/KDqnZJIxqPWFBgoSE0bo5EkqF/mF078+HMtZ2CaUirTD6zXm4gLEGz5FQKtIIo6FewPmMdZ710cZDqRDljGvFSQBKGasUmBhpJJQKMSrCeOa1Rb1TGasngBtqJZSKBg2qZTxPNschJYxVgnrOnRJKRQNKqxnPH3GEjbFsOOSsLccNpUJ03cQ4vrsJR7VlrLY4rPtn8om5pMjXAmoux/cYC0fZFjOecuQ7UbiMcXx1DqL2U2sfjmnlZxyRURASRmOtsUOhmlrV+F6zhxlH7SBoCQmjy0+A0mZqbYLC+AhjVZdCTUgYfbkQKuuo9SWUrtnPWJu6QkgYVXrMCrUqalVB5aIwY1VJKJUwqhC5G1orqLUCan02SigVDYbR2tGIsYRaS6DRZZWEUtFAGN11CWLNp9Z8aBUtOG4oFRJG//tjxPEqteYiRkHlcUKpkA8//7s74qmkViViWe6LG0qFfKr+nY6Iaya1nkI84+ryPpSKaYzxQquEI2oF4rpqr4RSLTl5fqQZjuN+at2H+H6yQ0Kpipw8R/4nmUGHqTiO3uuoVVWEvCUnz/tH4vjKk3jaO3kltRYUIC+I0h3U+PZiNGA8tcbjuNq9LkuSR0kY3dQHDSlL6i61xSw5kD5MwmhVVzRoDLVGowGWKXIgXU/C6MIOaNh11LoWDXLXyYG0hNHZBWjEUGoNRcOu2E21PT9FfpEwer8FjRlMrUvQiHO35XUolTBadzsaN5BaA9GYnmvzOJRKGN03AgnoS62+aNSJ7+dtKJUwumMgElFKrVI0rs1reRpKZQty3elISAm1SpAA6+N5GUplC/LDYiTmB9QqRkImRfIvlMoW5JvtkKAiahUhMTceyLdQKifPT7dAogqo1QIJGlKTX6FUTp7vtSBx1ELC+m6VJck8OnmuuxXJ2Em1aiTulNWyJJnD3BEq7BmOpGyn2nYkodO7siSZJ2F0W38kZwPVNiAZrV+SA+m8CKNfnIokrabaaiTFOl0OpPMgjH5wEpJVRbUqJMkTkQPpXA+j89ogaUupthTJGlVLhckQuRZGn2iO5C2i2ttI2qCdORxKJYxGJiMVr1HtNSTvzM05G0oljH73S6TkBao9jxSUfJqjoVTCaM1lSE0l1SqRCtuinAylsgW5tR9SNINqM5CSls/lYCiVLcjP7UjVdKpNR2qaPZRzoVS2IN/rhJRN0+0A9c6DuRVK5eR5TmukbjJJnTqUa38uhVI5eX7UijSU67gAeUFYliRz5uQ5MhFpGUe125CGMzbIkmQ2s0bjU+0NSM8tVHMjHT9YJUuSORFGdzqRpuuodh3S0v4tOZDOgTC65SykawTVRiA9Bc/IgXTWh9HPuiNtQ6k2FGmyTJMD6SwPo4ttSN+FVLsQabutjkctKoTIujDqbwUdDKDaAKTvyr0SSrM3jD7cDHoopVopdDBgu4TSLA2jkfHQR2+q9YIeen0poTQrw+j+a6CTEqqVQBcnB7MwlMoWZPgi6KUT1TpCH23nZ10olS3IjX2gm/ZUaw+dNH8qy0KpbEFWdYGOqAbdWO7JqlAqJ88LiqCnWirVQkc312VPKJWT58oC6KqaStXQ09Dd2bIkKSfP91mgry1U2gJdnfN1Zi9Jiq4hHlI3DnrbQKX10NcP18qSZBaE0b1XQXdVVKqCzjovz/gDaQmjO34C/a2k0krorXBuhh9ISxhddxoMsIRKS6A764yMPpCWMLryZBjhDSq9AQP8PsJ62/ogA0kYfb0dDPGadhPEAGMOZGoolTA6qwWMUUmlShhi8K7MDKUSRqdYYJBZVJoFY5y9NQNDqYTROrdZI/EVMEiPf2dcKJUtyN1XwDgPUukBGKXj0gwLpbIFua2/ed9lnQbDtHoxo0KpbEGu7QkjTaTSRBjH+kgGhVI5eX7/RBhqApUmwEi/i2RKKJWT59famFDJTNs8vrY2M5Yk5eT5CSsMNpZKY2Gsi6tlSbKpXV7LyCQY7jrtJoixSjfJkmSTh9EDN8J4w6g0DEbr9okcSDdxGK25FCa4lEpDYLgOb8uBdJOG0a19YYaBVBoI47WcLQfSTRhGV58CU/SjUj+YwPIAIzdBNEkYfbcTzFFKpVKY4o6DEkqbQoV2YttAPajUA+a4ep/5oVSUc7oVZulCpS4wyU93mB1KxaiDHpiniEpFMMuP1psbSsWgmuthopZUagnTFH9sZigVpRsHwVRUgonavWleKBVdl58Jc9UwahfMVPB0BcwhimaXwGRhRoVhKsvUcphBFEy2wWwbGLUBJrt1JITxLMNbwnRrGLUGZrvsPAjDdWsG81UxqgqmO70YIictY9QymK8QIict/v927qVl6jKOwzh2WIjVWJQ8G2dhB0QcxEWHYpDEWsgfxAI7jLgRO0wh5sYG7ICIjLUQERzDDgtxEIsSYXBjh2JayLOxRsSNBVMLERdNIG7k6Rs3Nzf/rYvvb3d9XsL1Ai7VfiEHXEYR6wbgO9W+JYcLhhFPEOC4asfJ4YKjqh0lhwv6EesGYJ9q+8gBl55qPXLAZadqO8mBiCvI2+SASydi3QBsUW0LOeBSqVaRAy7rVVtPDri0I54gQCti3QCsVG0lOeDSVK1JDrg8otrD5IBLI+IJAixSbRE5YHNbxW1iwGemYkYMH1xTcY0YPphGPEGASyouEcMHF1VcJIYPxirGxPDBeRXnieGDUcQTBDil4hQxfHBCxQli+GCgwnjHBg6pOEQMH/QjniDAXhV7ieGDPSr2ECMC84YuMXywXcV2YvigE/EEATap2EQMH2xUsZEYPmhHrBuAJ1U8RQwftCKeIMAKFSuI4YPlKpYTwwcN1g2IsFjFYmIYQQUpnHBT2U1SOOEfniCIMGXdgAhXlV0lhRMmyiakcMIFZRdI4YQxTxBEGLFuQIQzys6QwglDZUNSOOFzZV+QwgkDniCIcFDZQVI4Yb+y/aRwQk9ZjxRO2KVsFymc0OUJgghblW0lhRNeUfYqKZxQKatI4YQNyjaQwgltniCIsEbZGlI4YZWyVaRwQlNZkxROWKZsGSmc0OAJggh3KbubFFZYULJACC/MWDcgwnUl1wnhhSlPEES4rOQyIbzwm5LfCeGFMesGRPheyQ+E8MKIJwginFZymhBeOKnkJCG8MGDdgAiHlRwmhBf6SvqE8MIHSj4kBLze5wkSAV3WDRGwQ8kOQsCro6RDCHhtVrKZEPCqeIJEQJt1QwQ8reQZQsCrpaRFCHg9quQxQsCryRMkApYqWUoIeC1RsoQQMFNCBrjdknSLDHCb8QSJgL8k/U0GuP0h6U8ywG0iaUIGuM1LmicD3MY8QSLgnKRzZIDbWUlnyQC3oaQhGeD2paSvyAC3AU+QCPhE0qdkgNsBSQfIALce64YI2C1pNxng1uUJEgHbJG0jA9xek/Q6GeBWsW6IgBckvUgGuLV5gkTAWklryQC31ZJWkwFuTdYNETAnaY4McGtIapABbvdIupcMsPtPIgL8ZqwbIuCGbhABflNNiQC/K7pCBPhNeIJEwFi/EgF+P+onIsBvpBER4Pe1viEC/IY8QSLgmI4RAX5HdIQI8OurTwT4faSPiQC/Hk+QCHhH7xIBfm/oTSLAr6MOEeD3kl4mAvwqniARsE7riAC/Z/UcEeDXUosI8HtcTxABfk2eIBHwoB4iAvzu0/1ECACRIAL+JUEETEkQAfMkiICfSRABQxJEwGckiIA+CSLgPRJEwFskiICKBBHwPAkioEWCCJgjQQQ8QII79D/eDQrIqmTAwgAAAABJRU5ErkJggg==");
}

/*--------------------------------------------------------------
# component
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# fontawesome
--------------------------------------------------------------*/
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30 ";
}

.fa-1 {
  --fa: "\31 ";
}

.fa-2 {
  --fa: "\32 ";
}

.fa-3 {
  --fa: "\33 ";
}

.fa-4 {
  --fa: "\34 ";
}

.fa-5 {
  --fa: "\35 ";
}

.fa-6 {
  --fa: "\36 ";
}

.fa-7 {
  --fa: "\37 ";
}

.fa-8 {
  --fa: "\38 ";
}

.fa-9 {
  --fa: "\39 ";
}

.fa-fill-drip {
  --fa: "\f576";
}

.fa-arrows-to-circle {
  --fa: "\e4bd";
}

.fa-circle-chevron-right {
  --fa: "\f138";
}

.fa-chevron-circle-right {
  --fa: "\f138";
}

.fa-at {
  --fa: "\@";
}

.fa-trash-can {
  --fa: "\f2ed";
}

.fa-trash-alt {
  --fa: "\f2ed";
}

.fa-text-height {
  --fa: "\f034";
}

.fa-user-xmark {
  --fa: "\f235";
}

.fa-user-times {
  --fa: "\f235";
}

.fa-stethoscope {
  --fa: "\f0f1";
}

.fa-message {
  --fa: "\f27a";
}

.fa-comment-alt {
  --fa: "\f27a";
}

.fa-info {
  --fa: "\f129";
}

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}

.fa-compress-alt {
  --fa: "\f422";
}

.fa-explosion {
  --fa: "\e4e9";
}

.fa-file-lines {
  --fa: "\f15c";
}

.fa-file-alt {
  --fa: "\f15c";
}

.fa-file-text {
  --fa: "\f15c";
}

.fa-wave-square {
  --fa: "\f83e";
}

.fa-ring {
  --fa: "\f70b";
}

.fa-building-un {
  --fa: "\e4d9";
}

.fa-dice-three {
  --fa: "\f527";
}

.fa-calendar-days {
  --fa: "\f073";
}

.fa-calendar-alt {
  --fa: "\f073";
}

.fa-anchor-circle-check {
  --fa: "\e4aa";
}

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}

.fa-volleyball {
  --fa: "\f45f";
}

.fa-volleyball-ball {
  --fa: "\f45f";
}

.fa-arrows-up-to-line {
  --fa: "\e4c2";
}

.fa-sort-down {
  --fa: "\f0dd";
}

.fa-sort-desc {
  --fa: "\f0dd";
}

.fa-circle-minus {
  --fa: "\f056";
}

.fa-minus-circle {
  --fa: "\f056";
}

.fa-door-open {
  --fa: "\f52b";
}

.fa-right-from-bracket {
  --fa: "\f2f5";
}

.fa-sign-out-alt {
  --fa: "\f2f5";
}

.fa-atom {
  --fa: "\f5d2";
}

.fa-soap {
  --fa: "\e06e";
}

.fa-icons {
  --fa: "\f86d";
}

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
}

.fa-microphone-lines-slash {
  --fa: "\f539";
}

.fa-microphone-alt-slash {
  --fa: "\f539";
}

.fa-bridge-circle-check {
  --fa: "\e4c9";
}

.fa-pump-medical {
  --fa: "\e06a";
}

.fa-fingerprint {
  --fa: "\f577";
}

.fa-hand-point-right {
  --fa: "\f0a4";
}

.fa-magnifying-glass-location {
  --fa: "\f689";
}

.fa-search-location {
  --fa: "\f689";
}

.fa-forward-step {
  --fa: "\f051";
}

.fa-step-forward {
  --fa: "\f051";
}

.fa-face-smile-beam {
  --fa: "\f5b8";
}

.fa-smile-beam {
  --fa: "\f5b8";
}

.fa-flag-checkered {
  --fa: "\f11e";
}

.fa-football {
  --fa: "\f44e";
}

.fa-football-ball {
  --fa: "\f44e";
}

.fa-school-circle-exclamation {
  --fa: "\e56c";
}

.fa-crop {
  --fa: "\f125";
}

.fa-angles-down {
  --fa: "\f103";
}

.fa-angle-double-down {
  --fa: "\f103";
}

.fa-users-rectangle {
  --fa: "\e594";
}

.fa-people-roof {
  --fa: "\e537";
}

.fa-people-line {
  --fa: "\e534";
}

.fa-beer-mug-empty {
  --fa: "\f0fc";
}

.fa-beer {
  --fa: "\f0fc";
}

.fa-diagram-predecessor {
  --fa: "\e477";
}

.fa-arrow-up-long {
  --fa: "\f176";
}

.fa-long-arrow-up {
  --fa: "\f176";
}

.fa-fire-flame-simple {
  --fa: "\f46a";
}

.fa-burn {
  --fa: "\f46a";
}

.fa-person {
  --fa: "\f183";
}

.fa-male {
  --fa: "\f183";
}

.fa-laptop {
  --fa: "\f109";
}

.fa-file-csv {
  --fa: "\f6dd";
}

.fa-menorah {
  --fa: "\f676";
}

.fa-truck-plane {
  --fa: "\e58f";
}

.fa-record-vinyl {
  --fa: "\f8d9";
}

.fa-face-grin-stars {
  --fa: "\f587";
}

.fa-grin-stars {
  --fa: "\f587";
}

.fa-bong {
  --fa: "\f55c";
}

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}

.fa-pastafarianism {
  --fa: "\f67b";
}

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}

.fa-spoon {
  --fa: "\f2e5";
}

.fa-utensil-spoon {
  --fa: "\f2e5";
}

.fa-jar-wheat {
  --fa: "\e517";
}

.fa-envelopes-bulk {
  --fa: "\f674";
}

.fa-mail-bulk {
  --fa: "\f674";
}

.fa-file-circle-exclamation {
  --fa: "\e4eb";
}

.fa-circle-h {
  --fa: "\f47e";
}

.fa-hospital-symbol {
  --fa: "\f47e";
}

.fa-pager {
  --fa: "\f815";
}

.fa-address-book {
  --fa: "\f2b9";
}

.fa-contact-book {
  --fa: "\f2b9";
}

.fa-strikethrough {
  --fa: "\f0cc";
}

.fa-k {
  --fa: "K";
}

.fa-landmark-flag {
  --fa: "\e51c";
}

.fa-pencil {
  --fa: "\f303";
}

.fa-pencil-alt {
  --fa: "\f303";
}

.fa-backward {
  --fa: "\f04a";
}

.fa-caret-right {
  --fa: "\f0da";
}

.fa-comments {
  --fa: "\f086";
}

.fa-paste {
  --fa: "\f0ea";
}

.fa-file-clipboard {
  --fa: "\f0ea";
}

.fa-code-pull-request {
  --fa: "\e13c";
}

.fa-clipboard-list {
  --fa: "\f46d";
}

.fa-truck-ramp-box {
  --fa: "\f4de";
}

.fa-truck-loading {
  --fa: "\f4de";
}

.fa-user-check {
  --fa: "\f4fc";
}

.fa-vial-virus {
  --fa: "\e597";
}

.fa-sheet-plastic {
  --fa: "\e571";
}

.fa-blog {
  --fa: "\f781";
}

.fa-user-ninja {
  --fa: "\f504";
}

.fa-person-arrow-up-from-line {
  --fa: "\e539";
}

.fa-scroll-torah {
  --fa: "\f6a0";
}

.fa-torah {
  --fa: "\f6a0";
}

.fa-broom-ball {
  --fa: "\f458";
}

.fa-quidditch {
  --fa: "\f458";
}

.fa-quidditch-broom-ball {
  --fa: "\f458";
}

.fa-toggle-off {
  --fa: "\f204";
}

.fa-box-archive {
  --fa: "\f187";
}

.fa-archive {
  --fa: "\f187";
}

.fa-person-drowning {
  --fa: "\e545";
}

.fa-arrow-down-9-1 {
  --fa: "\f886";
}

.fa-sort-numeric-desc {
  --fa: "\f886";
}

.fa-sort-numeric-down-alt {
  --fa: "\f886";
}

.fa-face-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-spray-can {
  --fa: "\f5bd";
}

.fa-truck-monster {
  --fa: "\f63b";
}

.fa-w {
  --fa: "W";
}

.fa-earth-africa {
  --fa: "\f57c";
}

.fa-globe-africa {
  --fa: "\f57c";
}

.fa-rainbow {
  --fa: "\f75b";
}

.fa-circle-notch {
  --fa: "\f1ce";
}

.fa-tablet-screen-button {
  --fa: "\f3fa";
}

.fa-tablet-alt {
  --fa: "\f3fa";
}

.fa-paw {
  --fa: "\f1b0";
}

.fa-cloud {
  --fa: "\f0c2";
}

.fa-trowel-bricks {
  --fa: "\e58a";
}

.fa-face-flushed {
  --fa: "\f579";
}

.fa-flushed {
  --fa: "\f579";
}

.fa-hospital-user {
  --fa: "\f80d";
}

.fa-tent-arrow-left-right {
  --fa: "\e57f";
}

.fa-gavel {
  --fa: "\f0e3";
}

.fa-legal {
  --fa: "\f0e3";
}

.fa-binoculars {
  --fa: "\f1e5";
}

.fa-microphone-slash {
  --fa: "\f131";
}

.fa-box-tissue {
  --fa: "\e05b";
}

.fa-motorcycle {
  --fa: "\f21c";
}

.fa-bell-concierge {
  --fa: "\f562";
}

.fa-concierge-bell {
  --fa: "\f562";
}

.fa-pen-ruler {
  --fa: "\f5ae";
}

.fa-pencil-ruler {
  --fa: "\f5ae";
}

.fa-people-arrows {
  --fa: "\e068";
}

.fa-people-arrows-left-right {
  --fa: "\e068";
}

.fa-mars-and-venus-burst {
  --fa: "\e523";
}

.fa-square-caret-right {
  --fa: "\f152";
}

.fa-caret-square-right {
  --fa: "\f152";
}

.fa-scissors {
  --fa: "\f0c4";
}

.fa-cut {
  --fa: "\f0c4";
}

.fa-sun-plant-wilt {
  --fa: "\e57a";
}

.fa-toilets-portable {
  --fa: "\e584";
}

.fa-hockey-puck {
  --fa: "\f453";
}

.fa-table {
  --fa: "\f0ce";
}

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}

.fa-tachograph-digital {
  --fa: "\f566";
}

.fa-digital-tachograph {
  --fa: "\f566";
}

.fa-users-slash {
  --fa: "\e073";
}

.fa-clover {
  --fa: "\e139";
}

.fa-reply {
  --fa: "\f3e5";
}

.fa-mail-reply {
  --fa: "\f3e5";
}

.fa-star-and-crescent {
  --fa: "\f699";
}

.fa-house-fire {
  --fa: "\e50c";
}

.fa-square-minus {
  --fa: "\f146";
}

.fa-minus-square {
  --fa: "\f146";
}

.fa-helicopter {
  --fa: "\f533";
}

.fa-compass {
  --fa: "\f14e";
}

.fa-square-caret-down {
  --fa: "\f150";
}

.fa-caret-square-down {
  --fa: "\f150";
}

.fa-file-circle-question {
  --fa: "\e4ef";
}

.fa-laptop-code {
  --fa: "\f5fc";
}

.fa-swatchbook {
  --fa: "\f5c3";
}

.fa-prescription-bottle {
  --fa: "\f485";
}

.fa-bars {
  --fa: "\f0c9";
}

.fa-navicon {
  --fa: "\f0c9";
}

.fa-people-group {
  --fa: "\e533";
}

.fa-hourglass-end {
  --fa: "\f253";
}

.fa-hourglass-3 {
  --fa: "\f253";
}

.fa-heart-crack {
  --fa: "\f7a9";
}

.fa-heart-broken {
  --fa: "\f7a9";
}

.fa-square-up-right {
  --fa: "\f360";
}

.fa-external-link-square-alt {
  --fa: "\f360";
}

.fa-face-kiss-beam {
  --fa: "\f597";
}

.fa-kiss-beam {
  --fa: "\f597";
}

.fa-film {
  --fa: "\f008";
}

.fa-ruler-horizontal {
  --fa: "\f547";
}

.fa-people-robbery {
  --fa: "\e536";
}

.fa-lightbulb {
  --fa: "\f0eb";
}

.fa-caret-left {
  --fa: "\f0d9";
}

.fa-circle-exclamation {
  --fa: "\f06a";
}

.fa-exclamation-circle {
  --fa: "\f06a";
}

.fa-school-circle-xmark {
  --fa: "\e56d";
}

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
}

.fa-sign-out {
  --fa: "\f08b";
}

.fa-circle-chevron-down {
  --fa: "\f13a";
}

.fa-chevron-circle-down {
  --fa: "\f13a";
}

.fa-unlock-keyhole {
  --fa: "\f13e";
}

.fa-unlock-alt {
  --fa: "\f13e";
}

.fa-cloud-showers-heavy {
  --fa: "\f740";
}

.fa-headphones-simple {
  --fa: "\f58f";
}

.fa-headphones-alt {
  --fa: "\f58f";
}

.fa-sitemap {
  --fa: "\f0e8";
}

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
}

.fa-donate {
  --fa: "\f4b9";
}

.fa-memory {
  --fa: "\f538";
}

.fa-road-spikes {
  --fa: "\e568";
}

.fa-fire-burner {
  --fa: "\e4f1";
}

.fa-flag {
  --fa: "\f024";
}

.fa-hanukiah {
  --fa: "\f6e6";
}

.fa-feather {
  --fa: "\f52d";
}

.fa-volume-low {
  --fa: "\f027";
}

.fa-volume-down {
  --fa: "\f027";
}

.fa-comment-slash {
  --fa: "\f4b3";
}

.fa-cloud-sun-rain {
  --fa: "\f743";
}

.fa-compress {
  --fa: "\f066";
}

.fa-wheat-awn {
  --fa: "\e2cd";
}

.fa-wheat-alt {
  --fa: "\e2cd";
}

.fa-ankh {
  --fa: "\f644";
}

.fa-hands-holding-child {
  --fa: "\e4fa";
}

.fa-asterisk {
  --fa: "\*";
}

.fa-square-check {
  --fa: "\f14a";
}

.fa-check-square {
  --fa: "\f14a";
}

.fa-peseta-sign {
  --fa: "\e221";
}

.fa-heading {
  --fa: "\f1dc";
}

.fa-header {
  --fa: "\f1dc";
}

.fa-ghost {
  --fa: "\f6e2";
}

.fa-list {
  --fa: "\f03a";
}

.fa-list-squares {
  --fa: "\f03a";
}

.fa-square-phone-flip {
  --fa: "\f87b";
}

.fa-phone-square-alt {
  --fa: "\f87b";
}

.fa-cart-plus {
  --fa: "\f217";
}

.fa-gamepad {
  --fa: "\f11b";
}

.fa-circle-dot {
  --fa: "\f192";
}

.fa-dot-circle {
  --fa: "\f192";
}

.fa-face-dizzy {
  --fa: "\f567";
}

.fa-dizzy {
  --fa: "\f567";
}

.fa-egg {
  --fa: "\f7fb";
}

.fa-house-medical-circle-xmark {
  --fa: "\e513";
}

.fa-campground {
  --fa: "\f6bb";
}

.fa-folder-plus {
  --fa: "\f65e";
}

.fa-futbol {
  --fa: "\f1e3";
}

.fa-futbol-ball {
  --fa: "\f1e3";
}

.fa-soccer-ball {
  --fa: "\f1e3";
}

.fa-paintbrush {
  --fa: "\f1fc";
}

.fa-paint-brush {
  --fa: "\f1fc";
}

.fa-lock {
  --fa: "\f023";
}

.fa-gas-pump {
  --fa: "\f52f";
}

.fa-hot-tub-person {
  --fa: "\f593";
}

.fa-hot-tub {
  --fa: "\f593";
}

.fa-map-location {
  --fa: "\f59f";
}

.fa-map-marked {
  --fa: "\f59f";
}

.fa-house-flood-water {
  --fa: "\e50e";
}

.fa-tree {
  --fa: "\f1bb";
}

.fa-bridge-lock {
  --fa: "\e4cc";
}

.fa-sack-dollar {
  --fa: "\f81d";
}

.fa-pen-to-square {
  --fa: "\f044";
}

.fa-edit {
  --fa: "\f044";
}

.fa-car-side {
  --fa: "\f5e4";
}

.fa-share-nodes {
  --fa: "\f1e0";
}

.fa-share-alt {
  --fa: "\f1e0";
}

.fa-heart-circle-minus {
  --fa: "\e4ff";
}

.fa-hourglass-half {
  --fa: "\f252";
}

.fa-hourglass-2 {
  --fa: "\f252";
}

.fa-microscope {
  --fa: "\f610";
}

.fa-sink {
  --fa: "\e06d";
}

.fa-bag-shopping {
  --fa: "\f290";
}

.fa-shopping-bag {
  --fa: "\f290";
}

.fa-arrow-down-z-a {
  --fa: "\f881";
}

.fa-sort-alpha-desc {
  --fa: "\f881";
}

.fa-sort-alpha-down-alt {
  --fa: "\f881";
}

.fa-mitten {
  --fa: "\f7b5";
}

.fa-person-rays {
  --fa: "\e54d";
}

.fa-users {
  --fa: "\f0c0";
}

.fa-eye-slash {
  --fa: "\f070";
}

.fa-flask-vial {
  --fa: "\e4f3";
}

.fa-hand {
  --fa: "\f256";
}

.fa-hand-paper {
  --fa: "\f256";
}

.fa-om {
  --fa: "\f679";
}

.fa-worm {
  --fa: "\e599";
}

.fa-house-circle-xmark {
  --fa: "\e50b";
}

.fa-plug {
  --fa: "\f1e6";
}

.fa-chevron-up {
  --fa: "\f077";
}

.fa-hand-spock {
  --fa: "\f259";
}

.fa-stopwatch {
  --fa: "\f2f2";
}

.fa-face-kiss {
  --fa: "\f596";
}

.fa-kiss {
  --fa: "\f596";
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}

.fa-face-grin-tongue {
  --fa: "\f589";
}

.fa-grin-tongue {
  --fa: "\f589";
}

.fa-chess-bishop {
  --fa: "\f43a";
}

.fa-face-grin-wink {
  --fa: "\f58c";
}

.fa-grin-wink {
  --fa: "\f58c";
}

.fa-ear-deaf {
  --fa: "\f2a4";
}

.fa-deaf {
  --fa: "\f2a4";
}

.fa-deafness {
  --fa: "\f2a4";
}

.fa-hard-of-hearing {
  --fa: "\f2a4";
}

.fa-road-circle-check {
  --fa: "\e564";
}

.fa-dice-five {
  --fa: "\f523";
}

.fa-square-rss {
  --fa: "\f143";
}

.fa-rss-square {
  --fa: "\f143";
}

.fa-land-mine-on {
  --fa: "\e51b";
}

.fa-i-cursor {
  --fa: "\f246";
}

.fa-stamp {
  --fa: "\f5bf";
}

.fa-stairs {
  --fa: "\e289";
}

.fa-i {
  --fa: "I";
}

.fa-hryvnia-sign {
  --fa: "\f6f2";
}

.fa-hryvnia {
  --fa: "\f6f2";
}

.fa-pills {
  --fa: "\f484";
}

.fa-face-grin-wide {
  --fa: "\f581";
}

.fa-grin-alt {
  --fa: "\f581";
}

.fa-tooth {
  --fa: "\f5c9";
}

.fa-v {
  --fa: "V";
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}

.fa-bicycle {
  --fa: "\f206";
}

.fa-staff-snake {
  --fa: "\e579";
}

.fa-rod-asclepius {
  --fa: "\e579";
}

.fa-rod-snake {
  --fa: "\e579";
}

.fa-staff-aesculapius {
  --fa: "\e579";
}

.fa-head-side-cough-slash {
  --fa: "\e062";
}

.fa-truck-medical {
  --fa: "\f0f9";
}

.fa-ambulance {
  --fa: "\f0f9";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}

.fa-snowman {
  --fa: "\f7d0";
}

.fa-mortar-pestle {
  --fa: "\f5a7";
}

.fa-road-barrier {
  --fa: "\e562";
}

.fa-school {
  --fa: "\f549";
}

.fa-igloo {
  --fa: "\f7ae";
}

.fa-joint {
  --fa: "\f595";
}

.fa-angle-right {
  --fa: "\f105";
}

.fa-horse {
  --fa: "\f6f0";
}

.fa-q {
  --fa: "Q";
}

.fa-g {
  --fa: "G";
}

.fa-notes-medical {
  --fa: "\f481";
}

.fa-temperature-half {
  --fa: "\f2c9";
}

.fa-temperature-2 {
  --fa: "\f2c9";
}

.fa-thermometer-2 {
  --fa: "\f2c9";
}

.fa-thermometer-half {
  --fa: "\f2c9";
}

.fa-dong-sign {
  --fa: "\e169";
}

.fa-capsules {
  --fa: "\f46b";
}

.fa-poo-storm {
  --fa: "\f75a";
}

.fa-poo-bolt {
  --fa: "\f75a";
}

.fa-face-frown-open {
  --fa: "\f57a";
}

.fa-frown-open {
  --fa: "\f57a";
}

.fa-hand-point-up {
  --fa: "\f0a6";
}

.fa-money-bill {
  --fa: "\f0d6";
}

.fa-bookmark {
  --fa: "\f02e";
}

.fa-align-justify {
  --fa: "\f039";
}

.fa-umbrella-beach {
  --fa: "\f5ca";
}

.fa-helmet-un {
  --fa: "\e503";
}

.fa-bullseye {
  --fa: "\f140";
}

.fa-bacon {
  --fa: "\f7e5";
}

.fa-hand-point-down {
  --fa: "\f0a7";
}

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}

.fa-folder {
  --fa: "\f07b";
}

.fa-folder-blank {
  --fa: "\f07b";
}

.fa-file-waveform {
  --fa: "\f478";
}

.fa-file-medical-alt {
  --fa: "\f478";
}

.fa-radiation {
  --fa: "\f7b9";
}

.fa-chart-simple {
  --fa: "\e473";
}

.fa-mars-stroke {
  --fa: "\f229";
}

.fa-vial {
  --fa: "\f492";
}

.fa-gauge {
  --fa: "\f624";
}

.fa-dashboard {
  --fa: "\f624";
}

.fa-gauge-med {
  --fa: "\f624";
}

.fa-tachometer-alt-average {
  --fa: "\f624";
}

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}

.fa-e {
  --fa: "E";
}

.fa-pen-clip {
  --fa: "\f305";
}

.fa-pen-alt {
  --fa: "\f305";
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}

.fa-user {
  --fa: "\f007";
}

.fa-school-circle-check {
  --fa: "\e56b";
}

.fa-dumpster {
  --fa: "\f793";
}

.fa-van-shuttle {
  --fa: "\f5b6";
}

.fa-shuttle-van {
  --fa: "\f5b6";
}

.fa-building-user {
  --fa: "\e4da";
}

.fa-square-caret-left {
  --fa: "\f191";
}

.fa-caret-square-left {
  --fa: "\f191";
}

.fa-highlighter {
  --fa: "\f591";
}

.fa-key {
  --fa: "\f084";
}

.fa-bullhorn {
  --fa: "\f0a1";
}

.fa-globe {
  --fa: "\f0ac";
}

.fa-synagogue {
  --fa: "\f69b";
}

.fa-person-half-dress {
  --fa: "\e548";
}

.fa-road-bridge {
  --fa: "\e563";
}

.fa-location-arrow {
  --fa: "\f124";
}

.fa-c {
  --fa: "C";
}

.fa-tablet-button {
  --fa: "\f10a";
}

.fa-building-lock {
  --fa: "\e4d6";
}

.fa-pizza-slice {
  --fa: "\f818";
}

.fa-money-bill-wave {
  --fa: "\f53a";
}

.fa-chart-area {
  --fa: "\f1fe";
}

.fa-area-chart {
  --fa: "\f1fe";
}

.fa-house-flag {
  --fa: "\e50d";
}

.fa-person-circle-minus {
  --fa: "\e540";
}

.fa-ban {
  --fa: "\f05e";
}

.fa-cancel {
  --fa: "\f05e";
}

.fa-camera-rotate {
  --fa: "\e0d8";
}

.fa-spray-can-sparkles {
  --fa: "\f5d0";
}

.fa-air-freshener {
  --fa: "\f5d0";
}

.fa-star {
  --fa: "\f005";
}

.fa-repeat {
  --fa: "\f363";
}

.fa-cross {
  --fa: "\f654";
}

.fa-box {
  --fa: "\f466";
}

.fa-venus-mars {
  --fa: "\f228";
}

.fa-arrow-pointer {
  --fa: "\f245";
}

.fa-mouse-pointer {
  --fa: "\f245";
}

.fa-maximize {
  --fa: "\f31e";
}

.fa-expand-arrows-alt {
  --fa: "\f31e";
}

.fa-charging-station {
  --fa: "\f5e7";
}

.fa-shapes {
  --fa: "\f61f";
}

.fa-triangle-circle-square {
  --fa: "\f61f";
}

.fa-shuffle {
  --fa: "\f074";
}

.fa-random {
  --fa: "\f074";
}

.fa-person-running {
  --fa: "\f70c";
}

.fa-running {
  --fa: "\f70c";
}

.fa-mobile-retro {
  --fa: "\e527";
}

.fa-grip-lines-vertical {
  --fa: "\f7a5";
}

.fa-spider {
  --fa: "\f717";
}

.fa-hands-bound {
  --fa: "\e4f9";
}

.fa-file-invoice-dollar {
  --fa: "\f571";
}

.fa-plane-circle-exclamation {
  --fa: "\e556";
}

.fa-x-ray {
  --fa: "\f497";
}

.fa-spell-check {
  --fa: "\f891";
}

.fa-slash {
  --fa: "\f715";
}

.fa-computer-mouse {
  --fa: "\f8cc";
}

.fa-mouse {
  --fa: "\f8cc";
}

.fa-arrow-right-to-bracket {
  --fa: "\f090";
}

.fa-sign-in {
  --fa: "\f090";
}

.fa-shop-slash {
  --fa: "\e070";
}

.fa-store-alt-slash {
  --fa: "\e070";
}

.fa-server {
  --fa: "\f233";
}

.fa-virus-covid-slash {
  --fa: "\e4a9";
}

.fa-shop-lock {
  --fa: "\e4a5";
}

.fa-hourglass-start {
  --fa: "\f251";
}

.fa-hourglass-1 {
  --fa: "\f251";
}

.fa-blender-phone {
  --fa: "\f6b6";
}

.fa-building-wheat {
  --fa: "\e4db";
}

.fa-person-breastfeeding {
  --fa: "\e53a";
}

.fa-right-to-bracket {
  --fa: "\f2f6";
}

.fa-sign-in-alt {
  --fa: "\f2f6";
}

.fa-venus {
  --fa: "\f221";
}

.fa-passport {
  --fa: "\f5ab";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
}

.fa-heart-pulse {
  --fa: "\f21e";
}

.fa-heartbeat {
  --fa: "\f21e";
}

.fa-people-carry-box {
  --fa: "\f4ce";
}

.fa-people-carry {
  --fa: "\f4ce";
}

.fa-temperature-high {
  --fa: "\f769";
}

.fa-microchip {
  --fa: "\f2db";
}

.fa-crown {
  --fa: "\f521";
}

.fa-weight-hanging {
  --fa: "\f5cd";
}

.fa-xmarks-lines {
  --fa: "\e59a";
}

.fa-file-prescription {
  --fa: "\f572";
}

.fa-weight-scale {
  --fa: "\f496";
}

.fa-weight {
  --fa: "\f496";
}

.fa-user-group {
  --fa: "\f500";
}

.fa-user-friends {
  --fa: "\f500";
}

.fa-arrow-up-a-z {
  --fa: "\f15e";
}

.fa-sort-alpha-up {
  --fa: "\f15e";
}

.fa-chess-knight {
  --fa: "\f441";
}

.fa-face-laugh-squint {
  --fa: "\f59b";
}

.fa-laugh-squint {
  --fa: "\f59b";
}

.fa-wheelchair {
  --fa: "\f193";
}

.fa-circle-arrow-up {
  --fa: "\f0aa";
}

.fa-arrow-circle-up {
  --fa: "\f0aa";
}

.fa-toggle-on {
  --fa: "\f205";
}

.fa-person-walking {
  --fa: "\f554";
}

.fa-walking {
  --fa: "\f554";
}

.fa-l {
  --fa: "L";
}

.fa-fire {
  --fa: "\f06d";
}

.fa-bed-pulse {
  --fa: "\f487";
}

.fa-procedures {
  --fa: "\f487";
}

.fa-shuttle-space {
  --fa: "\f197";
}

.fa-space-shuttle {
  --fa: "\f197";
}

.fa-face-laugh {
  --fa: "\f599";
}

.fa-laugh {
  --fa: "\f599";
}

.fa-folder-open {
  --fa: "\f07c";
}

.fa-heart-circle-plus {
  --fa: "\e500";
}

.fa-code-fork {
  --fa: "\e13b";
}

.fa-city {
  --fa: "\f64f";
}

.fa-microphone-lines {
  --fa: "\f3c9";
}

.fa-microphone-alt {
  --fa: "\f3c9";
}

.fa-pepper-hot {
  --fa: "\f816";
}

.fa-unlock {
  --fa: "\f09c";
}

.fa-colon-sign {
  --fa: "\e140";
}

.fa-headset {
  --fa: "\f590";
}

.fa-store-slash {
  --fa: "\e071";
}

.fa-road-circle-xmark {
  --fa: "\e566";
}

.fa-user-minus {
  --fa: "\f503";
}

.fa-mars-stroke-up {
  --fa: "\f22a";
}

.fa-mars-stroke-v {
  --fa: "\f22a";
}

.fa-champagne-glasses {
  --fa: "\f79f";
}

.fa-glass-cheers {
  --fa: "\f79f";
}

.fa-clipboard {
  --fa: "\f328";
}

.fa-house-circle-exclamation {
  --fa: "\e50a";
}

.fa-file-arrow-up {
  --fa: "\f574";
}

.fa-file-upload {
  --fa: "\f574";
}

.fa-wifi {
  --fa: "\f1eb";
}

.fa-wifi-3 {
  --fa: "\f1eb";
}

.fa-wifi-strong {
  --fa: "\f1eb";
}

.fa-bath {
  --fa: "\f2cd";
}

.fa-bathtub {
  --fa: "\f2cd";
}

.fa-underline {
  --fa: "\f0cd";
}

.fa-user-pen {
  --fa: "\f4ff";
}

.fa-user-edit {
  --fa: "\f4ff";
}

.fa-signature {
  --fa: "\f5b7";
}

.fa-stroopwafel {
  --fa: "\f551";
}

.fa-bold {
  --fa: "\f032";
}

.fa-anchor-lock {
  --fa: "\e4ad";
}

.fa-building-ngo {
  --fa: "\e4d7";
}

.fa-manat-sign {
  --fa: "\e1d5";
}

.fa-not-equal {
  --fa: "\f53e";
}

.fa-border-top-left {
  --fa: "\f853";
}

.fa-border-style {
  --fa: "\f853";
}

.fa-map-location-dot {
  --fa: "\f5a0";
}

.fa-map-marked-alt {
  --fa: "\f5a0";
}

.fa-jedi {
  --fa: "\f669";
}

.fa-square-poll-vertical {
  --fa: "\f681";
}

.fa-poll {
  --fa: "\f681";
}

.fa-mug-hot {
  --fa: "\f7b6";
}

.fa-car-battery {
  --fa: "\f5df";
}

.fa-battery-car {
  --fa: "\f5df";
}

.fa-gift {
  --fa: "\f06b";
}

.fa-dice-two {
  --fa: "\f528";
}

.fa-chess-queen {
  --fa: "\f445";
}

.fa-glasses {
  --fa: "\f530";
}

.fa-chess-board {
  --fa: "\f43c";
}

.fa-building-circle-check {
  --fa: "\e4d2";
}

.fa-person-chalkboard {
  --fa: "\e53d";
}

.fa-mars-stroke-right {
  --fa: "\f22b";
}

.fa-mars-stroke-h {
  --fa: "\f22b";
}

.fa-hand-back-fist {
  --fa: "\f255";
}

.fa-hand-rock {
  --fa: "\f255";
}

.fa-square-caret-up {
  --fa: "\f151";
}

.fa-caret-square-up {
  --fa: "\f151";
}

.fa-cloud-showers-water {
  --fa: "\e4e4";
}

.fa-chart-bar {
  --fa: "\f080";
}

.fa-bar-chart {
  --fa: "\f080";
}

.fa-hands-bubbles {
  --fa: "\e05e";
}

.fa-hands-wash {
  --fa: "\e05e";
}

.fa-less-than-equal {
  --fa: "\f537";
}

.fa-train {
  --fa: "\f238";
}

.fa-eye-low-vision {
  --fa: "\f2a8";
}

.fa-low-vision {
  --fa: "\f2a8";
}

.fa-crow {
  --fa: "\f520";
}

.fa-sailboat {
  --fa: "\e445";
}

.fa-window-restore {
  --fa: "\f2d2";
}

.fa-square-plus {
  --fa: "\f0fe";
}

.fa-plus-square {
  --fa: "\f0fe";
}

.fa-torii-gate {
  --fa: "\f6a1";
}

.fa-frog {
  --fa: "\f52e";
}

.fa-bucket {
  --fa: "\e4cf";
}

.fa-image {
  --fa: "\f03e";
}

.fa-microphone {
  --fa: "\f130";
}

.fa-cow {
  --fa: "\f6c8";
}

.fa-caret-up {
  --fa: "\f0d8";
}

.fa-screwdriver {
  --fa: "\f54a";
}

.fa-folder-closed {
  --fa: "\e185";
}

.fa-house-tsunami {
  --fa: "\e515";
}

.fa-square-nfi {
  --fa: "\e576";
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}

.fa-martini-glass {
  --fa: "\f57b";
}

.fa-glass-martini-alt {
  --fa: "\f57b";
}

.fa-square-binary {
  --fa: "\e69b";
}

.fa-rotate-left {
  --fa: "\f2ea";
}

.fa-rotate-back {
  --fa: "\f2ea";
}

.fa-rotate-backward {
  --fa: "\f2ea";
}

.fa-undo-alt {
  --fa: "\f2ea";
}

.fa-table-columns {
  --fa: "\f0db";
}

.fa-columns {
  --fa: "\f0db";
}

.fa-lemon {
  --fa: "\f094";
}

.fa-head-side-mask {
  --fa: "\e063";
}

.fa-handshake {
  --fa: "\f2b5";
}

.fa-gem {
  --fa: "\f3a5";
}

.fa-dolly {
  --fa: "\f472";
}

.fa-dolly-box {
  --fa: "\f472";
}

.fa-smoking {
  --fa: "\f48d";
}

.fa-minimize {
  --fa: "\f78c";
}

.fa-compress-arrows-alt {
  --fa: "\f78c";
}

.fa-monument {
  --fa: "\f5a6";
}

.fa-snowplow {
  --fa: "\f7d2";
}

.fa-angles-right {
  --fa: "\f101";
}

.fa-angle-double-right {
  --fa: "\f101";
}

.fa-cannabis {
  --fa: "\f55f";
}

.fa-circle-play {
  --fa: "\f144";
}

.fa-play-circle {
  --fa: "\f144";
}

.fa-tablets {
  --fa: "\f490";
}

.fa-ethernet {
  --fa: "\f796";
}

.fa-euro-sign {
  --fa: "\f153";
}

.fa-eur {
  --fa: "\f153";
}

.fa-euro {
  --fa: "\f153";
}

.fa-chair {
  --fa: "\f6c0";
}

.fa-circle-check {
  --fa: "\f058";
}

.fa-check-circle {
  --fa: "\f058";
}

.fa-circle-stop {
  --fa: "\f28d";
}

.fa-stop-circle {
  --fa: "\f28d";
}

.fa-compass-drafting {
  --fa: "\f568";
}

.fa-drafting-compass {
  --fa: "\f568";
}

.fa-plate-wheat {
  --fa: "\e55a";
}

.fa-icicles {
  --fa: "\f7ad";
}

.fa-person-shelter {
  --fa: "\e54f";
}

.fa-neuter {
  --fa: "\f22c";
}

.fa-id-badge {
  --fa: "\f2c1";
}

.fa-marker {
  --fa: "\f5a1";
}

.fa-face-laugh-beam {
  --fa: "\f59a";
}

.fa-laugh-beam {
  --fa: "\f59a";
}

.fa-helicopter-symbol {
  --fa: "\e502";
}

.fa-universal-access {
  --fa: "\f29a";
}

.fa-circle-chevron-up {
  --fa: "\f139";
}

.fa-chevron-circle-up {
  --fa: "\f139";
}

.fa-lari-sign {
  --fa: "\e1c8";
}

.fa-volcano {
  --fa: "\f770";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}

.fa-sterling-sign {
  --fa: "\f154";
}

.fa-gbp {
  --fa: "\f154";
}

.fa-pound-sign {
  --fa: "\f154";
}

.fa-viruses {
  --fa: "\e076";
}

.fa-square-person-confined {
  --fa: "\e577";
}

.fa-user-tie {
  --fa: "\f508";
}

.fa-arrow-down-long {
  --fa: "\f175";
}

.fa-long-arrow-down {
  --fa: "\f175";
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}

.fa-certificate {
  --fa: "\f0a3";
}

.fa-reply-all {
  --fa: "\f122";
}

.fa-mail-reply-all {
  --fa: "\f122";
}

.fa-suitcase {
  --fa: "\f0f2";
}

.fa-person-skating {
  --fa: "\f7c5";
}

.fa-skating {
  --fa: "\f7c5";
}

.fa-filter-circle-dollar {
  --fa: "\f662";
}

.fa-funnel-dollar {
  --fa: "\f662";
}

.fa-camera-retro {
  --fa: "\f083";
}

.fa-circle-arrow-down {
  --fa: "\f0ab";
}

.fa-arrow-circle-down {
  --fa: "\f0ab";
}

.fa-file-import {
  --fa: "\f56f";
}

.fa-arrow-right-to-file {
  --fa: "\f56f";
}

.fa-square-arrow-up-right {
  --fa: "\f14c";
}

.fa-external-link-square {
  --fa: "\f14c";
}

.fa-box-open {
  --fa: "\f49e";
}

.fa-scroll {
  --fa: "\f70e";
}

.fa-spa {
  --fa: "\f5bb";
}

.fa-location-pin-lock {
  --fa: "\e51f";
}

.fa-pause {
  --fa: "\f04c";
}

.fa-hill-avalanche {
  --fa: "\e507";
}

.fa-temperature-empty {
  --fa: "\f2cb";
}

.fa-temperature-0 {
  --fa: "\f2cb";
}

.fa-thermometer-0 {
  --fa: "\f2cb";
}

.fa-thermometer-empty {
  --fa: "\f2cb";
}

.fa-bomb {
  --fa: "\f1e2";
}

.fa-registered {
  --fa: "\f25d";
}

.fa-address-card {
  --fa: "\f2bb";
}

.fa-contact-card {
  --fa: "\f2bb";
}

.fa-vcard {
  --fa: "\f2bb";
}

.fa-scale-unbalanced-flip {
  --fa: "\f516";
}

.fa-balance-scale-right {
  --fa: "\f516";
}

.fa-subscript {
  --fa: "\f12c";
}

.fa-diamond-turn-right {
  --fa: "\f5eb";
}

.fa-directions {
  --fa: "\f5eb";
}

.fa-burst {
  --fa: "\e4dc";
}

.fa-house-laptop {
  --fa: "\e066";
}

.fa-laptop-house {
  --fa: "\e066";
}

.fa-face-tired {
  --fa: "\f5c8";
}

.fa-tired {
  --fa: "\f5c8";
}

.fa-money-bills {
  --fa: "\e1f3";
}

.fa-smog {
  --fa: "\f75f";
}

.fa-crutch {
  --fa: "\f7f7";
}

.fa-cloud-arrow-up {
  --fa: "\f0ee";
}

.fa-cloud-upload {
  --fa: "\f0ee";
}

.fa-cloud-upload-alt {
  --fa: "\f0ee";
}

.fa-palette {
  --fa: "\f53f";
}

.fa-arrows-turn-right {
  --fa: "\e4c0";
}

.fa-vest {
  --fa: "\e085";
}

.fa-ferry {
  --fa: "\e4ea";
}

.fa-arrows-down-to-people {
  --fa: "\e4b9";
}

.fa-seedling {
  --fa: "\f4d8";
}

.fa-sprout {
  --fa: "\f4d8";
}

.fa-left-right {
  --fa: "\f337";
}

.fa-arrows-alt-h {
  --fa: "\f337";
}

.fa-boxes-packing {
  --fa: "\e4c7";
}

.fa-circle-arrow-left {
  --fa: "\f0a8";
}

.fa-arrow-circle-left {
  --fa: "\f0a8";
}

.fa-group-arrows-rotate {
  --fa: "\e4f6";
}

.fa-bowl-food {
  --fa: "\e4c6";
}

.fa-candy-cane {
  --fa: "\f786";
}

.fa-arrow-down-wide-short {
  --fa: "\f160";
}

.fa-sort-amount-asc {
  --fa: "\f160";
}

.fa-sort-amount-down {
  --fa: "\f160";
}

.fa-cloud-bolt {
  --fa: "\f76c";
}

.fa-thunderstorm {
  --fa: "\f76c";
}

.fa-text-slash {
  --fa: "\f87d";
}

.fa-remove-format {
  --fa: "\f87d";
}

.fa-face-smile-wink {
  --fa: "\f4da";
}

.fa-smile-wink {
  --fa: "\f4da";
}

.fa-file-word {
  --fa: "\f1c2";
}

.fa-file-powerpoint {
  --fa: "\f1c4";
}

.fa-arrows-left-right {
  --fa: "\f07e";
}

.fa-arrows-h {
  --fa: "\f07e";
}

.fa-house-lock {
  --fa: "\e510";
}

.fa-cloud-arrow-down {
  --fa: "\f0ed";
}

.fa-cloud-download {
  --fa: "\f0ed";
}

.fa-cloud-download-alt {
  --fa: "\f0ed";
}

.fa-children {
  --fa: "\e4e1";
}

.fa-chalkboard {
  --fa: "\f51b";
}

.fa-blackboard {
  --fa: "\f51b";
}

.fa-user-large-slash {
  --fa: "\f4fa";
}

.fa-user-alt-slash {
  --fa: "\f4fa";
}

.fa-envelope-open {
  --fa: "\f2b6";
}

.fa-handshake-simple-slash {
  --fa: "\e05f";
}

.fa-handshake-alt-slash {
  --fa: "\e05f";
}

.fa-mattress-pillow {
  --fa: "\e525";
}

.fa-guarani-sign {
  --fa: "\e19a";
}

.fa-arrows-rotate {
  --fa: "\f021";
}

.fa-refresh {
  --fa: "\f021";
}

.fa-sync {
  --fa: "\f021";
}

.fa-fire-extinguisher {
  --fa: "\f134";
}

.fa-cruzeiro-sign {
  --fa: "\e152";
}

.fa-greater-than-equal {
  --fa: "\f532";
}

.fa-shield-halved {
  --fa: "\f3ed";
}

.fa-shield-alt {
  --fa: "\f3ed";
}

.fa-book-atlas {
  --fa: "\f558";
}

.fa-atlas {
  --fa: "\f558";
}

.fa-virus {
  --fa: "\e074";
}

.fa-envelope-circle-check {
  --fa: "\e4e8";
}

.fa-layer-group {
  --fa: "\f5fd";
}

.fa-arrows-to-dot {
  --fa: "\e4be";
}

.fa-archway {
  --fa: "\f557";
}

.fa-heart-circle-check {
  --fa: "\e4fd";
}

.fa-house-chimney-crack {
  --fa: "\f6f1";
}

.fa-house-damage {
  --fa: "\f6f1";
}

.fa-file-zipper {
  --fa: "\f1c6";
}

.fa-file-archive {
  --fa: "\f1c6";
}

.fa-square {
  --fa: "\f0c8";
}

.fa-martini-glass-empty {
  --fa: "\f000";
}

.fa-glass-martini {
  --fa: "\f000";
}

.fa-couch {
  --fa: "\f4b8";
}

.fa-cedi-sign {
  --fa: "\e0df";
}

.fa-italic {
  --fa: "\f033";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
}

.fa-church {
  --fa: "\f51d";
}

.fa-comments-dollar {
  --fa: "\f653";
}

.fa-democrat {
  --fa: "\f747";
}

.fa-z {
  --fa: "Z";
}

.fa-person-skiing {
  --fa: "\f7c9";
}

.fa-skiing {
  --fa: "\f7c9";
}

.fa-road-lock {
  --fa: "\e567";
}

.fa-a {
  --fa: "A";
}

.fa-temperature-arrow-down {
  --fa: "\e03f";
}

.fa-temperature-down {
  --fa: "\e03f";
}

.fa-feather-pointed {
  --fa: "\f56b";
}

.fa-feather-alt {
  --fa: "\f56b";
}

.fa-p {
  --fa: "P";
}

.fa-snowflake {
  --fa: "\f2dc";
}

.fa-newspaper {
  --fa: "\f1ea";
}

.fa-rectangle-ad {
  --fa: "\f641";
}

.fa-ad {
  --fa: "\f641";
}

.fa-circle-arrow-right {
  --fa: "\f0a9";
}

.fa-arrow-circle-right {
  --fa: "\f0a9";
}

.fa-filter-circle-xmark {
  --fa: "\e17b";
}

.fa-locust {
  --fa: "\e520";
}

.fa-sort {
  --fa: "\f0dc";
}

.fa-unsorted {
  --fa: "\f0dc";
}

.fa-list-ol {
  --fa: "\f0cb";
}

.fa-list-1-2 {
  --fa: "\f0cb";
}

.fa-list-numeric {
  --fa: "\f0cb";
}

.fa-person-dress-burst {
  --fa: "\e544";
}

.fa-money-check-dollar {
  --fa: "\f53d";
}

.fa-money-check-alt {
  --fa: "\f53d";
}

.fa-vector-square {
  --fa: "\f5cb";
}

.fa-bread-slice {
  --fa: "\f7ec";
}

.fa-language {
  --fa: "\f1ab";
}

.fa-face-kiss-wink-heart {
  --fa: "\f598";
}

.fa-kiss-wink-heart {
  --fa: "\f598";
}

.fa-filter {
  --fa: "\f0b0";
}

.fa-question {
  --fa: "\?";
}

.fa-file-signature {
  --fa: "\f573";
}

.fa-up-down-left-right {
  --fa: "\f0b2";
}

.fa-arrows-alt {
  --fa: "\f0b2";
}

.fa-house-chimney-user {
  --fa: "\e065";
}

.fa-hand-holding-heart {
  --fa: "\f4be";
}

.fa-puzzle-piece {
  --fa: "\f12e";
}

.fa-money-check {
  --fa: "\f53c";
}

.fa-star-half-stroke {
  --fa: "\f5c0";
}

.fa-star-half-alt {
  --fa: "\f5c0";
}

.fa-code {
  --fa: "\f121";
}

.fa-whiskey-glass {
  --fa: "\f7a0";
}

.fa-glass-whiskey {
  --fa: "\f7a0";
}

.fa-building-circle-exclamation {
  --fa: "\e4d3";
}

.fa-magnifying-glass-chart {
  --fa: "\e522";
}

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}

.fa-external-link {
  --fa: "\f08e";
}

.fa-cubes-stacked {
  --fa: "\e4e6";
}

.fa-won-sign {
  --fa: "\f159";
}

.fa-krw {
  --fa: "\f159";
}

.fa-won {
  --fa: "\f159";
}

.fa-virus-covid {
  --fa: "\e4a8";
}

.fa-austral-sign {
  --fa: "\e0a9";
}

.fa-f {
  --fa: "F";
}

.fa-leaf {
  --fa: "\f06c";
}

.fa-road {
  --fa: "\f018";
}

.fa-taxi {
  --fa: "\f1ba";
}

.fa-cab {
  --fa: "\f1ba";
}

.fa-person-circle-plus {
  --fa: "\e541";
}

.fa-chart-pie {
  --fa: "\f200";
}

.fa-pie-chart {
  --fa: "\f200";
}

.fa-bolt-lightning {
  --fa: "\e0b7";
}

.fa-sack-xmark {
  --fa: "\e56a";
}

.fa-file-excel {
  --fa: "\f1c3";
}

.fa-file-contract {
  --fa: "\f56c";
}

.fa-fish-fins {
  --fa: "\e4f2";
}

.fa-building-flag {
  --fa: "\e4d5";
}

.fa-face-grin-beam {
  --fa: "\f582";
}

.fa-grin-beam {
  --fa: "\f582";
}

.fa-object-ungroup {
  --fa: "\f248";
}

.fa-poop {
  --fa: "\f619";
}

.fa-location-pin {
  --fa: "\f041";
}

.fa-map-marker {
  --fa: "\f041";
}

.fa-kaaba {
  --fa: "\f66b";
}

.fa-toilet-paper {
  --fa: "\f71e";
}

.fa-helmet-safety {
  --fa: "\f807";
}

.fa-hard-hat {
  --fa: "\f807";
}

.fa-hat-hard {
  --fa: "\f807";
}

.fa-eject {
  --fa: "\f052";
}

.fa-circle-right {
  --fa: "\f35a";
}

.fa-arrow-alt-circle-right {
  --fa: "\f35a";
}

.fa-plane-circle-check {
  --fa: "\e555";
}

.fa-face-rolling-eyes {
  --fa: "\f5a5";
}

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}

.fa-object-group {
  --fa: "\f247";
}

.fa-chart-line {
  --fa: "\f201";
}

.fa-line-chart {
  --fa: "\f201";
}

.fa-mask-ventilator {
  --fa: "\e524";
}

.fa-arrow-right {
  --fa: "\f061";
}

.fa-signs-post {
  --fa: "\f277";
}

.fa-map-signs {
  --fa: "\f277";
}

.fa-cash-register {
  --fa: "\f788";
}

.fa-person-circle-question {
  --fa: "\e542";
}

.fa-h {
  --fa: "H";
}

.fa-tarp {
  --fa: "\e57b";
}

.fa-screwdriver-wrench {
  --fa: "\f7d9";
}

.fa-tools {
  --fa: "\f7d9";
}

.fa-arrows-to-eye {
  --fa: "\e4bf";
}

.fa-plug-circle-bolt {
  --fa: "\e55b";
}

.fa-heart {
  --fa: "\f004";
}

.fa-mars-and-venus {
  --fa: "\f224";
}

.fa-house-user {
  --fa: "\e1b0";
}

.fa-home-user {
  --fa: "\e1b0";
}

.fa-dumpster-fire {
  --fa: "\f794";
}

.fa-house-crack {
  --fa: "\e3b1";
}

.fa-martini-glass-citrus {
  --fa: "\f561";
}

.fa-cocktail {
  --fa: "\f561";
}

.fa-face-surprise {
  --fa: "\f5c2";
}

.fa-surprise {
  --fa: "\f5c2";
}

.fa-bottle-water {
  --fa: "\e4c5";
}

.fa-circle-pause {
  --fa: "\f28b";
}

.fa-pause-circle {
  --fa: "\f28b";
}

.fa-toilet-paper-slash {
  --fa: "\e072";
}

.fa-apple-whole {
  --fa: "\f5d1";
}

.fa-apple-alt {
  --fa: "\f5d1";
}

.fa-kitchen-set {
  --fa: "\e51a";
}

.fa-r {
  --fa: "R";
}

.fa-temperature-quarter {
  --fa: "\f2ca";
}

.fa-temperature-1 {
  --fa: "\f2ca";
}

.fa-thermometer-1 {
  --fa: "\f2ca";
}

.fa-thermometer-quarter {
  --fa: "\f2ca";
}

.fa-cube {
  --fa: "\f1b2";
}

.fa-bitcoin-sign {
  --fa: "\e0b4";
}

.fa-shield-dog {
  --fa: "\e573";
}

.fa-solar-panel {
  --fa: "\f5ba";
}

.fa-lock-open {
  --fa: "\f3c1";
}

.fa-elevator {
  --fa: "\e16d";
}

.fa-money-bill-transfer {
  --fa: "\e528";
}

.fa-money-bill-trend-up {
  --fa: "\e529";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}

.fa-square-poll-horizontal {
  --fa: "\f682";
}

.fa-poll-h {
  --fa: "\f682";
}

.fa-circle {
  --fa: "\f111";
}

.fa-backward-fast {
  --fa: "\f049";
}

.fa-fast-backward {
  --fa: "\f049";
}

.fa-recycle {
  --fa: "\f1b8";
}

.fa-user-astronaut {
  --fa: "\f4fb";
}

.fa-plane-slash {
  --fa: "\e069";
}

.fa-trademark {
  --fa: "\f25c";
}

.fa-basketball {
  --fa: "\f434";
}

.fa-basketball-ball {
  --fa: "\f434";
}

.fa-satellite-dish {
  --fa: "\f7c0";
}

.fa-circle-up {
  --fa: "\f35b";
}

.fa-arrow-alt-circle-up {
  --fa: "\f35b";
}

.fa-mobile-screen-button {
  --fa: "\f3cd";
}

.fa-mobile-alt {
  --fa: "\f3cd";
}

.fa-volume-high {
  --fa: "\f028";
}

.fa-volume-up {
  --fa: "\f028";
}

.fa-users-rays {
  --fa: "\e593";
}

.fa-wallet {
  --fa: "\f555";
}

.fa-clipboard-check {
  --fa: "\f46c";
}

.fa-file-audio {
  --fa: "\f1c7";
}

.fa-burger {
  --fa: "\f805";
}

.fa-hamburger {
  --fa: "\f805";
}

.fa-wrench {
  --fa: "\f0ad";
}

.fa-bugs {
  --fa: "\e4d0";
}

.fa-rupee-sign {
  --fa: "\f156";
}

.fa-rupee {
  --fa: "\f156";
}

.fa-file-image {
  --fa: "\f1c5";
}

.fa-circle-question {
  --fa: "\f059";
}

.fa-question-circle {
  --fa: "\f059";
}

.fa-plane-departure {
  --fa: "\f5b0";
}

.fa-handshake-slash {
  --fa: "\e060";
}

.fa-book-bookmark {
  --fa: "\e0bb";
}

.fa-code-branch {
  --fa: "\f126";
}

.fa-hat-cowboy {
  --fa: "\f8c0";
}

.fa-bridge {
  --fa: "\e4c8";
}

.fa-phone-flip {
  --fa: "\f879";
}

.fa-phone-alt {
  --fa: "\f879";
}

.fa-truck-front {
  --fa: "\e2b7";
}

.fa-cat {
  --fa: "\f6be";
}

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}

.fa-truck-field {
  --fa: "\e58d";
}

.fa-route {
  --fa: "\f4d7";
}

.fa-clipboard-question {
  --fa: "\e4e3";
}

.fa-panorama {
  --fa: "\e209";
}

.fa-comment-medical {
  --fa: "\f7f5";
}

.fa-teeth-open {
  --fa: "\f62f";
}

.fa-file-circle-minus {
  --fa: "\e4ed";
}

.fa-tags {
  --fa: "\f02c";
}

.fa-wine-glass {
  --fa: "\f4e3";
}

.fa-forward-fast {
  --fa: "\f050";
}

.fa-fast-forward {
  --fa: "\f050";
}

.fa-face-meh-blank {
  --fa: "\f5a4";
}

.fa-meh-blank {
  --fa: "\f5a4";
}

.fa-square-parking {
  --fa: "\f540";
}

.fa-parking {
  --fa: "\f540";
}

.fa-house-signal {
  --fa: "\e012";
}

.fa-bars-progress {
  --fa: "\f828";
}

.fa-tasks-alt {
  --fa: "\f828";
}

.fa-faucet-drip {
  --fa: "\e006";
}

.fa-cart-flatbed {
  --fa: "\f474";
}

.fa-dolly-flatbed {
  --fa: "\f474";
}

.fa-ban-smoking {
  --fa: "\f54d";
}

.fa-smoking-ban {
  --fa: "\f54d";
}

.fa-terminal {
  --fa: "\f120";
}

.fa-mobile-button {
  --fa: "\f10b";
}

.fa-house-medical-flag {
  --fa: "\e514";
}

.fa-basket-shopping {
  --fa: "\f291";
}

.fa-shopping-basket {
  --fa: "\f291";
}

.fa-tape {
  --fa: "\f4db";
}

.fa-bus-simple {
  --fa: "\f55e";
}

.fa-bus-alt {
  --fa: "\f55e";
}

.fa-eye {
  --fa: "\f06e";
}

.fa-face-sad-cry {
  --fa: "\f5b3";
}

.fa-sad-cry {
  --fa: "\f5b3";
}

.fa-audio-description {
  --fa: "\f29e";
}

.fa-person-military-to-person {
  --fa: "\e54c";
}

.fa-file-shield {
  --fa: "\e4f0";
}

.fa-user-slash {
  --fa: "\f506";
}

.fa-pen {
  --fa: "\f304";
}

.fa-tower-observation {
  --fa: "\e586";
}

.fa-file-code {
  --fa: "\f1c9";
}

.fa-signal {
  --fa: "\f012";
}

.fa-signal-5 {
  --fa: "\f012";
}

.fa-signal-perfect {
  --fa: "\f012";
}

.fa-bus {
  --fa: "\f207";
}

.fa-heart-circle-xmark {
  --fa: "\e501";
}

.fa-house-chimney {
  --fa: "\e3af";
}

.fa-home-lg {
  --fa: "\e3af";
}

.fa-window-maximize {
  --fa: "\f2d0";
}

.fa-face-frown {
  --fa: "\f119";
}

.fa-frown {
  --fa: "\f119";
}

.fa-prescription {
  --fa: "\f5b1";
}

.fa-shop {
  --fa: "\f54f";
}

.fa-store-alt {
  --fa: "\f54f";
}

.fa-floppy-disk {
  --fa: "\f0c7";
}

.fa-save {
  --fa: "\f0c7";
}

.fa-vihara {
  --fa: "\f6a7";
}

.fa-scale-unbalanced {
  --fa: "\f515";
}

.fa-balance-scale-left {
  --fa: "\f515";
}

.fa-sort-up {
  --fa: "\f0de";
}

.fa-sort-asc {
  --fa: "\f0de";
}

.fa-comment-dots {
  --fa: "\f4ad";
}

.fa-commenting {
  --fa: "\f4ad";
}

.fa-plant-wilt {
  --fa: "\e5aa";
}

.fa-diamond {
  --fa: "\f219";
}

.fa-face-grin-squint {
  --fa: "\f585";
}

.fa-grin-squint {
  --fa: "\f585";
}

.fa-hand-holding-dollar {
  --fa: "\f4c0";
}

.fa-hand-holding-usd {
  --fa: "\f4c0";
}

.fa-chart-diagram {
  --fa: "\e695";
}

.fa-bacterium {
  --fa: "\e05a";
}

.fa-hand-pointer {
  --fa: "\f25a";
}

.fa-drum-steelpan {
  --fa: "\f56a";
}

.fa-hand-scissors {
  --fa: "\f257";
}

.fa-hands-praying {
  --fa: "\f684";
}

.fa-praying-hands {
  --fa: "\f684";
}

.fa-arrow-rotate-right {
  --fa: "\f01e";
}

.fa-arrow-right-rotate {
  --fa: "\f01e";
}

.fa-arrow-rotate-forward {
  --fa: "\f01e";
}

.fa-redo {
  --fa: "\f01e";
}

.fa-biohazard {
  --fa: "\f780";
}

.fa-location-crosshairs {
  --fa: "\f601";
}

.fa-location {
  --fa: "\f601";
}

.fa-mars-double {
  --fa: "\f227";
}

.fa-child-dress {
  --fa: "\e59c";
}

.fa-users-between-lines {
  --fa: "\e591";
}

.fa-lungs-virus {
  --fa: "\e067";
}

.fa-face-grin-tears {
  --fa: "\f588";
}

.fa-grin-tears {
  --fa: "\f588";
}

.fa-phone {
  --fa: "\f095";
}

.fa-calendar-xmark {
  --fa: "\f273";
}

.fa-calendar-times {
  --fa: "\f273";
}

.fa-child-reaching {
  --fa: "\e59d";
}

.fa-head-side-virus {
  --fa: "\e064";
}

.fa-user-gear {
  --fa: "\f4fe";
}

.fa-user-cog {
  --fa: "\f4fe";
}

.fa-arrow-up-1-9 {
  --fa: "\f163";
}

.fa-sort-numeric-up {
  --fa: "\f163";
}

.fa-door-closed {
  --fa: "\f52a";
}

.fa-shield-virus {
  --fa: "\e06c";
}

.fa-dice-six {
  --fa: "\f526";
}

.fa-mosquito-net {
  --fa: "\e52c";
}

.fa-file-fragment {
  --fa: "\e697";
}

.fa-bridge-water {
  --fa: "\e4ce";
}

.fa-person-booth {
  --fa: "\f756";
}

.fa-text-width {
  --fa: "\f035";
}

.fa-hat-wizard {
  --fa: "\f6e8";
}

.fa-pen-fancy {
  --fa: "\f5ac";
}

.fa-person-digging {
  --fa: "\f85e";
}

.fa-digging {
  --fa: "\f85e";
}

.fa-trash {
  --fa: "\f1f8";
}

.fa-gauge-simple {
  --fa: "\f629";
}

.fa-gauge-simple-med {
  --fa: "\f629";
}

.fa-tachometer-average {
  --fa: "\f629";
}

.fa-book-medical {
  --fa: "\f7e6";
}

.fa-poo {
  --fa: "\f2fe";
}

.fa-quote-right {
  --fa: "\f10e";
}

.fa-quote-right-alt {
  --fa: "\f10e";
}

.fa-shirt {
  --fa: "\f553";
}

.fa-t-shirt {
  --fa: "\f553";
}

.fa-tshirt {
  --fa: "\f553";
}

.fa-cubes {
  --fa: "\f1b3";
}

.fa-divide {
  --fa: "\f529";
}

.fa-tenge-sign {
  --fa: "\f7d7";
}

.fa-tenge {
  --fa: "\f7d7";
}

.fa-headphones {
  --fa: "\f025";
}

.fa-hands-holding {
  --fa: "\f4c2";
}

.fa-hands-clapping {
  --fa: "\e1a8";
}

.fa-republican {
  --fa: "\f75e";
}

.fa-arrow-left {
  --fa: "\f060";
}

.fa-person-circle-xmark {
  --fa: "\e543";
}

.fa-ruler {
  --fa: "\f545";
}

.fa-align-left {
  --fa: "\f036";
}

.fa-dice-d6 {
  --fa: "\f6d1";
}

.fa-restroom {
  --fa: "\f7bd";
}

.fa-j {
  --fa: "J";
}

.fa-users-viewfinder {
  --fa: "\e595";
}

.fa-file-video {
  --fa: "\f1c8";
}

.fa-up-right-from-square {
  --fa: "\f35d";
}

.fa-external-link-alt {
  --fa: "\f35d";
}

.fa-table-cells {
  --fa: "\f00a";
}

.fa-th {
  --fa: "\f00a";
}

.fa-file-pdf {
  --fa: "\f1c1";
}

.fa-book-bible {
  --fa: "\f647";
}

.fa-bible {
  --fa: "\f647";
}

.fa-o {
  --fa: "O";
}

.fa-suitcase-medical {
  --fa: "\f0fa";
}

.fa-medkit {
  --fa: "\f0fa";
}

.fa-user-secret {
  --fa: "\f21b";
}

.fa-otter {
  --fa: "\f700";
}

.fa-person-dress {
  --fa: "\f182";
}

.fa-female {
  --fa: "\f182";
}

.fa-comment-dollar {
  --fa: "\f651";
}

.fa-business-time {
  --fa: "\f64a";
}

.fa-briefcase-clock {
  --fa: "\f64a";
}

.fa-table-cells-large {
  --fa: "\f009";
}

.fa-th-large {
  --fa: "\f009";
}

.fa-book-tanakh {
  --fa: "\f827";
}

.fa-tanakh {
  --fa: "\f827";
}

.fa-phone-volume {
  --fa: "\f2a0";
}

.fa-volume-control-phone {
  --fa: "\f2a0";
}

.fa-hat-cowboy-side {
  --fa: "\f8c1";
}

.fa-clipboard-user {
  --fa: "\f7f3";
}

.fa-child {
  --fa: "\f1ae";
}

.fa-lira-sign {
  --fa: "\f195";
}

.fa-satellite {
  --fa: "\f7bf";
}

.fa-plane-lock {
  --fa: "\e558";
}

.fa-tag {
  --fa: "\f02b";
}

.fa-comment {
  --fa: "\f075";
}

.fa-cake-candles {
  --fa: "\f1fd";
}

.fa-birthday-cake {
  --fa: "\f1fd";
}

.fa-cake {
  --fa: "\f1fd";
}

.fa-envelope {
  --fa: "\f0e0";
}

.fa-angles-up {
  --fa: "\f102";
}

.fa-angle-double-up {
  --fa: "\f102";
}

.fa-paperclip {
  --fa: "\f0c6";
}

.fa-arrow-right-to-city {
  --fa: "\e4b3";
}

.fa-ribbon {
  --fa: "\f4d6";
}

.fa-lungs {
  --fa: "\f604";
}

.fa-arrow-up-9-1 {
  --fa: "\f887";
}

.fa-sort-numeric-up-alt {
  --fa: "\f887";
}

.fa-litecoin-sign {
  --fa: "\e1d3";
}

.fa-border-none {
  --fa: "\f850";
}

.fa-circle-nodes {
  --fa: "\e4e2";
}

.fa-parachute-box {
  --fa: "\f4cd";
}

.fa-indent {
  --fa: "\f03c";
}

.fa-truck-field-un {
  --fa: "\e58e";
}

.fa-hourglass {
  --fa: "\f254";
}

.fa-hourglass-empty {
  --fa: "\f254";
}

.fa-mountain {
  --fa: "\f6fc";
}

.fa-user-doctor {
  --fa: "\f0f0";
}

.fa-user-md {
  --fa: "\f0f0";
}

.fa-circle-info {
  --fa: "\f05a";
}

.fa-info-circle {
  --fa: "\f05a";
}

.fa-cloud-meatball {
  --fa: "\f73b";
}

.fa-camera {
  --fa: "\f030";
}

.fa-camera-alt {
  --fa: "\f030";
}

.fa-square-virus {
  --fa: "\e578";
}

.fa-meteor {
  --fa: "\f753";
}

.fa-car-on {
  --fa: "\e4dd";
}

.fa-sleigh {
  --fa: "\f7cc";
}

.fa-arrow-down-1-9 {
  --fa: "\f162";
}

.fa-sort-numeric-asc {
  --fa: "\f162";
}

.fa-sort-numeric-down {
  --fa: "\f162";
}

.fa-hand-holding-droplet {
  --fa: "\f4c1";
}

.fa-hand-holding-water {
  --fa: "\f4c1";
}

.fa-water {
  --fa: "\f773";
}

.fa-calendar-check {
  --fa: "\f274";
}

.fa-braille {
  --fa: "\f2a1";
}

.fa-prescription-bottle-medical {
  --fa: "\f486";
}

.fa-prescription-bottle-alt {
  --fa: "\f486";
}

.fa-landmark {
  --fa: "\f66f";
}

.fa-truck {
  --fa: "\f0d1";
}

.fa-crosshairs {
  --fa: "\f05b";
}

.fa-person-cane {
  --fa: "\e53c";
}

.fa-tent {
  --fa: "\e57d";
}

.fa-vest-patches {
  --fa: "\e086";
}

.fa-check-double {
  --fa: "\f560";
}

.fa-arrow-down-a-z {
  --fa: "\f15d";
}

.fa-sort-alpha-asc {
  --fa: "\f15d";
}

.fa-sort-alpha-down {
  --fa: "\f15d";
}

.fa-money-bill-wheat {
  --fa: "\e52a";
}

.fa-cookie {
  --fa: "\f563";
}

.fa-arrow-rotate-left {
  --fa: "\f0e2";
}

.fa-arrow-left-rotate {
  --fa: "\f0e2";
}

.fa-arrow-rotate-back {
  --fa: "\f0e2";
}

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}

.fa-undo {
  --fa: "\f0e2";
}

.fa-hard-drive {
  --fa: "\f0a0";
}

.fa-hdd {
  --fa: "\f0a0";
}

.fa-face-grin-squint-tears {
  --fa: "\f586";
}

.fa-grin-squint-tears {
  --fa: "\f586";
}

.fa-dumbbell {
  --fa: "\f44b";
}

.fa-rectangle-list {
  --fa: "\f022";
}

.fa-list-alt {
  --fa: "\f022";
}

.fa-tarp-droplet {
  --fa: "\e57c";
}

.fa-house-medical-circle-check {
  --fa: "\e511";
}

.fa-person-skiing-nordic {
  --fa: "\f7ca";
}

.fa-skiing-nordic {
  --fa: "\f7ca";
}

.fa-calendar-plus {
  --fa: "\f271";
}

.fa-plane-arrival {
  --fa: "\f5af";
}

.fa-circle-left {
  --fa: "\f359";
}

.fa-arrow-alt-circle-left {
  --fa: "\f359";
}

.fa-train-subway {
  --fa: "\f239";
}

.fa-subway {
  --fa: "\f239";
}

.fa-chart-gantt {
  --fa: "\e0e4";
}

.fa-indian-rupee-sign {
  --fa: "\e1bc";
}

.fa-indian-rupee {
  --fa: "\e1bc";
}

.fa-inr {
  --fa: "\e1bc";
}

.fa-crop-simple {
  --fa: "\f565";
}

.fa-crop-alt {
  --fa: "\f565";
}

.fa-money-bill-1 {
  --fa: "\f3d1";
}

.fa-money-bill-alt {
  --fa: "\f3d1";
}

.fa-left-long {
  --fa: "\f30a";
}

.fa-long-arrow-alt-left {
  --fa: "\f30a";
}

.fa-dna {
  --fa: "\f471";
}

.fa-virus-slash {
  --fa: "\e075";
}

.fa-minus {
  --fa: "\f068";
}

.fa-subtract {
  --fa: "\f068";
}

.fa-chess {
  --fa: "\f439";
}

.fa-arrow-left-long {
  --fa: "\f177";
}

.fa-long-arrow-left {
  --fa: "\f177";
}

.fa-plug-circle-check {
  --fa: "\e55c";
}

.fa-street-view {
  --fa: "\f21d";
}

.fa-franc-sign {
  --fa: "\e18f";
}

.fa-volume-off {
  --fa: "\f026";
}

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}

.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-asl-interpreting {
  --fa: "\f2a3";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-gear {
  --fa: "\f013";
}

.fa-cog {
  --fa: "\f013";
}

.fa-droplet-slash {
  --fa: "\f5c7";
}

.fa-tint-slash {
  --fa: "\f5c7";
}

.fa-mosque {
  --fa: "\f678";
}

.fa-mosquito {
  --fa: "\e52b";
}

.fa-star-of-david {
  --fa: "\f69a";
}

.fa-person-military-rifle {
  --fa: "\e54b";
}

.fa-cart-shopping {
  --fa: "\f07a";
}

.fa-shopping-cart {
  --fa: "\f07a";
}

.fa-vials {
  --fa: "\f493";
}

.fa-plug-circle-plus {
  --fa: "\e55f";
}

.fa-place-of-worship {
  --fa: "\f67f";
}

.fa-grip-vertical {
  --fa: "\f58e";
}

.fa-hexagon-nodes {
  --fa: "\e699";
}

.fa-arrow-turn-up {
  --fa: "\f148";
}

.fa-level-up {
  --fa: "\f148";
}

.fa-u {
  --fa: "U";
}

.fa-square-root-variable {
  --fa: "\f698";
}

.fa-square-root-alt {
  --fa: "\f698";
}

.fa-clock {
  --fa: "\f017";
}

.fa-clock-four {
  --fa: "\f017";
}

.fa-backward-step {
  --fa: "\f048";
}

.fa-step-backward {
  --fa: "\f048";
}

.fa-pallet {
  --fa: "\f482";
}

.fa-faucet {
  --fa: "\e005";
}

.fa-baseball-bat-ball {
  --fa: "\f432";
}

.fa-s {
  --fa: "S";
}

.fa-timeline {
  --fa: "\e29c";
}

.fa-keyboard {
  --fa: "\f11c";
}

.fa-caret-down {
  --fa: "\f0d7";
}

.fa-house-chimney-medical {
  --fa: "\f7f2";
}

.fa-clinic-medical {
  --fa: "\f7f2";
}

.fa-temperature-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-3 {
  --fa: "\f2c8";
}

.fa-thermometer-3 {
  --fa: "\f2c8";
}

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}

.fa-mobile-screen {
  --fa: "\f3cf";
}

.fa-mobile-android-alt {
  --fa: "\f3cf";
}

.fa-plane-up {
  --fa: "\e22d";
}

.fa-piggy-bank {
  --fa: "\f4d3";
}

.fa-battery-half {
  --fa: "\f242";
}

.fa-battery-3 {
  --fa: "\f242";
}

.fa-mountain-city {
  --fa: "\e52e";
}

.fa-coins {
  --fa: "\f51e";
}

.fa-khanda {
  --fa: "\f66d";
}

.fa-sliders {
  --fa: "\f1de";
}

.fa-sliders-h {
  --fa: "\f1de";
}

.fa-folder-tree {
  --fa: "\f802";
}

.fa-network-wired {
  --fa: "\f6ff";
}

.fa-map-pin {
  --fa: "\f276";
}

.fa-hamsa {
  --fa: "\f665";
}

.fa-cent-sign {
  --fa: "\e3f5";
}

.fa-flask {
  --fa: "\f0c3";
}

.fa-person-pregnant {
  --fa: "\e31e";
}

.fa-wand-sparkles {
  --fa: "\f72b";
}

.fa-ellipsis-vertical {
  --fa: "\f142";
}

.fa-ellipsis-v {
  --fa: "\f142";
}

.fa-ticket {
  --fa: "\f145";
}

.fa-power-off {
  --fa: "\f011";
}

.fa-right-long {
  --fa: "\f30b";
}

.fa-long-arrow-alt-right {
  --fa: "\f30b";
}

.fa-flag-usa {
  --fa: "\f74d";
}

.fa-laptop-file {
  --fa: "\e51d";
}

.fa-tty {
  --fa: "\f1e4";
}

.fa-teletype {
  --fa: "\f1e4";
}

.fa-diagram-next {
  --fa: "\e476";
}

.fa-person-rifle {
  --fa: "\e54e";
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}

.fa-closed-captioning {
  --fa: "\f20a";
}

.fa-person-hiking {
  --fa: "\f6ec";
}

.fa-hiking {
  --fa: "\f6ec";
}

.fa-venus-double {
  --fa: "\f226";
}

.fa-images {
  --fa: "\f302";
}

.fa-calculator {
  --fa: "\f1ec";
}

.fa-people-pulling {
  --fa: "\e535";
}

.fa-n {
  --fa: "N";
}

.fa-cable-car {
  --fa: "\f7da";
}

.fa-tram {
  --fa: "\f7da";
}

.fa-cloud-rain {
  --fa: "\f73d";
}

.fa-building-circle-xmark {
  --fa: "\e4d4";
}

.fa-ship {
  --fa: "\f21a";
}

.fa-arrows-down-to-line {
  --fa: "\e4b8";
}

.fa-download {
  --fa: "\f019";
}

.fa-face-grin {
  --fa: "\f580";
}

.fa-grin {
  --fa: "\f580";
}

.fa-delete-left {
  --fa: "\f55a";
}

.fa-backspace {
  --fa: "\f55a";
}

.fa-eye-dropper {
  --fa: "\f1fb";
}

.fa-eye-dropper-empty {
  --fa: "\f1fb";
}

.fa-eyedropper {
  --fa: "\f1fb";
}

.fa-file-circle-check {
  --fa: "\e5a0";
}

.fa-forward {
  --fa: "\f04e";
}

.fa-mobile {
  --fa: "\f3ce";
}

.fa-mobile-android {
  --fa: "\f3ce";
}

.fa-mobile-phone {
  --fa: "\f3ce";
}

.fa-face-meh {
  --fa: "\f11a";
}

.fa-meh {
  --fa: "\f11a";
}

.fa-align-center {
  --fa: "\f037";
}

.fa-book-skull {
  --fa: "\f6b7";
}

.fa-book-dead {
  --fa: "\f6b7";
}

.fa-id-card {
  --fa: "\f2c2";
}

.fa-drivers-license {
  --fa: "\f2c2";
}

.fa-outdent {
  --fa: "\f03b";
}

.fa-dedent {
  --fa: "\f03b";
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}

.fa-house {
  --fa: "\f015";
}

.fa-home {
  --fa: "\f015";
}

.fa-home-alt {
  --fa: "\f015";
}

.fa-home-lg-alt {
  --fa: "\f015";
}

.fa-calendar-week {
  --fa: "\f784";
}

.fa-laptop-medical {
  --fa: "\f812";
}

.fa-b {
  --fa: "B";
}

.fa-file-medical {
  --fa: "\f477";
}

.fa-dice-one {
  --fa: "\f525";
}

.fa-kiwi-bird {
  --fa: "\f535";
}

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}

.fa-exchange {
  --fa: "\f0ec";
}

.fa-rotate-right {
  --fa: "\f2f9";
}

.fa-redo-alt {
  --fa: "\f2f9";
}

.fa-rotate-forward {
  --fa: "\f2f9";
}

.fa-utensils {
  --fa: "\f2e7";
}

.fa-cutlery {
  --fa: "\f2e7";
}

.fa-arrow-up-wide-short {
  --fa: "\f161";
}

.fa-sort-amount-up {
  --fa: "\f161";
}

.fa-mill-sign {
  --fa: "\e1ed";
}

.fa-bowl-rice {
  --fa: "\e2eb";
}

.fa-skull {
  --fa: "\f54c";
}

.fa-tower-broadcast {
  --fa: "\f519";
}

.fa-broadcast-tower {
  --fa: "\f519";
}

.fa-truck-pickup {
  --fa: "\f63c";
}

.fa-up-long {
  --fa: "\f30c";
}

.fa-long-arrow-alt-up {
  --fa: "\f30c";
}

.fa-stop {
  --fa: "\f04d";
}

.fa-code-merge {
  --fa: "\f387";
}

.fa-upload {
  --fa: "\f093";
}

.fa-hurricane {
  --fa: "\f751";
}

.fa-mound {
  --fa: "\e52d";
}

.fa-toilet-portable {
  --fa: "\e583";
}

.fa-compact-disc {
  --fa: "\f51f";
}

.fa-file-arrow-down {
  --fa: "\f56d";
}

.fa-file-download {
  --fa: "\f56d";
}

.fa-caravan {
  --fa: "\f8ff";
}

.fa-shield-cat {
  --fa: "\e572";
}

.fa-bolt {
  --fa: "\f0e7";
}

.fa-zap {
  --fa: "\f0e7";
}

.fa-glass-water {
  --fa: "\e4f4";
}

.fa-oil-well {
  --fa: "\e532";
}

.fa-vault {
  --fa: "\e2c5";
}

.fa-mars {
  --fa: "\f222";
}

.fa-toilet {
  --fa: "\f7d8";
}

.fa-plane-circle-xmark {
  --fa: "\e557";
}

.fa-yen-sign {
  --fa: "\f157";
}

.fa-cny {
  --fa: "\f157";
}

.fa-jpy {
  --fa: "\f157";
}

.fa-rmb {
  --fa: "\f157";
}

.fa-yen {
  --fa: "\f157";
}

.fa-ruble-sign {
  --fa: "\f158";
}

.fa-rouble {
  --fa: "\f158";
}

.fa-rub {
  --fa: "\f158";
}

.fa-ruble {
  --fa: "\f158";
}

.fa-sun {
  --fa: "\f185";
}

.fa-guitar {
  --fa: "\f7a6";
}

.fa-face-laugh-wink {
  --fa: "\f59c";
}

.fa-laugh-wink {
  --fa: "\f59c";
}

.fa-horse-head {
  --fa: "\f7ab";
}

.fa-bore-hole {
  --fa: "\e4c3";
}

.fa-industry {
  --fa: "\f275";
}

.fa-circle-down {
  --fa: "\f358";
}

.fa-arrow-alt-circle-down {
  --fa: "\f358";
}

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}

.fa-florin-sign {
  --fa: "\e184";
}

.fa-arrow-down-short-wide {
  --fa: "\f884";
}

.fa-sort-amount-desc {
  --fa: "\f884";
}

.fa-sort-amount-down-alt {
  --fa: "\f884";
}

.fa-less-than {
  --fa: "\<";
}

.fa-angle-down {
  --fa: "\f107";
}

.fa-car-tunnel {
  --fa: "\e4de";
}

.fa-head-side-cough {
  --fa: "\e061";
}

.fa-grip-lines {
  --fa: "\f7a4";
}

.fa-thumbs-down {
  --fa: "\f165";
}

.fa-user-lock {
  --fa: "\f502";
}

.fa-arrow-right-long {
  --fa: "\f178";
}

.fa-long-arrow-right {
  --fa: "\f178";
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}

.fa-ellipsis {
  --fa: "\f141";
}

.fa-ellipsis-h {
  --fa: "\f141";
}

.fa-chess-pawn {
  --fa: "\f443";
}

.fa-kit-medical {
  --fa: "\f479";
}

.fa-first-aid {
  --fa: "\f479";
}

.fa-person-through-window {
  --fa: "\e5a9";
}

.fa-toolbox {
  --fa: "\f552";
}

.fa-hands-holding-circle {
  --fa: "\e4fb";
}

.fa-bug {
  --fa: "\f188";
}

.fa-credit-card {
  --fa: "\f09d";
}

.fa-credit-card-alt {
  --fa: "\f09d";
}

.fa-car {
  --fa: "\f1b9";
}

.fa-automobile {
  --fa: "\f1b9";
}

.fa-hand-holding-hand {
  --fa: "\e4f7";
}

.fa-book-open-reader {
  --fa: "\f5da";
}

.fa-book-reader {
  --fa: "\f5da";
}

.fa-mountain-sun {
  --fa: "\e52f";
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}

.fa-dice-d20 {
  --fa: "\f6cf";
}

.fa-truck-droplet {
  --fa: "\e58c";
}

.fa-file-circle-xmark {
  --fa: "\e5a1";
}

.fa-temperature-arrow-up {
  --fa: "\e040";
}

.fa-temperature-up {
  --fa: "\e040";
}

.fa-medal {
  --fa: "\f5a2";
}

.fa-bed {
  --fa: "\f236";
}

.fa-square-h {
  --fa: "\f0fd";
}

.fa-h-square {
  --fa: "\f0fd";
}

.fa-podcast {
  --fa: "\f2ce";
}

.fa-temperature-full {
  --fa: "\f2c7";
}

.fa-temperature-4 {
  --fa: "\f2c7";
}

.fa-thermometer-4 {
  --fa: "\f2c7";
}

.fa-thermometer-full {
  --fa: "\f2c7";
}

.fa-bell {
  --fa: "\f0f3";
}

.fa-superscript {
  --fa: "\f12b";
}

.fa-plug-circle-xmark {
  --fa: "\e560";
}

.fa-star-of-life {
  --fa: "\f621";
}

.fa-phone-slash {
  --fa: "\f3dd";
}

.fa-paint-roller {
  --fa: "\f5aa";
}

.fa-handshake-angle {
  --fa: "\f4c4";
}

.fa-hands-helping {
  --fa: "\f4c4";
}

.fa-location-dot {
  --fa: "\f3c5";
}

.fa-map-marker-alt {
  --fa: "\f3c5";
}

.fa-file {
  --fa: "\f15b";
}

.fa-greater-than {
  --fa: "\>";
}

.fa-person-swimming {
  --fa: "\f5c4";
}

.fa-swimmer {
  --fa: "\f5c4";
}

.fa-arrow-down {
  --fa: "\f063";
}

.fa-droplet {
  --fa: "\f043";
}

.fa-tint {
  --fa: "\f043";
}

.fa-eraser {
  --fa: "\f12d";
}

.fa-earth-americas {
  --fa: "\f57d";
}

.fa-earth {
  --fa: "\f57d";
}

.fa-earth-america {
  --fa: "\f57d";
}

.fa-globe-americas {
  --fa: "\f57d";
}

.fa-person-burst {
  --fa: "\e53b";
}

.fa-dove {
  --fa: "\f4ba";
}

.fa-battery-empty {
  --fa: "\f244";
}

.fa-battery-0 {
  --fa: "\f244";
}

.fa-socks {
  --fa: "\f696";
}

.fa-inbox {
  --fa: "\f01c";
}

.fa-section {
  --fa: "\e447";
}

.fa-gauge-high {
  --fa: "\f625";
}

.fa-tachometer-alt {
  --fa: "\f625";
}

.fa-tachometer-alt-fast {
  --fa: "\f625";
}

.fa-envelope-open-text {
  --fa: "\f658";
}

.fa-hospital {
  --fa: "\f0f8";
}

.fa-hospital-alt {
  --fa: "\f0f8";
}

.fa-hospital-wide {
  --fa: "\f0f8";
}

.fa-wine-bottle {
  --fa: "\f72f";
}

.fa-chess-rook {
  --fa: "\f447";
}

.fa-bars-staggered {
  --fa: "\f550";
}

.fa-reorder {
  --fa: "\f550";
}

.fa-stream {
  --fa: "\f550";
}

.fa-dharmachakra {
  --fa: "\f655";
}

.fa-hotdog {
  --fa: "\f80f";
}

.fa-person-walking-with-cane {
  --fa: "\f29d";
}

.fa-blind {
  --fa: "\f29d";
}

.fa-drum {
  --fa: "\f569";
}

.fa-ice-cream {
  --fa: "\f810";
}

.fa-heart-circle-bolt {
  --fa: "\e4fc";
}

.fa-fax {
  --fa: "\f1ac";
}

.fa-paragraph {
  --fa: "\f1dd";
}

.fa-check-to-slot {
  --fa: "\f772";
}

.fa-vote-yea {
  --fa: "\f772";
}

.fa-star-half {
  --fa: "\f089";
}

.fa-boxes-stacked {
  --fa: "\f468";
}

.fa-boxes {
  --fa: "\f468";
}

.fa-boxes-alt {
  --fa: "\f468";
}

.fa-link {
  --fa: "\f0c1";
}

.fa-chain {
  --fa: "\f0c1";
}

.fa-ear-listen {
  --fa: "\f2a2";
}

.fa-assistive-listening-systems {
  --fa: "\f2a2";
}

.fa-tree-city {
  --fa: "\e587";
}

.fa-play {
  --fa: "\f04b";
}

.fa-font {
  --fa: "\f031";
}

.fa-table-cells-row-lock {
  --fa: "\e67a";
}

.fa-rupiah-sign {
  --fa: "\e23d";
}

.fa-magnifying-glass {
  --fa: "\f002";
}

.fa-search {
  --fa: "\f002";
}

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}

.fa-table-tennis {
  --fa: "\f45d";
}

.fa-person-dots-from-line {
  --fa: "\f470";
}

.fa-diagnoses {
  --fa: "\f470";
}

.fa-trash-can-arrow-up {
  --fa: "\f82a";
}

.fa-trash-restore-alt {
  --fa: "\f82a";
}

.fa-naira-sign {
  --fa: "\e1f6";
}

.fa-cart-arrow-down {
  --fa: "\f218";
}

.fa-walkie-talkie {
  --fa: "\f8ef";
}

.fa-file-pen {
  --fa: "\f31c";
}

.fa-file-edit {
  --fa: "\f31c";
}

.fa-receipt {
  --fa: "\f543";
}

.fa-square-pen {
  --fa: "\f14b";
}

.fa-pen-square {
  --fa: "\f14b";
}

.fa-pencil-square {
  --fa: "\f14b";
}

.fa-suitcase-rolling {
  --fa: "\f5c1";
}

.fa-person-circle-exclamation {
  --fa: "\e53f";
}

.fa-chevron-down {
  --fa: "\f078";
}

.fa-battery-full {
  --fa: "\f240";
}

.fa-battery {
  --fa: "\f240";
}

.fa-battery-5 {
  --fa: "\f240";
}

.fa-skull-crossbones {
  --fa: "\f714";
}

.fa-code-compare {
  --fa: "\e13a";
}

.fa-list-ul {
  --fa: "\f0ca";
}

.fa-list-dots {
  --fa: "\f0ca";
}

.fa-school-lock {
  --fa: "\e56f";
}

.fa-tower-cell {
  --fa: "\e585";
}

.fa-down-long {
  --fa: "\f309";
}

.fa-long-arrow-alt-down {
  --fa: "\f309";
}

.fa-ranking-star {
  --fa: "\e561";
}

.fa-chess-king {
  --fa: "\f43f";
}

.fa-person-harassing {
  --fa: "\e549";
}

.fa-brazilian-real-sign {
  --fa: "\e46c";
}

.fa-landmark-dome {
  --fa: "\f752";
}

.fa-landmark-alt {
  --fa: "\f752";
}

.fa-arrow-up {
  --fa: "\f062";
}

.fa-tv {
  --fa: "\f26c";
}

.fa-television {
  --fa: "\f26c";
}

.fa-tv-alt {
  --fa: "\f26c";
}

.fa-shrimp {
  --fa: "\e448";
}

.fa-list-check {
  --fa: "\f0ae";
}

.fa-tasks {
  --fa: "\f0ae";
}

.fa-jug-detergent {
  --fa: "\e519";
}

.fa-circle-user {
  --fa: "\f2bd";
}

.fa-user-circle {
  --fa: "\f2bd";
}

.fa-user-shield {
  --fa: "\f505";
}

.fa-wind {
  --fa: "\f72e";
}

.fa-car-burst {
  --fa: "\f5e1";
}

.fa-car-crash {
  --fa: "\f5e1";
}

.fa-y {
  --fa: "Y";
}

.fa-person-snowboarding {
  --fa: "\f7ce";
}

.fa-snowboarding {
  --fa: "\f7ce";
}

.fa-truck-fast {
  --fa: "\f48b";
}

.fa-shipping-fast {
  --fa: "\f48b";
}

.fa-fish {
  --fa: "\f578";
}

.fa-user-graduate {
  --fa: "\f501";
}

.fa-circle-half-stroke {
  --fa: "\f042";
}

.fa-adjust {
  --fa: "\f042";
}

.fa-clapperboard {
  --fa: "\e131";
}

.fa-circle-radiation {
  --fa: "\f7ba";
}

.fa-radiation-alt {
  --fa: "\f7ba";
}

.fa-baseball {
  --fa: "\f433";
}

.fa-baseball-ball {
  --fa: "\f433";
}

.fa-jet-fighter-up {
  --fa: "\e518";
}

.fa-diagram-project {
  --fa: "\f542";
}

.fa-project-diagram {
  --fa: "\f542";
}

.fa-copy {
  --fa: "\f0c5";
}

.fa-volume-xmark {
  --fa: "\f6a9";
}

.fa-volume-mute {
  --fa: "\f6a9";
}

.fa-volume-times {
  --fa: "\f6a9";
}

.fa-hand-sparkles {
  --fa: "\e05d";
}

.fa-grip {
  --fa: "\f58d";
}

.fa-grip-horizontal {
  --fa: "\f58d";
}

.fa-share-from-square {
  --fa: "\f14d";
}

.fa-share-square {
  --fa: "\f14d";
}

.fa-child-combatant {
  --fa: "\e4e0";
}

.fa-child-rifle {
  --fa: "\e4e0";
}

.fa-gun {
  --fa: "\e19b";
}

.fa-square-phone {
  --fa: "\f098";
}

.fa-phone-square {
  --fa: "\f098";
}

.fa-plus {
  --fa: "\+";
}

.fa-add {
  --fa: "\+";
}

.fa-expand {
  --fa: "\f065";
}

.fa-computer {
  --fa: "\e4e5";
}

.fa-xmark {
  --fa: "\f00d";
}

.fa-close {
  --fa: "\f00d";
}

.fa-multiply {
  --fa: "\f00d";
}

.fa-remove {
  --fa: "\f00d";
}

.fa-times {
  --fa: "\f00d";
}

.fa-arrows-up-down-left-right {
  --fa: "\f047";
}

.fa-arrows {
  --fa: "\f047";
}

.fa-chalkboard-user {
  --fa: "\f51c";
}

.fa-chalkboard-teacher {
  --fa: "\f51c";
}

.fa-peso-sign {
  --fa: "\e222";
}

.fa-building-shield {
  --fa: "\e4d8";
}

.fa-baby {
  --fa: "\f77c";
}

.fa-users-line {
  --fa: "\e592";
}

.fa-quote-left {
  --fa: "\f10d";
}

.fa-quote-left-alt {
  --fa: "\f10d";
}

.fa-tractor {
  --fa: "\f722";
}

.fa-trash-arrow-up {
  --fa: "\f829";
}

.fa-trash-restore {
  --fa: "\f829";
}

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}

.fa-lines-leaning {
  --fa: "\e51e";
}

.fa-ruler-combined {
  --fa: "\f546";
}

.fa-copyright {
  --fa: "\f1f9";
}

.fa-equals {
  --fa: "\=";
}

.fa-blender {
  --fa: "\f517";
}

.fa-teeth {
  --fa: "\f62e";
}

.fa-shekel-sign {
  --fa: "\f20b";
}

.fa-ils {
  --fa: "\f20b";
}

.fa-shekel {
  --fa: "\f20b";
}

.fa-sheqel {
  --fa: "\f20b";
}

.fa-sheqel-sign {
  --fa: "\f20b";
}

.fa-map {
  --fa: "\f279";
}

.fa-rocket {
  --fa: "\f135";
}

.fa-photo-film {
  --fa: "\f87c";
}

.fa-photo-video {
  --fa: "\f87c";
}

.fa-folder-minus {
  --fa: "\f65d";
}

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}

.fa-store {
  --fa: "\f54e";
}

.fa-arrow-trend-up {
  --fa: "\e098";
}

.fa-plug-circle-minus {
  --fa: "\e55e";
}

.fa-sign-hanging {
  --fa: "\f4d9";
}

.fa-sign {
  --fa: "\f4d9";
}

.fa-bezier-curve {
  --fa: "\f55b";
}

.fa-bell-slash {
  --fa: "\f1f6";
}

.fa-tablet {
  --fa: "\f3fb";
}

.fa-tablet-android {
  --fa: "\f3fb";
}

.fa-school-flag {
  --fa: "\e56e";
}

.fa-fill {
  --fa: "\f575";
}

.fa-angle-up {
  --fa: "\f106";
}

.fa-drumstick-bite {
  --fa: "\f6d7";
}

.fa-holly-berry {
  --fa: "\f7aa";
}

.fa-chevron-left {
  --fa: "\f053";
}

.fa-bacteria {
  --fa: "\e059";
}

.fa-hand-lizard {
  --fa: "\f258";
}

.fa-notdef {
  --fa: "\e1fe";
}

.fa-disease {
  --fa: "\f7fa";
}

.fa-briefcase-medical {
  --fa: "\f469";
}

.fa-genderless {
  --fa: "\f22d";
}

.fa-chevron-right {
  --fa: "\f054";
}

.fa-retweet {
  --fa: "\f079";
}

.fa-car-rear {
  --fa: "\f5de";
}

.fa-car-alt {
  --fa: "\f5de";
}

.fa-pump-soap {
  --fa: "\e06b";
}

.fa-video-slash {
  --fa: "\f4e2";
}

.fa-battery-quarter {
  --fa: "\f243";
}

.fa-battery-2 {
  --fa: "\f243";
}

.fa-radio {
  --fa: "\f8d7";
}

.fa-baby-carriage {
  --fa: "\f77d";
}

.fa-carriage-baby {
  --fa: "\f77d";
}

.fa-traffic-light {
  --fa: "\f637";
}

.fa-thermometer {
  --fa: "\f491";
}

.fa-vr-cardboard {
  --fa: "\f729";
}

.fa-hand-middle-finger {
  --fa: "\f806";
}

.fa-percent {
  --fa: "\%";
}

.fa-percentage {
  --fa: "\%";
}

.fa-truck-moving {
  --fa: "\f4df";
}

.fa-glass-water-droplet {
  --fa: "\e4f5";
}

.fa-display {
  --fa: "\e163";
}

.fa-face-smile {
  --fa: "\f118";
}

.fa-smile {
  --fa: "\f118";
}

.fa-thumbtack {
  --fa: "\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
}

.fa-trophy {
  --fa: "\f091";
}

.fa-person-praying {
  --fa: "\f683";
}

.fa-pray {
  --fa: "\f683";
}

.fa-hammer {
  --fa: "\f6e3";
}

.fa-hand-peace {
  --fa: "\f25b";
}

.fa-rotate {
  --fa: "\f2f1";
}

.fa-sync-alt {
  --fa: "\f2f1";
}

.fa-spinner {
  --fa: "\f110";
}

.fa-robot {
  --fa: "\f544";
}

.fa-peace {
  --fa: "\f67c";
}

.fa-gears {
  --fa: "\f085";
}

.fa-cogs {
  --fa: "\f085";
}

.fa-warehouse {
  --fa: "\f494";
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}

.fa-splotch {
  --fa: "\f5bc";
}

.fa-face-grin-hearts {
  --fa: "\f584";
}

.fa-grin-hearts {
  --fa: "\f584";
}

.fa-dice-four {
  --fa: "\f524";
}

.fa-sim-card {
  --fa: "\f7c4";
}

.fa-transgender {
  --fa: "\f225";
}

.fa-transgender-alt {
  --fa: "\f225";
}

.fa-mercury {
  --fa: "\f223";
}

.fa-arrow-turn-down {
  --fa: "\f149";
}

.fa-level-down {
  --fa: "\f149";
}

.fa-person-falling-burst {
  --fa: "\e547";
}

.fa-award {
  --fa: "\f559";
}

.fa-ticket-simple {
  --fa: "\f3ff";
}

.fa-ticket-alt {
  --fa: "\f3ff";
}

.fa-building {
  --fa: "\f1ad";
}

.fa-angles-left {
  --fa: "\f100";
}

.fa-angle-double-left {
  --fa: "\f100";
}

.fa-qrcode {
  --fa: "\f029";
}

.fa-clock-rotate-left {
  --fa: "\f1da";
}

.fa-history {
  --fa: "\f1da";
}

.fa-face-grin-beam-sweat {
  --fa: "\f583";
}

.fa-grin-beam-sweat {
  --fa: "\f583";
}

.fa-file-export {
  --fa: "\f56e";
}

.fa-arrow-right-from-file {
  --fa: "\f56e";
}

.fa-shield {
  --fa: "\f132";
}

.fa-shield-blank {
  --fa: "\f132";
}

.fa-arrow-up-short-wide {
  --fa: "\f885";
}

.fa-sort-amount-up-alt {
  --fa: "\f885";
}

.fa-comment-nodes {
  --fa: "\e696";
}

.fa-house-medical {
  --fa: "\e3b2";
}

.fa-golf-ball-tee {
  --fa: "\f450";
}

.fa-golf-ball {
  --fa: "\f450";
}

.fa-circle-chevron-left {
  --fa: "\f137";
}

.fa-chevron-circle-left {
  --fa: "\f137";
}

.fa-house-chimney-window {
  --fa: "\e00d";
}

.fa-pen-nib {
  --fa: "\f5ad";
}

.fa-tent-arrow-turn-left {
  --fa: "\e580";
}

.fa-tents {
  --fa: "\e582";
}

.fa-wand-magic {
  --fa: "\f0d0";
}

.fa-magic {
  --fa: "\f0d0";
}

.fa-dog {
  --fa: "\f6d3";
}

.fa-carrot {
  --fa: "\f787";
}

.fa-moon {
  --fa: "\f186";
}

.fa-wine-glass-empty {
  --fa: "\f5ce";
}

.fa-wine-glass-alt {
  --fa: "\f5ce";
}

.fa-cheese {
  --fa: "\f7ef";
}

.fa-yin-yang {
  --fa: "\f6ad";
}

.fa-music {
  --fa: "\f001";
}

.fa-code-commit {
  --fa: "\f386";
}

.fa-temperature-low {
  --fa: "\f76b";
}

.fa-person-biking {
  --fa: "\f84a";
}

.fa-biking {
  --fa: "\f84a";
}

.fa-broom {
  --fa: "\f51a";
}

.fa-shield-heart {
  --fa: "\e574";
}

.fa-gopuram {
  --fa: "\f664";
}

.fa-earth-oceania {
  --fa: "\e47b";
}

.fa-globe-oceania {
  --fa: "\e47b";
}

.fa-square-xmark {
  --fa: "\f2d3";
}

.fa-times-square {
  --fa: "\f2d3";
}

.fa-xmark-square {
  --fa: "\f2d3";
}

.fa-hashtag {
  --fa: "\#";
}

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}

.fa-expand-alt {
  --fa: "\f424";
}

.fa-oil-can {
  --fa: "\f613";
}

.fa-t {
  --fa: "T";
}

.fa-hippo {
  --fa: "\f6ed";
}

.fa-chart-column {
  --fa: "\e0e3";
}

.fa-infinity {
  --fa: "\f534";
}

.fa-vial-circle-check {
  --fa: "\e596";
}

.fa-person-arrow-down-to-line {
  --fa: "\e538";
}

.fa-voicemail {
  --fa: "\f897";
}

.fa-fan {
  --fa: "\f863";
}

.fa-person-walking-luggage {
  --fa: "\e554";
}

.fa-up-down {
  --fa: "\f338";
}

.fa-arrows-alt-v {
  --fa: "\f338";
}

.fa-cloud-moon-rain {
  --fa: "\f73c";
}

.fa-calendar {
  --fa: "\f133";
}

.fa-trailer {
  --fa: "\e041";
}

.fa-bahai {
  --fa: "\f666";
}

.fa-haykal {
  --fa: "\f666";
}

.fa-sd-card {
  --fa: "\f7c2";
}

.fa-dragon {
  --fa: "\f6d5";
}

.fa-shoe-prints {
  --fa: "\f54b";
}

.fa-circle-plus {
  --fa: "\f055";
}

.fa-plus-circle {
  --fa: "\f055";
}

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-hand-holding {
  --fa: "\f4bd";
}

.fa-plug-circle-exclamation {
  --fa: "\e55d";
}

.fa-link-slash {
  --fa: "\f127";
}

.fa-chain-broken {
  --fa: "\f127";
}

.fa-chain-slash {
  --fa: "\f127";
}

.fa-unlink {
  --fa: "\f127";
}

.fa-clone {
  --fa: "\f24d";
}

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}

.fa-arrow-up-z-a {
  --fa: "\f882";
}

.fa-sort-alpha-up-alt {
  --fa: "\f882";
}

.fa-fire-flame-curved {
  --fa: "\f7e4";
}

.fa-fire-alt {
  --fa: "\f7e4";
}

.fa-tornado {
  --fa: "\f76f";
}

.fa-file-circle-plus {
  --fa: "\e494";
}

.fa-book-quran {
  --fa: "\f687";
}

.fa-quran {
  --fa: "\f687";
}

.fa-anchor {
  --fa: "\f13d";
}

.fa-border-all {
  --fa: "\f84c";
}

.fa-face-angry {
  --fa: "\f556";
}

.fa-angry {
  --fa: "\f556";
}

.fa-cookie-bite {
  --fa: "\f564";
}

.fa-arrow-trend-down {
  --fa: "\e097";
}

.fa-rss {
  --fa: "\f09e";
}

.fa-feed {
  --fa: "\f09e";
}

.fa-draw-polygon {
  --fa: "\f5ee";
}

.fa-scale-balanced {
  --fa: "\f24e";
}

.fa-balance-scale {
  --fa: "\f24e";
}

.fa-gauge-simple-high {
  --fa: "\f62a";
}

.fa-tachometer {
  --fa: "\f62a";
}

.fa-tachometer-fast {
  --fa: "\f62a";
}

.fa-shower {
  --fa: "\f2cc";
}

.fa-desktop {
  --fa: "\f390";
}

.fa-desktop-alt {
  --fa: "\f390";
}

.fa-m {
  --fa: "M";
}

.fa-table-list {
  --fa: "\f00b";
}

.fa-th-list {
  --fa: "\f00b";
}

.fa-comment-sms {
  --fa: "\f7cd";
}

.fa-sms {
  --fa: "\f7cd";
}

.fa-book {
  --fa: "\f02d";
}

.fa-user-plus {
  --fa: "\f234";
}

.fa-check {
  --fa: "\f00c";
}

.fa-battery-three-quarters {
  --fa: "\f241";
}

.fa-battery-4 {
  --fa: "\f241";
}

.fa-house-circle-check {
  --fa: "\e509";
}

.fa-angle-left {
  --fa: "\f104";
}

.fa-diagram-successor {
  --fa: "\e47a";
}

.fa-truck-arrow-right {
  --fa: "\e58b";
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}

.fa-hand-fist {
  --fa: "\f6de";
}

.fa-fist-raised {
  --fa: "\f6de";
}

.fa-cloud-moon {
  --fa: "\f6c3";
}

.fa-briefcase {
  --fa: "\f0b1";
}

.fa-person-falling {
  --fa: "\e546";
}

.fa-image-portrait {
  --fa: "\f3e0";
}

.fa-portrait {
  --fa: "\f3e0";
}

.fa-user-tag {
  --fa: "\f507";
}

.fa-rug {
  --fa: "\e569";
}

.fa-earth-europe {
  --fa: "\f7a2";
}

.fa-globe-europe {
  --fa: "\f7a2";
}

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}

.fa-luggage-cart {
  --fa: "\f59d";
}

.fa-rectangle-xmark {
  --fa: "\f410";
}

.fa-rectangle-times {
  --fa: "\f410";
}

.fa-times-rectangle {
  --fa: "\f410";
}

.fa-window-close {
  --fa: "\f410";
}

.fa-baht-sign {
  --fa: "\e0ac";
}

.fa-book-open {
  --fa: "\f518";
}

.fa-book-journal-whills {
  --fa: "\f66a";
}

.fa-journal-whills {
  --fa: "\f66a";
}

.fa-handcuffs {
  --fa: "\e4f8";
}

.fa-triangle-exclamation {
  --fa: "\f071";
}

.fa-exclamation-triangle {
  --fa: "\f071";
}

.fa-warning {
  --fa: "\f071";
}

.fa-database {
  --fa: "\f1c0";
}

.fa-share {
  --fa: "\f064";
}

.fa-mail-forward {
  --fa: "\f064";
}

.fa-bottle-droplet {
  --fa: "\e4c4";
}

.fa-mask-face {
  --fa: "\e1d7";
}

.fa-hill-rockslide {
  --fa: "\e508";
}

.fa-right-left {
  --fa: "\f362";
}

.fa-exchange-alt {
  --fa: "\f362";
}

.fa-paper-plane {
  --fa: "\f1d8";
}

.fa-road-circle-exclamation {
  --fa: "\e565";
}

.fa-dungeon {
  --fa: "\f6d9";
}

.fa-align-right {
  --fa: "\f038";
}

.fa-money-bill-1-wave {
  --fa: "\f53b";
}

.fa-money-bill-wave-alt {
  --fa: "\f53b";
}

.fa-life-ring {
  --fa: "\f1cd";
}

.fa-hands {
  --fa: "\f2a7";
}

.fa-sign-language {
  --fa: "\f2a7";
}

.fa-signing {
  --fa: "\f2a7";
}

.fa-calendar-day {
  --fa: "\f783";
}

.fa-water-ladder {
  --fa: "\f5c5";
}

.fa-ladder-water {
  --fa: "\f5c5";
}

.fa-swimming-pool {
  --fa: "\f5c5";
}

.fa-arrows-up-down {
  --fa: "\f07d";
}

.fa-arrows-v {
  --fa: "\f07d";
}

.fa-face-grimace {
  --fa: "\f57f";
}

.fa-grimace {
  --fa: "\f57f";
}

.fa-wheelchair-move {
  --fa: "\e2ce";
}

.fa-wheelchair-alt {
  --fa: "\e2ce";
}

.fa-turn-down {
  --fa: "\f3be";
}

.fa-level-down-alt {
  --fa: "\f3be";
}

.fa-person-walking-arrow-right {
  --fa: "\e552";
}

.fa-square-envelope {
  --fa: "\f199";
}

.fa-envelope-square {
  --fa: "\f199";
}

.fa-dice {
  --fa: "\f522";
}

.fa-bowling-ball {
  --fa: "\f436";
}

.fa-brain {
  --fa: "\f5dc";
}

.fa-bandage {
  --fa: "\f462";
}

.fa-band-aid {
  --fa: "\f462";
}

.fa-calendar-minus {
  --fa: "\f272";
}

.fa-circle-xmark {
  --fa: "\f057";
}

.fa-times-circle {
  --fa: "\f057";
}

.fa-xmark-circle {
  --fa: "\f057";
}

.fa-gifts {
  --fa: "\f79c";
}

.fa-hotel {
  --fa: "\f594";
}

.fa-earth-asia {
  --fa: "\f57e";
}

.fa-globe-asia {
  --fa: "\f57e";
}

.fa-id-card-clip {
  --fa: "\f47f";
}

.fa-id-card-alt {
  --fa: "\f47f";
}

.fa-magnifying-glass-plus {
  --fa: "\f00e";
}

.fa-search-plus {
  --fa: "\f00e";
}

.fa-thumbs-up {
  --fa: "\f164";
}

.fa-user-clock {
  --fa: "\f4fd";
}

.fa-hand-dots {
  --fa: "\f461";
}

.fa-allergies {
  --fa: "\f461";
}

.fa-file-invoice {
  --fa: "\f570";
}

.fa-window-minimize {
  --fa: "\f2d1";
}

.fa-mug-saucer {
  --fa: "\f0f4";
}

.fa-coffee {
  --fa: "\f0f4";
}

.fa-brush {
  --fa: "\f55d";
}

.fa-file-half-dashed {
  --fa: "\e698";
}

.fa-mask {
  --fa: "\f6fa";
}

.fa-magnifying-glass-minus {
  --fa: "\f010";
}

.fa-search-minus {
  --fa: "\f010";
}

.fa-ruler-vertical {
  --fa: "\f548";
}

.fa-user-large {
  --fa: "\f406";
}

.fa-user-alt {
  --fa: "\f406";
}

.fa-train-tram {
  --fa: "\e5b4";
}

.fa-user-nurse {
  --fa: "\f82f";
}

.fa-syringe {
  --fa: "\f48e";
}

.fa-cloud-sun {
  --fa: "\f6c4";
}

.fa-stopwatch-20 {
  --fa: "\e06f";
}

.fa-square-full {
  --fa: "\f45c";
}

.fa-magnet {
  --fa: "\f076";
}

.fa-jar {
  --fa: "\e516";
}

.fa-note-sticky {
  --fa: "\f249";
}

.fa-sticky-note {
  --fa: "\f249";
}

.fa-bug-slash {
  --fa: "\e490";
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}

.fa-bone {
  --fa: "\f5d7";
}

.fa-table-cells-row-unlock {
  --fa: "\e691";
}

.fa-user-injured {
  --fa: "\f728";
}

.fa-face-sad-tear {
  --fa: "\f5b4";
}

.fa-sad-tear {
  --fa: "\f5b4";
}

.fa-plane {
  --fa: "\f072";
}

.fa-tent-arrows-down {
  --fa: "\e581";
}

.fa-exclamation {
  --fa: "\!";
}

.fa-arrows-spin {
  --fa: "\e4bb";
}

.fa-print {
  --fa: "\f02f";
}

.fa-turkish-lira-sign {
  --fa: "\e2bb";
}

.fa-try {
  --fa: "\e2bb";
}

.fa-turkish-lira {
  --fa: "\e2bb";
}

.fa-dollar-sign {
  --fa: "\$";
}

.fa-dollar {
  --fa: "\$";
}

.fa-usd {
  --fa: "\$";
}

.fa-x {
  --fa: "X";
}

.fa-magnifying-glass-dollar {
  --fa: "\f688";
}

.fa-search-dollar {
  --fa: "\f688";
}

.fa-users-gear {
  --fa: "\f509";
}

.fa-users-cog {
  --fa: "\f509";
}

.fa-person-military-pointing {
  --fa: "\e54a";
}

.fa-building-columns {
  --fa: "\f19c";
}

.fa-bank {
  --fa: "\f19c";
}

.fa-institution {
  --fa: "\f19c";
}

.fa-museum {
  --fa: "\f19c";
}

.fa-university {
  --fa: "\f19c";
}

.fa-umbrella {
  --fa: "\f0e9";
}

.fa-trowel {
  --fa: "\e589";
}

.fa-d {
  --fa: "D";
}

.fa-stapler {
  --fa: "\e5af";
}

.fa-masks-theater {
  --fa: "\f630";
}

.fa-theater-masks {
  --fa: "\f630";
}

.fa-kip-sign {
  --fa: "\e1c4";
}

.fa-hand-point-left {
  --fa: "\f0a5";
}

.fa-handshake-simple {
  --fa: "\f4c6";
}

.fa-handshake-alt {
  --fa: "\f4c6";
}

.fa-jet-fighter {
  --fa: "\f0fb";
}

.fa-fighter-jet {
  --fa: "\f0fb";
}

.fa-square-share-nodes {
  --fa: "\f1e1";
}

.fa-share-alt-square {
  --fa: "\f1e1";
}

.fa-barcode {
  --fa: "\f02a";
}

.fa-plus-minus {
  --fa: "\e43c";
}

.fa-video {
  --fa: "\f03d";
}

.fa-video-camera {
  --fa: "\f03d";
}

.fa-graduation-cap {
  --fa: "\f19d";
}

.fa-mortar-board {
  --fa: "\f19d";
}

.fa-hand-holding-medical {
  --fa: "\e05c";
}

.fa-person-circle-check {
  --fa: "\e53e";
}

.fa-turn-up {
  --fa: "\f3bf";
}

.fa-level-up-alt {
  --fa: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*--------------------------------------------------------------
# tooltipster
--------------------------------------------------------------*/
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}